View Full Version : QuickTime in html page
MGRip
5th June 2004, 18:38
I've chosen this forum as the most near to my topic.
Does anybody here know the script/guide/software about placing quick time movie in html page?
Thanks,
Mark.
Neo Neko
6th June 2004, 08:12
No I don't off hand. But I often find it handy to refference the work that others have done to achieve the same effect.
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="480" HEIGHT="224" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0">
<PARAM NAME="controller" VALUE="FALSE">
<PARAM NAME="type" VALUE="video/quicktime">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="target" VALUE="myself">
<PARAM NAME="src" VALUE="http://a304.g.akamai.net/7/304/51/1c3725b4d981bd/www.apple.com/trailers/disney/the_incredibles/images/large.mov">
<PARAM NAME="HREF" VALUE="http://a772.g.akamai.net/5/772/51/dbfffb49eb9995/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8177be457c52aa3d246ae1372db49ac1e83e750b21e83f6/the_incredibles-tlr_a480.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="480" HEIGHT="224" CONTROLLER="FALSE" TARGET="myself" SRC="http://a304.g.akamai.net/7/304/51/1c3725b4d981bd/www.apple.com/trailers/disney/the_incredibles/images/large.mov" HREF="http://a772.g.akamai.net/5/772/51/dbfffb49eb9995/1a1a1aaa2198c627970773d80669d84574a8d80d3cb12453c02589f25382f668c9329e0375e8177be457c52aa3d246ae1372db49ac1e83e750b21e83f6/the_incredibles-tlr_a480.mov" type="video/quicktime" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED></OBJECT></TD>
Of course I am old hat at coding by eye so figuring out how to use such a snippet is rather easy for me. But it is just straight HTML. And it does not get much easier than HTML. ;)
MGRip
6th June 2004, 14:55
thanks
Pageot is a little free utility for Windows and Macs that automatically generates QuickTime HTML code, at http://www.qtbridge.com/pageot/pageot.html
Adobe GoLive also generates nice code, and has a nifty QuickTime track editor included. Poorly documented though, you could write an entire book about it. There is a free 30 day demo, that should give you enough time to figure out the OBJECT and EMBED tags.
If you like to hand code, go to
http://www.apple.com/quicktime/authoring/embed.html
http://www.apple.com/quicktime/tools_tips/tutorials/activex.html
For more advanced stuff, go to http://www.soundscreen.com/index.html
Frank
MGRip
9th June 2004, 15:55
Thanks,
The Pageot software is very useful :).
This is our indie film web site were I'm going to place the qt code: www.sopmovie.tk
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.