How to convert multiple swf files to exe?
Sample 1: Load some sub swf files.
In this sample, main.swf is our main flow, and 1.swf/2.swf files as the resource and material.
1. main.swf, main timeline, code:
createEmptyMovieClip( "m", 1 ) m.loadMovie( "1.swf" );
2. main.swf, there are 2 buttons that use to load 1.swf/2.swf, code:
// button1 on(press){ m.loadMovie( "1.swf" ); } // button2 on(press){ m.loadMovie( "2.swf" ); }
3. Publish main.swf, 1.swf, 2.swf, Run the main.swf, it works well.
4. Now let us convert them to a exe file with Bullrushsoft SWFtoEXE v2.
Press "Add..." to add main.swf to the list.
Press "Add Subsidiary..." to add 1.swf/2.swf to the sub list.
Like this.
Convert to Exe.
Here is the sample Zip for download.
Download!»
Sample 2: Load some sub jpg files.
Add files like this.
Here is the sample Zip for download.Download!»
Sample 3: Load Flv files.
Add files like this.
Here is the sample Zip for download.Download!»