Click to See Complete Forum and Search --> : Quicktime in the web-page.


suppafreak
01-13-2005, 11:16 PM
I am not sure if this it the tight place for the post.

Can anyone point me to the right place? I want to incorporate QuickTime movie and music files on the page. Similar to the way it is done here.

http://www.apple.com/trailers/paramount/the_weather_man/twm_trailerlrg.html

When you click in the rectangle the QuickTime player appears inside the page and clip starts playing.

Also I would like to know what will be the best way to encode the clip.

I basically would like to know how to create this.

Any help is greatly appreciated.

Thanks

mkda
01-13-2005, 11:52 PM
Here's the code fom the site you gave:

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="480" HEIGHT="288" 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://movies.apple.com/trailers/paramount/the_weather_man/images/twm_trailerlrg_05.mov">
<PARAM NAME="HREF" VALUE="http://movies.apple.com/movies/paramount/the_weatherman/the_weatherman_480.mov">
<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">
<EMBED WIDTH="480" HEIGHT="288" CONTROLLER="FALSE" SRC="http://movies.apple.com/trailers/paramount/the_weather_man/images/twm_trailerlrg_05.mov" HREF="http://movies.apple.com/movies/paramount/the_weatherman/the_weatherman_480.mov" type="video/quicktime" TARGET="myself" BGCOLOR="#000000" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html"></EMBED></OBJECT>

Simply modify parts of it to what you need.

About that clicking thing and encoding to video, I'm not too sure about that (I never made and embeded a video in a page).