Jump to content

vaishaliyp

Members
  • Posts

    8
  • Joined

  • Last visited

vaishaliyp's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you,Thanks alot. That was media player version problem only.I installed media player 9 and the code is working now.Thanks once again.
  2. Yes, i have cheked filename and path. There is nothing wrong with the file name.I have copied / pasted the code from the site.I have Window Media player 7 installed on my computer.Thank you
  3. yes i have tried it. It doen't work.Is anything wrong with my code.
  4. vaishaliyp

    Embed

    I have tried to search for event or method in javascript by which i can get the status of the video file, but i was failed to get any.
  5. quote=real_illusions,May 30 2006, 02:35 AM]yephttp://cit.ucsf.edu/embedmedia/step1.phptry that:) <{POST_SNAPBACK}> I have used the following code which i refered from the site you suggested to me.Do i m doing anything wrong.Please help me.Thank you. <OBJECT id='mediaPlayer' width="320" height="285" 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="video/Doctor.mpeg"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="true"> <param name='showControls' value="true"> <param name='loop' value="true"> <EMBED type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue' showcontrols="true" showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285" src="video/Doctor.mpeg" autostart="true" designtimesp='5311' loop="true"> </EMBED> </OBJECT>
  6. Is it possible to play .mpeg file using embed & object tag?If anyone can help me please reply soon.Thanks in advance.
  7. vaishaliyp

    Embed

    Any ways, Thank you for the quick help.
  8. vaishaliyp

    Embed

    Hi all,I need some help.I m using embed tag to add a video clip on my web page.Is there any possibility that can check if video currently playing or stopped. Can anybody help me?Thank you,
×
×
  • Create New...