Hi. In QT6 I use the code below to display a video fullscreen on clicking a website button. It quits when done. Great.
QT7 adds the new DVD style fullscreen menu (if you move your cursor) which I don't want. How do I disable it in the code?
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT('poster.gif','95','29','',
'href','file:///loader.qtl',
'target','quicktimeplayer',
'controller','false');
</script>
loader.qtl is:
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
srcfile.mov"
autoplay="true"
fullscreen="full"
quitwhendone="true"
/>
Any ideas?
QT7 adds the new DVD style fullscreen menu (if you move your cursor) which I don't want. How do I disable it in the code?
<script language="JavaScript" type="text/javascript">
QT_WriteOBJECT('poster.gif','95','29','',
'href','file:///loader.qtl',
'target','quicktimeplayer',
'controller','false');
</script>
loader.qtl is:
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
srcfile.mov"
autoplay="true"
fullscreen="full"
quitwhendone="true"
/>
Any ideas?