Re: What folder does flex look in for embed?
Your source folder. Look in your application properties. Under "Flex Build
Path", look for the "Main Source Folder" value. By default, Flex sets this to
"src". This is the /src folder that is displayed below the root of the Flex
Application. So, your image would be directly under "src". However, it's best
to organize all of your files, so, you might want to create an "assets" folder
under your source folder, and put your images in there. I actually have an
assets folder with several other folders below it - "fonts", "icons", "images",
"stylesheets" - for further organization.
|