Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: FullScreen AutoStart



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="" alt="Loading Q-Sharp™ Interface" region="region_1" begin="0s" dur="230s" qt:immediate-instantiation="true" />
          </par>
     </body>
</smil>
 _______________________________________________
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



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.