So I have this action script, an event listener, which checks the FLV and when come to the end of the FLV It performs another task. My task being nextFrame();
flvPlayback.addEventListener(“complete”,this.complete);
function complete(evt:Object):Void {
nextFrame();
_root.blackbox._yscale, 1, 1, true);
}
The question I have is does anyone know how to do the same thing but instead of the event listener looking for the end of the flv it’s looking for the cue point? I named my cuepoint “scare_now” I’m not sure if that matters though.
If anyone can help I’ll bake you some brownies.:cowbell: