I am using FlashDevelop. I need to "import" images in my project. How do I do that? I mean, I know how to use the "Loader" class, and as long as the whole project (compiled swf + images) is in one folder on my HDD everything works fine. But when it comes to uploading the game (on AG, for example), I am only asked for the swf directory, and there's no way to attach the "external resources" I need. (as far as I have seen, at least) So, should I just embed everything in the swf? But then it would become way heavy, and I see most of the games actually DO have a loading screen, wich would not be there if the resouces were already completely loaded with the swf (I think) Or should I upload the files I need on my own website and refer to them through an url? So, can anyone tell me how do I include images (and sounds etc) in my project and use them and how to upload the whole thing on AG?