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

New Topic/Question
Reply



MultiQuote






|