I'm developing a Adobe Air application that should make use of a SWF file using LocalConnection
.
I've never used LocalConnection
before, but from what I understood from the online reference, I need to specify the same connection name on both the sender and the receiver.
Since I don't have access to this component source code, how can I find out what connection name should I use?
I do have access to some JavaScript files that use the same SWF, but since I have no experience with JavaScript I wouldn't know where to start looking for. Could I figure something out from there?
... or am I missing something?