I have a FLex 4 project.
Its becoming cumbersome due to all css, swf and skins mxml files put in ONE folder. I want to separate css in a css folder and under the skins folder, I want to have the swf folder and the skins mxml files will be put in the root of the skin folder itself.
I want to know if this is the right way to handle files location. Because as it is in the css file, I now have to specify the path to the swf as for example... /skins/myswf.swf
So I also want to know if this will have any performance issue at runtime of the interfaces?
Thanks to guide me to the most appropriate way.