From: Andy Allan Date: Wed, 29 Jun 2011 17:57:56 +0000 (+0100) Subject: Remove the mx.events.VideoEvent import, since it clashes with flash.video.VideoEvent X-Git-Tag: 2.3~25^2~3 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/d69928cc1bd69b0eeae99c69fd6623f773464811 Remove the mx.events.VideoEvent import, since it clashes with flash.video.VideoEvent --- diff --git a/net/systemeD/potlatch2/help/VideoPlayer.mxml b/net/systemeD/potlatch2/help/VideoPlayer.mxml index fdb6f89e..47da5a06 100644 --- a/net/systemeD/potlatch2/help/VideoPlayer.mxml +++ b/net/systemeD/potlatch2/help/VideoPlayer.mxml @@ -38,8 +38,6 @@ the user actually wants it.) */ - import mx.events.VideoEvent; - [Bindable] public var file:String; [Bindable] public var previewImage:String; private var wasPlaying:Boolean;