[flexcoders] VideoDisplay play/pause button

2008-09-05 Thread sleekdigital
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

Re: [flexcoders] VideoDisplay play/pause button

2008-09-05 Thread Igor Costa
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