diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml b/Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml index fad4deca9aa..ad13e304471 100644 --- a/Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml +++ b/Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml @@ -4,7 +4,7 @@ <!-- a FlashPlayer-10 compatible component for playing --> <!-- MP3 audio files and streams. --> <!-- --> -<!-- version 20131030 --> +<!-- version 20131114 --> <!-- --> <!-- --> <!-- The free Apache Flex 4 SDK is required to compile --> @@ -228,6 +228,7 @@ pause(); source=s; initSound(); + pause();seek(0); } private function loadPolicy(p:String):void {policy=p;} |