all groups > flash actionscript > august 2006 >
You're in the

flash actionscript

group:

FLVPlayback and actionscript control of flv



FLVPlayback and actionscript control of flv celluser04 NO[at]SPAM comcast.net
8/12/2006 8:55:11 AM
flash actionscript: I have a flv movie that I am using FLVPlayback to give user control to.
I would also like to pause and play it using actionscript.
I can pause it using this:

var listenerObject:Object = new Object();
listenerObject.ready = function(eventObject:Object):Void {
my_FLVPlybk.pause();
};
my_FLVPlybk.addEventListener("ready", listenerObject);

But how do I play it? Substituting play for pause in the above doesn't
work. I don't believe NetStream is the way to go since I am using
FLVPlayback, right?
I also have a my_FLVPlybk.addEventListener in place to detect AS
cuePoints added with FLVPlayback.
Thanks much.
Re: FLVPlayback and actionscript control of flv celluser04 NO[at]SPAM comcast.net
8/14/2006 1:07:59 PM
Can anyone help with this?

[quoted text, click to view]
Re: FLVPlayback and actionscript control of flv CoDo
8/14/2006 1:26:23 PM
AddThis Social Bookmark Button