Hi there,

I'm struggeling with a strange issue:

I need to load multiple SWFs and call a function inside them. All SWFs contain 
a 
localconnection. I know a local connection ID can only exist once. Is it 
possible to load and 
unload these SWFs with the same connection ID?

The first call of
swfLoader.source = "clip1.swf";

works. But if I try to load the next one with
swfLoader.source = "clip2.swf";

doesnt work. I've already tried to close the connection and recreate the 
localconnection 
object. But nothing works for me.

Any ideas?

Many thanks.

Best regards,

Werner

Reply via email to