diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-17 21:36:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-17 21:36:06 +0000 |
commit | 3e61a137bdc5f0026fd9ea0c19646343410a3faf (patch) | |
tree | de9afbf25cd015574f7a97a997273019194eedec /Master/texmf-dist/source/latex/media9/files | |
parent | 9931cd650cfa196a601649b18c7651f109ca33bd (diff) |
media9 (17may17)
git-svn-id: svn://tug.org/texlive/trunk@43529 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.xml | 42 |
1 files changed, 19 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/latex/media9/files/config.xml b/Master/texmf-dist/source/latex/media9/files/config.xml index f79d28b9bb4..4a42d52fb40 100644 --- a/Master/texmf-dist/source/latex/media9/files/config.xml +++ b/Master/texmf-dist/source/latex/media9/files/config.xml @@ -3,45 +3,41 @@ <!-- 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. + 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. + 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. + **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: + 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° Inside an image definition, at least one <URL [attributes]>...</URL> - element is required. The attributes are optional. More than one URL may - be given to provide image files at various resolutions. The best one - fitting within the current display size will be chosen dynamically. - In the case of multiple URLs, the actual resolution of each image should - be told using the + element is required. The attributes are optional. More than one URL may be + given to provide image files at various resolutions. The best one fitting + within the current display size will be chosen dynamically. In the case of + multiple URLs, the actual resolution of each image should be told using the size="<width>x<height>" attribute, which specifies the image file dimensions in pixels. - Some servers generate bitmap graphics at arbitrary resolution upon - request. In such cases, one or both of the attributes + Some servers generate bitmap graphics at arbitrary resolution upon request. + In such cases, one or both of the attributes width="<width pattern>" height="<height pattern>" - may be given in the opening URL tag. <width pattern> and <height - pattern>, if present in the URL string, will be substituted with - the current display dimensions. + may be given in the opening URL tag. <width pattern> and <height pattern>, + if present in the URL string, will be substituted with the current display + dimensions. An image URL, given between <URL> and </URL>, can be absolute, that is, starting with 'http://...', or relative to the location of SlideShow.swf. |