Hi there,
I am a problem with loading swf externally into my main flash application. The absolute paths to the SWFs I wish to load are in a database and are retrieved once the application starts up.
The weird thing is that some of the swf load and some do not. Those who do not are in the same “category” so to speak. They are all supposed to load inside a square so they act like textures. All the other swf’s that DO work are just added normally.
Also, everything works perfectly when I start up the application manually on my machine instead of accessing it through my browser.
Basically when I go to the folder where the application is and start it everything works, but when I access the html file that embeds the application, the texture swf’s do not load.
Is there a solution to this problem?