diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/ChangeLog | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.pdf | bin | 3185053 -> 3185064 bytes |
3 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog index 36850c2f4cd..f2a7ae03952 100644 --- a/Master/texmf-dist/doc/latex/media9/ChangeLog +++ b/Master/texmf-dist/doc/latex/media9/ChangeLog @@ -1,7 +1,11 @@ -2013-11-01 - * new: Media player Flash components (VPlayer9.swf, APlayer9.swf) added +2013-11-12 + * v0.34 + * fix: `bigfiles' option and really big files caused dvips error + +2013-11-04 + * new: media player Flash components VPlayer9.swf, APlayer9.swf added for compatibility with the Flash Player 9 plugin that is bundled with - Adobe Reader 9.4.1 for Linux) + Adobe Reader 9.4.1 for Linux 2013-09-24 * v0.33 diff --git a/Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml b/Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml index 55a901e6c50..93d68600199 100644 --- a/Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml +++ b/Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml @@ -4,7 +4,7 @@ <!-- a FlashPlayer-9 compatible component for playing --> <!-- FLV and MP4/H.264 video files and streams. --> <!-- --> -<!-- version 20131030 --> +<!-- version 20131106 --> <!-- --> <!-- Copyright (C) 2012-today Alexander Grahn --> <!-- --> @@ -183,7 +183,10 @@ } private function setSource(s:String):void { - vidDisp.source = s; + vidDisp.pause();vidDisp.source = s; + vidDisp.play();vidDisp.pause(); + vidDisp.playheadTime=0; + if(autoPlay){vidDisp.play();} } private function formatTime(s:Number):String { @@ -223,7 +226,8 @@ </mx:Script> <mx:Fade id="fadeEffect" target="{playProgress}" alphaFrom="0.5" alphaTo="0" duration="2000" - effectEnd="playProgress.label=''"/> + effectEnd="playProgress.label=''" + /> <mx:VideoDisplay id="vidDisp" diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf Binary files differindex c8ac87e4d05..1bc0e362702 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.pdf +++ b/Master/texmf-dist/doc/latex/media9/media9.pdf |