summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/media9/files
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-16 23:51:34 +0000
committerKarl Berry <karl@freefriends.org>2013-11-16 23:51:34 +0000
commit3dc099326cd991a2db80fc2b8e17b626a10d8f91 (patch)
tree29255929157770b0476a0cf5070bf13a7d6a968c /Master/texmf-dist/doc/latex/media9/files
parent7d3939ca812ba5430cfb748fc99af2d3f6f734e6 (diff)
media9 (16nov13)
git-svn-id: svn://tug.org/texlive/trunk@32163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9/files')
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/cubeposter.pngbin0 -> 3462 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/epix.asy4
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/epix.prcbin56774 -> 55043 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/epixposter.pdfbin0 -> 111371 bytes
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/players/APlayer.mxml3
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/players/APlayer9.mxml3
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/players/VPlayer.mxml4
-rw-r--r--Master/texmf-dist/doc/latex/media9/files/players/VPlayer9.mxml3
8 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/files/cubeposter.png b/Master/texmf-dist/doc/latex/media9/files/cubeposter.png
new file mode 100644
index 00000000000..ae57869756f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/media9/files/cubeposter.png
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/media9/files/epix.asy b/Master/texmf-dist/doc/latex/media9/files/epix.asy
index 48e25aa5591..60720aaba05 100644
--- a/Master/texmf-dist/doc/latex/media9/files/epix.asy
+++ b/Master/texmf-dist/doc/latex/media9/files/epix.asy
@@ -9,8 +9,8 @@ import graph3;
size(200,200,IgnoreAspect);
-//currentprojection=perspective(4,2,3);
-currentprojection=perspective(0,0,1);
+currentprojection=perspective(4,2,3);
+//currentprojection=perspective(0,0,1);
real f(pair z) {return z.y^3/2-3z.x^2*z.y;}
diff --git a/Master/texmf-dist/doc/latex/media9/files/epix.prc b/Master/texmf-dist/doc/latex/media9/files/epix.prc
index 3d8da38bfea..99e33eed236 100644
--- a/Master/texmf-dist/doc/latex/media9/files/epix.prc
+++ b/Master/texmf-dist/doc/latex/media9/files/epix.prc
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/media9/files/epixposter.pdf b/Master/texmf-dist/doc/latex/media9/files/epixposter.pdf
new file mode 100644
index 00000000000..92506d1092d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/media9/files/epixposter.pdf
Binary files differ
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;}
diff --git a/Master/texmf-dist/doc/latex/media9/files/players/APlayer9.mxml b/Master/texmf-dist/doc/latex/media9/files/players/APlayer9.mxml
index 7559b779679..35a154ae3fc 100644
--- a/Master/texmf-dist/doc/latex/media9/files/players/APlayer9.mxml
+++ b/Master/texmf-dist/doc/latex/media9/files/players/APlayer9.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-9 compatible component for playing -->
<!-- MP3 audio files and streams. -->
<!-- -->
-<!-- version 20131030 -->
+<!-- version 20131114 -->
<!-- -->
<!-- Copyright (C) 2012-today Alexander Grahn -->
<!-- -->
@@ -217,6 +217,7 @@
pause();
source=s;
initSound();
+ pause();seek(0);
}
private function loadPolicy(p:String):void {policy=p;}
diff --git a/Master/texmf-dist/doc/latex/media9/files/players/VPlayer.mxml b/Master/texmf-dist/doc/latex/media9/files/players/VPlayer.mxml
index a5ee8eddbda..a244fabc943 100644
--- a/Master/texmf-dist/doc/latex/media9/files/players/VPlayer.mxml
+++ b/Master/texmf-dist/doc/latex/media9/files/players/VPlayer.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-10 compatible component for playing -->
<!-- FLV and MP4/H.264 video files and streams. -->
<!-- -->
-<!-- version 20131030 -->
+<!-- version 20131114 -->
<!-- -->
<!-- -->
<!-- The free Apache Flex 4 SDK is required to compile -->
@@ -245,7 +245,7 @@
mouseUp="if(vidComplete) vidDisp.seek(0);if(!stepping){vidDisp.play();}"
mediaPlayerStateChange="onStateChange(event);"
complete="vidComplete=true;"
- durationChange="if(vidDisp.autoPlay) vidDisp.play(); else vidDisp.seek(0);"
+ durationChange="vidDisp.seek(0);"
/>
<mx:ProgressBar width="100%" mode="polled" source="vidDisp"
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 93d68600199..6a405c30145 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 20131106 -->
+<!-- version 20131114 -->
<!-- -->
<!-- Copyright (C) 2012-today Alexander Grahn -->
<!-- -->
@@ -186,7 +186,6 @@
vidDisp.pause();vidDisp.source = s;
vidDisp.play();vidDisp.pause();
vidDisp.playheadTime=0;
- if(autoPlay){vidDisp.play();}
}
private function formatTime(s:Number):String {