I am making a webpage but I have a quick time video and can't figure out how to put it in the page |
|
Try using the following code. Insert your movie's domain and name where I have "yoursite.com/testmovie.mov"
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="225" HEIGHT="200" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="http://www.yoursite.com/testmovie.mov"> <PARAM name="AUTOPLAY" VALUE="true"> <PARAM name="CONTROLLER" VALUE="true"> <EMBED SRC="http://www.yoursite.com/testmovie.mov" WIDTH="225" HEIGHT="200" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED> </OBJECT> Good Luck Jennifer, Baxter, Cassiopia and Sharkey |
Didn't find exactly what you're looking for? Search again here:
Custom Search
|
| |
|
|
|