Here’s the deal.
I have a main swf into which other swf files are loaded. My problem is that I have the swf’s that are loaded in subdirectories. Whenever I test the main swf, things work just fine! But if I try to run things from a browser it will not load the swf’s located in the subdirectories.
Can anyone help me?
Here’s a sample of the code:
[COLOR=Blue]PUBLICITY01_BT.onRelease = function(){
_root.Contents.unloadMovie(“Publicity.swf”);
_root.Contents.loadMovie("/Pub/Pub_01.swf");
}[/COLOR]