I am using localconnection() to send information from a flash file embedded in one browser(1) to another flash file embedded in a second browser(2).
The way it is currently set up is that when you click a link on (1), a new browser opens up and loads (2). The problem is that the myconnection_lc.send is being sent before (2) has a chance to load.
How can I make sure the send only executes when (2) is open? Should I be creating a send function in (2) to tell (1) that it is open, or is there a more efficient way?