Embed QuickTime Notes Plus
Posted on February 4, 2007 in Accessibility, Structure by Jeff Starr
This post contains random notes for embedding QuickTime within web pages.
QuickTime Embed Attributes via CSS
<style>
<!--
embed, .embed {
pluginspage: http://www.apple.com/quicktime/download/;
controller: false;
autoplay: true;
bgcolor: #000;
loop: true;
}
//-->
</style>