Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drewaver code will not allow streaming

Status
Not open for further replies.

kloco

Technical User
Oct 19, 2006
1
US
I have a site with steaming video. The code was copied into Dreamweaver and will work as is, however it won't validate(W3C XHTML transitional 1.0). Dreamweaver 8.02 rewrites the code to a javascript which validates. The script works great in all browsers except IE-it won't stream. How do I fix it?

Code:
  <script type="text/javascript">
AC_AX_RunContent( 'id','rvocx','classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA','width','240','height','180','src','rtsp://stream.websitesource.net:8080/shiva/kloco/SatinSlideshow1.rv','loop','true','type','audio/x-pn-realaudio-plugin','controls','imagewindow','console','video','autostart','true' ); //end AC code
</script><noscript></noscript>
        </td></tr>
        <!-- ...end video window -->
          <!-- begin control panel... -->
          <tr><td>
          <script type="text/javascript">
AC_AX_RunContent( 'id','rvocx','classid','clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA','width','240','height','30','src','rtsp://stream.websitesource.net:8080/shiva/kloco/SatinSlideshow1.rv','controls','ControlPanel','type','audio/x-pn-realaudio-plugin','console','video','autostart','true' ); //end AC code
</script><noscript></noscript>
          </td></tr>
          <!-- ...end control panel -->
          <!-- ...end embedded RealMedia file -->
        <!-- begin link to launch external media player... -->
      </table>
[code]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top