1 Reply Latest reply: Feb 5, 2008 12:53 AM by Roy Reed RSS

    Video Streaming code help needed

    greatlogix Community Member
      Can someone please help with this code, this is to play online video.
      This works fine with IE but with firefox wont work, please help me.


      quote:

      <OBJECT id='mediaPlayer' width="185" height="200"
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
      codebase=' http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value=" http://www.website/folder/video1.WMV">
      <param name='animationatStart' value='0'>
      <param name='transparentatStart' value='1'>
      <param name='autoStart' value='0'>
      <param name='ShowControls' value='1'>
      <param name='ShowDisplay' value='0'>
      <param name='ShowStatusBar' value='0'>
      <param name='loop' value='0'>
      <EMBED
      src=" http://mydomain.com/video.wmv" width="185" height="200" autostart='0' loop='0' type='application/x-mplayer2'
      pluginspage=' http://microsoft.com/windows/mediaplayer/ en/download/'
      id='mediaPlayer' name='mediaPlayer' displaysize='2' autosize='0'
      bgcolor='darkblue' showcontrols='1' showtracker='0'
      showdisplay='0' showstatusbar='0' videoborder3d='1' designtimesp='5311' filename=" http://www.website/folder/video1.WMV" animationatstart="0"

      transparentatstart="1"> </EMBED>
      </OBJECT>