Page 1 of 1

Movies having the LocalConnection Actionscript don't run....

Posted: Tue Mar 08, 2005 4:26 pm
by SWFDeveloper
Dear,

My movie has the following code to interact with another movie run on a Browser to exchange text...

var sendText_lc:LocalConnection = new LocalConnection();
sendText_lc.send("textMover", "sendText", "Hello World");


When I run it on the ShockwaveFlash activeX control it works find, though on FlashPlayerControl no interaction happens, I mean the text is not sent or received...

Could you please fix the bug or help me overcome this problem.

Many thanks,

SWFDeveloper,
London, UK

Posted: Tue Mar 08, 2005 4:31 pm
by SWFDeveloper
Hi again,

Think I found the answer, when I run the movie in the IDE, the LocalConnection doesn't work, though when I compile it and run the exe, it works fine.

Just in case anyone faces with the problem...

Ta,

Posted: Wed Mar 16, 2005 10:48 pm
by TGR
Yes, I think I have expereinced the same problem. Thank you for the information.