How to Embed a Streaming QuickTime Movie in a Web Page
From WolfWikis
Back to Streaming Media Server Tutorials
Streaming Media files can only be stored in certain locations on the network:
WolfWare
Streaming media files should be stored in the Media folder in WolfWare.
<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320" height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'> <param name='src' value="movie_filename.mov"> <param name='qtsrc' value="rtsp://realaudio.ncsu.edu/wolfware/ww201/common/media/movie_filename.mov"> <param name='autoplay' value="false"> <param name='controller' value="true"> <param name='loop' value="false"> <EMBED src="movie_filename.mov" qtsrc="rtsp://realaudio.ncsu.edu/wolfware/ww201/common/media/movie_filename.mov" width="320" height="255" autoplay="false" controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'> </EMBED> </OBJECT>
(change "ww201" to your course)
(preview.mov is a non-streaming movie that will be displayed before the streaming starts_
NOTE: This is not a working movie file.