QuicktimeEmbedTest: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
<!-- QTObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/ -->
<!-- QTObject embed by Geoff Stearns geoff@deconcept.com http://blog.deconcept.com/ -->
<script type="text/javascript" src="/html/js/qtobject.js"></script>
<script type="text/javascript" src="/html/js/qtobject.js"></script>
<style type="text/css">
</style>
body {
background-color: #eeeeee;
font: 12px verdana, arial, helvetica, sans-serif;
}
</style>
</head>
</head>


Line 44: Line 39:
// create the qtobject and write it to the page, this includes plugin detection
// create the qtobject and write it to the page, this includes plugin detection
// be sure to add 15px to the height to allow for the controls
// be sure to add 15px to the height to allow for the controls
var myQTObject = new QTObject("/wiki/images/8/88/HMGDoom.mov", "bushfinger", "320", "255");
var myQTObject = new QTObject("/wiki/images/8/88/HMGDoom.mov", "foo", "640", "375");
myQTObject.addParam("autostart", "false");
myQTObject.addParam("autostart", "false");
myQTObject.write();
myQTObject.write();

Revision as of 15:39, 11 March 2011

Not good (made with iPhoto 09 exports)

better? (made with qtobject_simple)

QTObject embed by Geoff Stearns

The Quicktime movie below was embedded using the QTObject embed method by Geoff Stearns.

This is an example of a simple QuickTime movie embed.