Re: [flexcoders] VideoDisplay smoothing and autoPlay

2009-08-06 Thread grimmwerks
Ok I see in the original mx.controls.VideoDisplay it checks autoplay and either plays or loads the video -- however why can't I override this function? private function autoPlaying():void { if (_source) { // Start playing or loading. if (_auto

[flexcoders] VideoDisplay smoothing and autoPlay

2009-08-06 Thread grimmwerks
Well I've followed countless examples to add smoothing to flex by extending VideoDisplay, but for some reason setting the autoPlay to be false doesn't change the videoDisplay autoPlay. Anybody have any ideas? import flash.display.DisplayObject; import mx.controls.Vid

[flexcoders] VideoDisplay smoothing

2007-06-05 Thread Jon Bradley
I saw a post on the cookbook beta about smoothing the VideoDisplay but unfortunately it doesn't work out of the box. There's a call to "videoPlayer.smoothing" which obviously doesn't exist. After removing that, event extending VideoDisplay and using the _smoothing property, it doesn't smoot