From 78cb3aadcdbcffeeaf183dab3672dfa5dc07b3cf Mon Sep 17 00:00:00 2001 From: Steffen Tiedemann Christensen Date: Sun, 13 Feb 2011 12:02:08 +0100 Subject: [PATCH] Smoothen identity video --- src/VideoPlayer.mxml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VideoPlayer.mxml b/src/VideoPlayer.mxml index 0053f61..519c45f 100755 --- a/src/VideoPlayer.mxml +++ b/src/VideoPlayer.mxml @@ -107,6 +107,7 @@ public function build():void { if(!context || !context.photos || context.photos.length==0) {displayError('Empty video stream...'); return;} video.mx_internal::videoPlayer.smoothing = true; + identityVideo.mx_internal::videoPlayer.smoothing = true; setActiveElement(0, false, props.getNumber('start')); if (props.get('showTray') && props.get('showBrowse')) {