PDA

View Full Version : Flex 2 (Actionscript Projects)


panel
05-23-2007, 10:22 AM
Hi

When a am creating new actionscript project flex 2 creates director y structure.

I wonder about bin folder. It contain al lot of unusefull files (files witch I added to project folder earlier and then I deleted from project (mp3 or vide ofor test purpoase). Is teher any way flex builder deleted automaticly files from bin folder or clear bin filder after close flex builder?

dr_zeus
05-23-2007, 05:41 PM
A couple things you will find useful:

1) Goto Project->Properties. Choose 'Flex Compiler'. Uncheck 'Copy non-embedded files to output directory'. This will mean that no extra files, like those MP3s or videos, will be copied to the bin directory. Just the SWF and HTML and stuff that the compiler handles.

2) If you choose Project->Clean..., it should delete everything in the bin directory. If you do this once after changing the setting I mentioned in 1) you won't have to worry about those files anymore.

I have requested that Adobe add support for per-file copy settings because I prefer to copy specific files to my bin directory, but leave others. If you're interested in this feature as well, I highly recommend sending in a feature request (http://www.adobe.com/go/wish).

panel
05-24-2007, 01:02 PM
Thanks
I have added request