summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-15 23:26:34 +0000
committerKarl Berry <karl@freefriends.org>2015-06-15 23:26:34 +0000
commitc97f81e751680c5d701f238849741eb545777965 (patch)
tree256de2ae0fd748ed04713c6729291bcce704fc55 /Master/texmf-dist/source/latex/media9/players/APlayer9.mxml
parent3d6c925a00f8281b1c8f8e3863c7e8938f02c73e (diff)
media9 (3jun15)
git-svn-id: svn://tug.org/texlive/trunk@37551 c570f23f-e606-0410-a88d-b1316a301751
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();"