I already made a game with flash builder 4, and I want to provide an easy download for people that would rather play offline. Thing is, i use a folder whole structure to dynamically load content per level. Folder structure looks like this, not that it matters that much:
Game folder
- animations
- anim1.swf
- anim2.swf
- sounds
- music1.mp3
- soundeffect1.mp3
- levels
- level1.lev
- level2.lev
- myGame.swf (generated from myGame.as)
How should I go to distribute this? Should I just resort to make a zip file for the flash game and assume people know how to extract and open the swf? Is there any other way to port easily as an executable? Perhaps Adobe Air (not sure if this works though)?
Thanks, and please help!
You can do this with Adobe AIR. It allows you to include folders in the install directory of the project and load them at runtime, all with a single install.