Jump to content

About controlling the video


satimis

Recommended Posts

Hi all, With following code I can start video automatically on popup the webpage

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" WIDTH="160" HEIGHT="136" ><PARAM NAME="src" VALUE="what_are_derivatives.mp4" ><PARAM NAME="autoplay" VALUE="true" ><EMBED SRC="my_video.mp4" TYPE="image/x-macpaint"PLUGINSPAGE="http://www.apple.com/quicktime/download" WIDTH="320" HEIGHT="240" AUTOPLAY="true"></EMBED></OBJECT>

Please advise how to change:

<PARAM NAME="autoplay" VALUE="true" >

so that the video won't start automatically. I have to clicking the button(the triangle) to start it? Thanks Besides if I want to change the size of video window how to adjust WIDTH and HEIGHt? B.R.satimis

Link to comment
Share on other sites

don't include the autoplay attribute.http://www.w3schools.com/tags/att_video_autoplay.asp

Edited by thescientist
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...