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


On Fri, Sep 5, 2008 at 4:14 PM, sleekdigital <[EMAIL PROTECTED]> wrote:

>   To make a simple play / pause button I bind the selected state of the
> button to the "playing" property of the VideoDisplay component. This
> works fine with progressive video, but for some reason when using
> streaming video the binding does not work correctly. Most of the time
> it does not set the selected state when the playing property changes.
> Anyone know why or how to fix this?
>
>  
>



-- 
----------------------------
Igor Costa
www.igorcosta.com
www.igorcosta.org

Reply via email to