I am trying to create a CD-ROM in Flash. The problem is that my buttons which link my movies don't work, but they do in the export movie .swf format on the desk top. I saved all the movies as .swf format and the 'home page' movie as a .swf and a projector. The linking of all the movies worked on the desk top when the 'home' button is released. In the CD-ROM none of the 'home' linking buttons worked. In the CD-ROM all the .swf movies are hidden and only the projector shows up (the projector icon is clicked to open up the 'Home page' movie. The actions that I used for the buttons are:

on (Release)
Go to and Play (Cover,1)
Load Movie ("Learning (Home Page)".swf,0)
FS Command ("full screen", "true")
Fs Command ("Show Menu", "false")
End On

Why are the buttons not working in the CD-ROM?

Secondly, can I size the movie so that when the first movie starts, it automatically is full screen rather than the 640x480 dimensions that it was created in?

Third, how do I script 'autorun' so that the movie starts immediately when the CD-ROM is put into the drive? Where is scripting created?


Thanks


Ian