Jump to content

vaishaliyp

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by vaishaliyp

  1. i think the latest media player is 10 or something..i've heard about 11 coming out soon.d/l the latest one, then try it.

    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. ok..is the file the right name? It is case sensitive. right folder? right dimensions?if you copied/pasted the code from the site i linked to, it should work.Or, you haven't got that version of windows media player installed.

    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. You can probably use JavaScript to detect if the movie is playing or stopped.

    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.
  4. quote=real_illusions,May 30 2006, 02:35 AM]yephttp://cit.ucsf.edu/embedmedia/step1.phptry that:)

    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>

  5. I'm not aware of any way to check the status of a media file using the <embed> tag.  Here's a link that gives you all of the info on the tag, but while it may work in most browsers (for now), it's not supported by the W3C standards.  They recommend using the <object> tag.  You can go here for more info on that.

    :) Any ways, Thank you for the quick help.
  6. 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...