Jump to content

EMBED help for video files


Imark

Recommended Posts

When I embed a video file in a page, it plays fine. But only the Play and the Stop buttons work. I need to be able to FF and RW it, or at least, to be able to move the slider to a different location in the video.
It's a *.wmv file, and it opens in Windows Media Player.

I'm embedding it like this:
<EMBED src="http://www.myurl.org/myfile.wmv" ShowStatusBar=true Autostart=true LOOP=false width="491" height="408" align="middle" style="border-style:double; border-color:#826331; ">

What can I do to be able to go to a different location in the video?
Also, is there an option to display playing time?

TIA
Link to comment
Share on other sites

Try This:

[code]<OBJECT>
<param name="fileName" value="http://www.myurl.org/myfile.wmv">
<param name="autoStart" value="true">
<param name="showControls" value="true">
<param name="showDisplay" value="true">
<param name="showStatusBar" value="true">
<param name="loop" value="false">
<EMBED showcontrols="true" showdisplay="true" showstatusbar="true"
src="http://www.myurl.org/myfile.wmv" autostart="true" loop="false" width="491" height="408" align="middle" style="border-style:double; border-color:#826331;">
</EMBED></OBJECT>[/code]

Hope Ive Help You
Thnak You
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.