diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/media9')
-rw-r--r-- | Master/texmf-dist/source/latex/media9/files/config.xml | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/media9/media9.tex | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/media9/files/config.xml b/Master/texmf-dist/source/latex/media9/files/config.xml index 4a42d52fb40..4da63bba34c 100644 --- a/Master/texmf-dist/source/latex/media9/files/config.xml +++ b/Master/texmf-dist/source/latex/media9/files/config.xml @@ -46,7 +46,7 @@ --> <Img live="3"> <!-- Live image, refreshed every 3 seconds --> <caption>Mow-the-lawn simulation (live remote image).</caption> - <URL>http://dev.eightbeers.org/tex/corner-icon.png</URL> + <URL>http://1.618034.com/corner-icon.png</URL> </Img> <Img> <!-- remote image with dynamic size URL --> <caption>"An algorithm must be seen to be believed." (Donald E. Knuth) diff --git a/Master/texmf-dist/source/latex/media9/media9.tex b/Master/texmf-dist/source/latex/media9/media9.tex index 39df290ae49..addffae3970 100644 --- a/Master/texmf-dist/source/latex/media9/media9.tex +++ b/Master/texmf-dist/source/latex/media9/media9.tex @@ -755,7 +755,6 @@ parameter & description\\\hline\hline flashvars={ source=random.mp4 &loop=true % loop video - &autoPlay=true } ]{}{VPlayer.swf}\hfill} \makebox[\linewidth]{\hfill% @@ -796,9 +795,9 @@ parameter & description\\\hline\hline \includemedia[ width=\linewidth,height=\linewidth, activate=pageopen, - addresource=config.xml, %embedded configuration + addresource=files/config.xml, %embedded configuration addresource=files/cubeposter.png, %embedded image file - flashvars={xml=config.xml}, + flashvars={xml=files/config.xml}, passcontext %show the player's context menu ]{}{SlideShow.swf} \end{Verbatim} @@ -808,9 +807,9 @@ parameter & description\\\hline\hline % width=0.8\linewidth,height=0.6\linewidth, width=\linewidth,height=\linewidth, activate=pageopen, - addresource=config.xml, %embedded configuration + addresource=files/config.xml, %embedded configuration addresource=files/cubeposter.png, %embedded image file - flashvars={xml=config.xml}, + flashvars={xml=files/config.xml}, passcontext %show the player's context menu ]{}{SlideShow.swf} \hfill} |