Sure I could use 2 separate buttons, but it I'd like to use one button and toggle it. It should work... in fact it does work with progressive download. I want to know why it doesn't work with streaming and if there is a simple way to fix it.
--- In [email protected], "Igor Costa" <[EMAIL PROTECTED]> wrote: > > Try to put your control on control. > > Like that > > > <mx:VideoDisplayObject id="vid"/> > > <button click="vid.play();"/> > <button click="vid.pause();/> > > > Regards > Igor Costa > www.igorcosta.org > > -- > ---------------------------- > Igor Costa > www.igorcosta.com > www.igorcosta.org >

