LiveConnect AS question
LiveConnect AS question
- Started
- Last post
- 5 Responses
- level2
Anyone got a good link for liveConnect using Flash? Domo arigato
- level20
I meant localConnection - plus I found a good link: http://www.macromedia.com/cfusio…
- arinya0
u bastard. did u steal Lennox International's logo??? What till ol' Lenny hears about this!
- level20
WTF! I had my logo for about 6 years now. They stole it from ME!
- ********0
Just used this in a project:
sending:
outgoing_lc = new LocalConnection();
outgoing_lc.send("lc_name", "methodToExecute", "whatever");
delete outgoing_lc;receiving:
incoming_lc = new LocalConnection();
incoming_lc.methodToExecute = function (param) {
received from the sending movie
if(param=="whatever"){
play();
incoming_lc = null;
delete incoming_lc;
}
}
incoming_lc.connect("lc_name");
- arinya0
Logo thief! Lenny's been around since 1895!