actionscript 3 - Customize standalone AIR runtime folder package -


i'm looking figure out if there way customize folder structure when packaging air app captive runtime?

as right folder structure follows:

projectname_standalone [parrentfolder]

  • adobe air [folder]
  • meta-inf [folder]
  • other folders images , such [folder]
  • mimetype [file in projectname_standalone folder]
  • projectname.exe [file in projectname_standalone folder]
  • projectname.swf [file in projectname_standalone folder]

what along lines this:

projectname_standalone [parrentfolder]

  • data [folder]
    • adobe air [subfolder of data]
    • meta-inf [subfolder of data]
    • other folders images , such [subfolder of data]
    • mimetype [file in data folder]
  • projectname.exe [file in projectname_standalone folder]
  • projectname.swf [file in projectname_standalone folder]

has experience this?i'm working in flashdevelop, assume apply both flash pro , flash builder , include modification of air sdk.


Comments