Skip Navigation

University of Nebraska–Lincoln

Web Developer Network Wiki

Herein Lies the Accumulated Knowledge of Mankind

Embedding quicktime movie in content area

As with embedding a flash movie, there accessibility and validation issues when embedding a Quicktime movie directly onto a web page.

Developer Geoff Stearns's has created a QTObject script that solves the problems mentioned above.

To download the script, click here

Code example:

<script type="text/javascript">
QT_WriteOBJECT('movies/yourmovie.mov' , '320', '260' , '', 'CONTROLLER', 'True', 'AUTOPLAY', 'True', 'BGCOLOR', '#ffffff');
</script>

For more info, you can visit the project page. It provides additional info on how to use the script.