JoshH
04-30-2005, 02:53 PM
Like pretty much every quicktime movie on Apple's site (for instance), how do I create a "Click to Play" opening graphic that plays the movie (and not just automatically)?
Josh
craigbowman
04-30-2005, 07:53 PM
Object and embed tags for quicktime accept an href and target attribute. The href attribute is set to the url of the quicktime movie you wish to play and the value for target is "myself". When you click in the space with your original still graphic quicktime movie it will replace the "still" movie with the movie referenced by the href attribute.
The autoplay attribute for the object and embed tags should be set to true.
Cheers