| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
|
Thanks. That works great!
~Dave
---------------------------------------------
Date: Mon, 20 Dec 2004 22:49:38 EST
From: email@hidden Subject: RE: FullScreen AutoStart To: email@hidden, email@hidden Message-ID: <email@hidden> Content-Type: text/plain; charset="utf-8" Here is a quick solution (2 minutes). Create a SMIL file with code like below. You create this file in your text editor and save a plain text with a '.mov' suffix. The resulting file will be fullscreen autostart on Mac and Windows systems. SMILtext<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:fullscreen="full" qt:autoplay="true" qt:time-slider="true" > <head> <layout> <root-layout width="640" height="480" background-color="black" /> <region id="region_1" left="0" top="0" width="640" height="480" fit="fill" /> </layout> <meta name="full-name" content="Presentation" /> <meta name="copyright" content="©2004" /> <meta name="information" content="www.veldhiezen.com" /> </head> <body> <par> <video src=""http://www.yourdomain.com/Video.mov" ?>http://www.yourdomain.com/Video.mov" alt="Loading Q-Sharp⢠Interface" region="region_1" begin="0s" dur="230s" qt:immediate-instantiation="true" /> </par> </body> </smil> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.apple.com/mailman/private/quicktime-api/attachments/20041220/defa8f2d/attachment.html |
_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-API mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-api/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.