Quicktime Video in ICON


Instructions:

1)  Place the file on the uiowa streaming Quicktime Server. Make sure the file is hinted for streaming. Contact Greyson or Steve

2) Important: In 2 locations in the html code change the "location.mov" to your particular case:

"rtsp://quicktime.uiowa.edu/location.mov"

3) Save the file and upload the HTML file in your ICON course.

4) CAUTION!!!!!!! Do not open this using the HTML editor in ICON in IE Windows it
will break all the code - deleting all the PARAM TAGS. Do not use the HTML editor in ICON

5) in the same location as the HTML File place the attached "play.mov" file. 6) click on the play button to open the movie.  You may have to click twice if you are using IE.Note: The following is the same code as the "quicktime_template.html" attachment:<html> ( do not copy and past this code. Use the attached html documents as sources for the code. it is just here so you can follow the instructions)

<head><title>Link to QuickTime</title></head>
<body>

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="60"

HEIGHT="40" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">

<PARAM name="SRC" VALUE="play.mov">

<PARAM name="AUTOPLAY" VALUE="true">

<PARAM name="CONTROLLER" VALUE="false">

<PARAM name="HREF" VALUE="rtsp://quicktime.uiowa.edu/location.mov">

<PARAM name="TARGET" VALUE="QuickTimePlayer">

<EMBED src="play.mov" WIDTH="60" HEIGHT="40" AUTOPLAY="true"

CONTROLLER="false" href="rtsp://quicktime.uiowa.edu/location.mov " target="QuickTimePlayer" PLUGINSPAGE="http://www.apple.com/quicktime/download/">

</EMBED>
</OBJECT>
</body>
</html>

Labels

  Edit Labels
(None)