I have one Swfloader. This swfloader loads file A.swf. On creationComplete event, File A.swf loads another swf(file B.swf).
Everything works fine when I run the application once in the same machine.
But when I run two or more instance of the application, the first works fine (both file A and B are loaded) but the second swf (file B) is not loaded by file A.
Could you please help me to find out why the first swf (file A) doesn't load file B, when the application is running in multiple instance ?
Thank you in advance,
Casey