Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fullscreen menu in QT - how to disable?

Status
Not open for further replies.

tpeck

Programmer
May 25, 2005
7
AU
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top