views:

458

answers:

2

I've created an AIR application, but it uses an external SWF for extra functionality. I want that SWF to be included in the install, but currently it's not. Is there anyway I can get FlexBuilder or any other tool to include this extra file in the installer? I've tried manually adding the file (as a .air file is just a zip file in disguise), but there must be hash checks inside the file.

A: 

If you place the SWF file in your application's src directory it will give you the option to include in the installer (previously I tried putting it in the application's root folder).

Mark Ingram
A: 

What if you wanted to add a text file instead to the installer using Flex Builder? I tried to add it using the export release build wizard, but I don't see the text file generated in the application directory...any ideas?

Amit