Skip to content

Commit

Permalink
Smoothen identity video
Browse files Browse the repository at this point in the history
  • Loading branch information
steffentchr committed Feb 13, 2011
1 parent da707c5 commit 78cb3aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VideoPlayer.mxml
Expand Up @@ -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')) {
Expand Down

0 comments on commit 78cb3aa

Please sign in to comment.