[RESOLVED] Localconnection & Director
Hi, I am trying to make an AIR app that communicates with a Director projector via localconnection. Everything works in the tests and the final published versions except my Director movie isn't firing the callback that it receives a message. This ONLY happens when I have my Flash movie set to Publish as AIR. If I change it to "Flash Player", everything works fine
When set to publish as AIR, it says the sends are successful and it is receiving the messages from the director movie. The director movie just doesn't get the messages. I am using allowDomain('*') and underscores with both the localconnection names. Anyone have a clue what could be wrong?