summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/media9
diff options
context:
space:
mode:
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());
}
}