Greetings all.
I'm trying to use the QT_WriteOBJECT function script as recommended by Apple, but I'm having no luck in getting my .mov file to show up. My popup html file appears, but with no movie. Here is the Apple site where I've found the technique:
http://developer.apple.com/internet/ieembedprep.html
I'm using the AC_QuickTime.js file.
Here is the code that rests within the head section:
Code:
<script src="[path]/AC_QuickTime.js" language="JavaScript" type="text/javascript"></script>
Here is my code that sits on my quicktime movie page:
Code:
<body>
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT (
'panorama1.mov', '600', '350', '',
'align', 'top',
);
</script>
</body>
I know that the Quicktime movie will run when using a standard embed technique, but I'm completely baffled as to why the .mov file isn't showing up. Any help would be much appreciated. Thanks