Hi flex coders,
I am creating the build file for the Adobe AIR app.
It works for simple application i.e. compiling, launching and packaging.
But in my case the application is large with lots of sub directories.
The point I am facing the problem is who to add "embed-assets" into the
application.
i.e. during the build it is showing me unable to resolve 'embed-assets/abc.swf'
for transcoding error.
actually it could not find the path to the assets which is inside some
sub-directory.
So how can I point to the compile target for the same.
If I know the equivalent compiler option for the same, that would be a great
help
Using the Flex Builder, I could easily compile and run the application.
Rishi