Answered
Playing FLVPlayback from AS
I am new to using the FLVPlayback component. Currently it is
set to not auto play. I would like begin playing whenever a certain
action occurs. For instance:
this.onEnterFrame = function() {
my_FLVPlybk.play();
};
This code doesn't work however. What's the best way to call the play function of the FLVPlayback component?
this.onEnterFrame = function() {
my_FLVPlybk.play();
};
This code doesn't work however. What's the best way to call the play function of the FLVPlayback component?