summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/media9/players/APlayer9.mxml')
-rw-r--r--Master/texmf-dist/source/latex/media9/players/APlayer9.mxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml b/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
index 8c12fa943ab..cc1a1a0c629 100644
--- a/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
+++ b/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-9 compatible component for playing -->
<!-- MP3 audio files and streams. -->
<!-- -->
-<!-- version 20150511 -->
+<!-- version 20150601 -->
<!-- -->
<!-- Copyright (C) 2012-today Alexander Grahn -->
<!-- -->
@@ -24,7 +24,7 @@
<!-- -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
- preinitialize="initialise(Application.application.parameters);"
+ preinitialize="initialise(this.parameters);"
applicationComplete="initSound();addEventListeners();"
creationComplete="initCallBacks();initContext();"
mouseDown="pause();setFocus();"