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
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
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
3 matches
Mail list logo