Jump to content

video controll buttons not displaying


RobertSubnet

Recommended Posts

Hello all. Hopefully this is an easy one.

 

I am trying to play a video clip using the following code:

 

<embed src = "my_clip.mp4" WIDTH = 292 HEIGHT = 290 autostart = "false" controller = TRUE>

 

The clip plays just fine in IE and Firefox. But the controll buttons, Play, Pause, etc., are not displayed. There is only a black strip where the control buttons should be.

 

What do I need to add to get the control buttons? They are present when playing a WMF or AVI.

 

Thanks!

Link to comment
Share on other sites

Is that your entire code? Try this:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="292" height="290">
<param name="src" value="my_clip.mp4">
<param name="autoplay" value="true">
<param name="controller" value="true"><embed height="290" pluginspage="http://www.apple.com/quicktime/download/" src="my_clip.mp4" type="video/quicktime" width="292" controller="true" autoplay="true">
</object>

Media Quicktime should be of  help.

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.