Cd-rom?

How would I go about making a executable CD-Rom using Flash.

One that opens full screen when you pop it into your cd drive? Like you see on CD extras…

If anyone can give me some basic tips that would be great…

Take a look at this thread, hopefully it would help. =)

http://www.kirupaforum.com/showthread.php?s=&postid=49775#post49775

create an autorun.inf file in notepad

[autorun]
open=somefile.exe

then in the first frame of your movie

fscommand (“fullscreen”, “true”)

[size=1][ edit ]
a bit late isn’t it eg ? :-[/size]

rcok on guys…thanks…it works beautifully… =)