Question
Is there a real Stop event for FLVPlayback ?
I struggle with the FLVPlayback component more than anything
else. I want one thing to happen when a video finishes playing, but
something else to happen when the user clicks the Stop button. But
the Complete, Stopped and stoppedStateEntered events will fire if
either of these things occur. IOW, ActionScript doesn't distinguish
between a video ending normally and the user clicking the Stop
button.
Does the Stop button have its own events separate from the player? I can't find anything listed. I suppose I can draw my own button over it, but I'd like to avoid that, if possible.
Does the Stop button have its own events separate from the player? I can't find anything listed. I suppose I can draw my own button over it, but I'd like to avoid that, if possible.