Loading External Swf
Hello to everyone! I'm new to the forums here and relatively new to AS3. I use FlashBuilder to code. I'm trying to load a local external .swf into my app. My URLRequest can't seem to be able to find the location of the local swf. I've dropped it everywhere with my app but no matter what I put for the url it can't find the swf. For example, my swf is name game.swf but no matter where I put it in the project folder and any combination of URL, I can't seem to access it. Interestingly enough, if it's in the bin-debug and I put URLRequest("game.swf"), it'll find the one in the bin-debug it seems. Please help and thanks in advance!