View Full Version : Fullscreen Swf /autorun on CD, Help!
Fullscreen Swf /autorun on CD, Help!
How to make a Swf file open fullscreen right away when the CD is
start, and how to make a closebutton on the Swf-file...
Samplefile are realy velcome !
Thanks all people out there
Regards
:confused:
zebbah
03-29-2003, 04:58 PM
I'm not too sure about how to make an autorun CD, but I looked at one and it had an "AUTORUN.inf" file with this inside:
[autorun]
OPEN=your_file.exe
I think this works fine on Windows, but you need to use Applescript or something for this to work on a Mac. Search the forum and you'll probably find more information.
To make your projector fullscreen on startup just put this code on the first frame: fscommand("fullscreen", "true");And this code on the close button:on (release) {
fscommand("quit");
}Good luck. :)
Thanks and have a nice weekend !
Regards
Swed:D
Såg att du var Norsk, tack från en bror o Nord
Mvh :D :p :)
zebbah
03-29-2003, 10:26 PM
Inget att tacka för, min svenske bror!
hehehe... Sorry, svensken min suger.... :D
Check this:
Flash Projectors and Crossplatform CD Burning FAQ (http://usuarios.lycos.es/didinomade/ProjectorsBurningFAQ.htm)
Hope this helps,
DD
Thank you and i get the message how to ask for help next time!
Regards
Swed
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.