|
|
| Support FAQs, Tutorials and Contact Info |
QuickTime Streaming MovieFrom Support CenterQuickTime Streaming Movie
How do I stream a QuickTime Streaming movie?
Prepare and encode your source content into a hinted QuickTime Streaming movie. Choose an appropriate filename to remind yourself that it has been hinted. The instructions that follow refer to your hinted QuickTime movie as hinted.mov. Upload hinted.mov to your streaming media. Be sure to upload it as "binary" or "raw data" since it is not a text file. (Optional) Now that hinted.mov is in your streaming media directory, test it using QuickTime Player. If your movie does not stream correctly when opened by QuickTime Player, it is unlikely to stream later, when you've done additional work to add it to your Web site.
Create a reference QuickTime movie that points to your hinted QuickTime movie on the QuickTime Streaming Server. Choose an appropriate filename to remind yourself that it is a reference QuickTime movie. The instructions below use the simple filename ref.mov. Upload ref.mov to your Web site. Be sure to upload it as "binary" or "raw data" since it is not a text file. Finally, reference your reference QuickTime movie from a Web page: Create or edit the Web page on which you want visitors to find your streaming media. Use whatever tool you normally use to work on Web pages. Either add a link to your reference QuickTime movie: <A HREF="ref.mov">my movie</A> Or embed it on the Web page itself: <OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="pixels" HEIGHT="pixels" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> <PARAM name="SRC" VALUE="ref.mov"> <PARAM name="AUTOPLAY" VALUE="true"> <PARAM name="CONTROLLER" VALUE="true"> <PARAM name="LOOP" VALUE="false"> <EMBED SRC="ref.mov" WIDTH="pixels" HEIGHT="pixels" AUTOPLAY="true" CONTROLLER="true" LOOP="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"> </EMBED> </OBJECT>
|







" WIDTH="88" HEIGHT="31" BORDER="0" ALT="Get QuickTime"></A>
