summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9/files
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-11 20:54:48 +0000
committerKarl Berry <karl@freefriends.org>2015-05-11 20:54:48 +0000
commit2f48bc401a4d735d9ccb93564430e563092a863d (patch)
tree81fac81b83ed73787d4fa8804a6d54b954340702 /Master/texmf-dist/source/latex/media9/files
parent6871fba7f230af109b503359d3d7fa700c9966a3 (diff)
media9 (11may15)
git-svn-id: svn://tug.org/texlive/trunk@37332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/media9/files')
-rw-r--r--Master/texmf-dist/source/latex/media9/files/config.xml57
-rw-r--r--Master/texmf-dist/source/latex/media9/files/ctan_lion_350x350.pngbin0 -> 81950 bytes
2 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/media9/files/config.xml b/Master/texmf-dist/source/latex/media9/files/config.xml
new file mode 100644
index 00000000000..2c7907c61f7
--- /dev/null
+++ b/Master/texmf-dist/source/latex/media9/files/config.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+<SlideShow>
+ <!--
+ Configuration file template for SlideShow.swf
+
+ SlideShow.swf can display life and static PNG/JPEG/GIF image
+ files from remote servers or residing on the same server as the
+ app itself.
+
+ Pass this file to SlideShow.swf using the `xml=<configuration
+ file>' FlashVar.
+
+ **NOTE**: For security reasons of Flash Player, the configuration
+ file and SlideShow.swf must reside on the same web server or
+ be both embedded into the PDF. Different web servers or the
+ combination of web server location and embedding into the PDF
+ throws a security error.
+
+ An image definition starts with <Img [attributes]> and ends
+ with </Img>. All attributes in the opening <Img [attributes]>
+ tag are optional:
+
+ live="<refresh interval in [s]>" for live remote image
+ rot90="<integer number>" initial rotation by number*90°
+
+ The <URL>...</URL> element is mandatory, while the <caption>...</caption>
+ element is not.
+
+ An image URL, given between <URL> and </URL>, can be absolute,
+ that is starting with 'http://...', or relative to the location
+ of SlideShow.swf. See the examples.
+ -->
+ <!-- three live images; refresh interval in [s] -->
+ <Img live="3">
+ <caption>Live remote image.</caption>
+ <URL>http://dev.eightbeers.org/tex/corner-icon.png</URL>
+ </Img>
+ <Img live="500">
+ <caption>Aurora australis forecast (live remote image).</caption>
+ <URL>http://services.swpc.noaa.gov/images/aurora-forecast-southern-hemisphere.png</URL>
+ </Img>
+ <Img live="500">
+ <caption>Aurora borealis forecast (live remote image).</caption>
+ <URL>http://services.swpc.noaa.gov/images/aurora-forecast-northern-hemisphere.png</URL>
+ </Img>
+ <!-- static image with URL relative to SlideShow.swf location -->
+ <Img>
+ <caption>CTAN lion drawing by Duane Bibby. Thanks to www.ctan.org.</caption>
+ <URL>files/ctan_lion_350x350.png</URL>
+ </Img>
+ <!-- static remote image -->
+ <Img rot90="3">
+ <caption>Lion from the LaTeX project site, rotated by 3x90°.
+Press `r' or `R' to change orientation.</caption>
+ <URL>http://latex-project.org/lib/img/lion.png</URL>
+ </Img>
+</SlideShow>
diff --git a/Master/texmf-dist/source/latex/media9/files/ctan_lion_350x350.png b/Master/texmf-dist/source/latex/media9/files/ctan_lion_350x350.png
new file mode 100644
index 00000000000..c24d9a98f25
--- /dev/null
+++ b/Master/texmf-dist/source/latex/media9/files/ctan_lion_350x350.png
Binary files differ