summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/media9
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-14 00:15:28 +0000
committerKarl Berry <karl@freefriends.org>2013-11-14 00:15:28 +0000
commitedb8af6d0ce44c0948ea2c747925d34fb230197d (patch)
treef679c45f7f25a83909e3b400050b69a8c90f909c /Master/texmf-dist/doc/latex/media9
parent8a67560247f3bea5b3ab4c0abe7932f006da7aac (diff)
media9 (13nov13)
git-svn-id: svn://tug.org/texlive/trunk@32141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9')
-rw-r--r--Master/texmf-dist/doc/latex/media9/ChangeLog10
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml10
-rw-r--r--Master/texmf-dist/doc/latex/media9/media9.pdfbin3185053 -> 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
index c8ac87e4d05..1bc0e362702 100644
--- a/Master/texmf-dist/doc/latex/media9/media9.pdf
+++ b/Master/texmf-dist/doc/latex/media9/media9.pdf
Binary files differ