summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-18 23:07:23 +0000
committerKarl Berry <karl@freefriends.org>2015-08-18 23:07:23 +0000
commit3f6506d41557d34f98b7ac2d153c2937133426e2 (patch)
tree493b3f5afcc15d9bd4044ef4623083a1941a811b /Master/texmf-dist/source/latex/media9
parent04d32329a7c6096200af479fad946b30df3d3e69 (diff)
media9 (18aug15)
git-svn-id: svn://tug.org/texlive/trunk@38151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/media9')
-rw-r--r--Master/texmf-dist/source/latex/media9/players/SlideShow.mxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
index 743d482602d..dd6138d420f 100644
--- a/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
+++ b/Master/texmf-dist/source/latex/media9/players/SlideShow.mxml
@@ -4,7 +4,7 @@
<!-- a FlashPlayer-10 compatible component for -->
<!-- JPEG/PNG/GIF slideshows. -->
<!-- -->
-<!-- version 20150601 -->
+<!-- version 20150718 -->
<!-- -->
<!-- -->
<!-- The free Apache Flex 4 SDK is required to compile -->
@@ -173,7 +173,7 @@
slideshowXML.Img[idx].URL[urlIdx].attribute('height'), "g");
if(curFile.search(pattern)>-1){
dynResolution=true;
- curFile=curFile.replace(pattern, this.toString());
+ curFile=curFile.replace(pattern, this.height.toString());
}
}