Currently Being Moderated
Jan 15, 2009 6:15 PM
Hi, all!
I am working on a pair of test apps in AIR using the
LocalConnection class. This is driving me crazy! My
LocalConnection.Send executes without any error, but the
StatusEvent always comes back with
[StatusEvent type="status" bubbles=false cancelable=false
eventPhase=2 code=null level="error"]
This does not give me much to go on. I tried to "step into"
the .send method, but the debugger just goes into the next
statement.
I have double checked the application id, domain name, etc.
and also tried putting allowdomain="*" and allowinsecuredomain="*"
with no luck.
The receiving app issues the connect command fine, and I
display the domain name back to the app so I can verify it. When I
issue the send command, the test app displays the connection name,
which matches the receiver's connect.
Thanks for helping!
Pete