summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9/players/VPlayer.mxml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/media9/players/VPlayer.mxml')
-rw-r--r--Master/texmf-dist/source/latex/media9/players/VPlayer.mxml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/media9/players/VPlayer.mxml b/Master/texmf-dist/source/latex/media9/players/VPlayer.mxml
index d3ef5e17fad..ff3dc7962b0 100644
--- a/Master/texmf-dist/source/latex/media9/players/VPlayer.mxml
+++ b/Master/texmf-dist/source/latex/media9/players/VPlayer.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-10 compatible component for playing -->
<!-- FLV and MP4/H.264 video files and streams. -->
<!-- -->
-<!-- version 20150511 -->
+<!-- version 20150601 -->
<!-- -->
<!-- -->
<!-- The free Apache Flex 4 SDK is required to compile -->
@@ -39,7 +39,7 @@
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
- preinitialize="initialise(FlexGlobals.topLevelApplication.parameters);"
+ preinitialize="initialise(this.parameters);"
applicationComplete="initApp();"
backgroundAlpha="0"
>
@@ -60,7 +60,6 @@
private var pauseAtPos:Number = -1;
private var toBePaused:Boolean = false;
- import mx.core.FlexGlobals;
private function initialise(flashVars:Object):void {
source=flashVars.source;
if(flashVars.autoPlay=='true'){autoPlay=true}