|
|||
|
Hi
I downloaded the demo version of SWFKit 2 yesterday and it is the answer to my prayers! I do have one question though. The cd interface of my program is called main.swf and I made this into an exe. The program is divided into units and objects. You click on a link in the main.exe to open an swf of a unit index and then click on another link to open the desired object.swf. When you close the object and go back to the unit index you need to click on a back button to get back to the cd interface. The code on this button looks like this: on(release){ _root.loadMovie("../learning_world/main.swf"); _global.fromLW = true; } In the folder along with the exe we have a copy of the file main.swf. My problem is that this file is exactly the same as main.swf that the exe file was made from. If you click on this swf you can access a fully working version of the cd interface! The program is very big and contains many swf files so I don't really want to make a single exe file with all the swf's packaged into it. Is there a way to make the main.swf un-useable unless the main.exe file is running? Would it be possible to package the main.swf as an attachment to the main.exe so it is only unpacked when a unit interface calls to it? Or is there a change that I could make to the above script so that is calls to the main.exe file so I can then just get rid of the main.swf? Any help would be greatly appreciated! Thanks Gordon |
|
|||
|
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|