Technical: QuickTime
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Part III of III) Embedding the Reference Movie
  Introduction
  Creating Alternate Movies
  Creating the Referenced Movie
Now that the alternate movies have been created and the referenced movie created, it is time to put it all on-line using your favorite HTML authoring tool. If the movies are posted using an FTP application, remember to post them as 'Raw Data.'

1. Simply embed the referenced movie into the html. This reference movie will load whichever alternate is appropriate based on the users connection speed.

2. Your HTML will look similiar to this:

<EMBED SRC="nameofyour.mov" PLUGINSPAGE="http://www.apple.com/quicktime/" WIDTH=160 HEIGHT=136 CONTROLLER=TRUE LOOP=FALSE AUTOPLAY=TRUE></EMBED>

3. Here is a complete list of <EMBED> tags.

Back