Quote Originally Posted by a_modified_dog
Hi .. all tests end with the same result .. only the first swf is activated

my only thoughts are (untested) name each swf with a number -
a0.swf, a1.swf, a2.swf..
use _url to pull in the file path/name - str = _url
find the dot - dot = str.lastIndexOf(".");
find the number - num = str.charAt(dot-1);

somehow incorporate the number into the localConnection

as i state it's all untested, but if this helps, or you find
some other way of getting it to work, please let me know.
Thanks for testing and verifying this. Your idea has me thinking... I bet I could use FlashVars to give each localConnection it's own unique name and then for loop through the possibilities. I'll try to test this soon.