cue points
cue points
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- elee0
var listenerObject:Object = new Object();
listenerObject.cuePoint = function(eventObject:Object):Voi... {
if(eventObject.info.name == "myCue")
trace("Hit it!");
}
my_FLVPlybk.addEventListener("cu... listenerObject);- assuming as2. as3 is a tad different, I can post an example if that's the case.elee