So If I use firefox to click on a link on my page to my reel, it nicely starts the movie embedded in a new page ( and I didn't set this up in any way, it just works ) , but i.e doesn't seem to do this auto streaming thang, and instead appears to want to try and download the entire 35 meg thing before viewing it, as opposed to beginning it and downloading as it goes ( streaming ). Any ideas?
Clueless with this stuff sorry. Thanks.
Replies
http://developer.apple.com/documentation..._section_2.html
Also follow the stuff in Eric's link.
<embed src="images/FX_DS2_dragonLanding.mov" width="400" height="316" loop="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed>
This is a line right out of one of my pages that uses streaming quicktime (http://jhaywood.com/FX_DS2_dragonLanding.htm). Remember to make the height 16 pixels bigger than the movie itself to allow for the playback bar. "Loop" is either true or false, depending on what you want. Replace the "src" info with your movie's name and relative folder location.