DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:autoviewer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:autoviewer [2008-08-26 06:18] 128.12.184.245plugin:autoviewer [2022-01-07 10:52] Klap-in
Line 1: Line 1:
 +====== AutoViewer Plugin ======
 +
 +---- plugin ----
 +description : Display Airtight AutoViewer
 +author      : Ikuo Obataya
 +email       : I.Obataya@gmail.com
 +type        : syntax
 +lastupdate  : 2008-07-03
 +depends     : cache
 +license     : GPL 2 (http://www.gnu.org/licenses/gpl.html)
 +compatible  : 2006-11-06,2008-05-05
 +conflicts   : 
 +similar     : slideshow,chart,sviewer
 +tags        : !obsolete, !discontinued, media images slideshow flash
 +
 +downloadurl: http://symplus.edu-wiki.org/_media/computer/source/aviewer.zip
 +----
 +
 +^Details and Download|[[http://symplus.edu-wiki.org/en/aviewer_plugin|]]|
 +^Download|{{http://symplus.edu-wiki.org/_media/computer/source/aviewer.zip}}|
 +
 +
 +======Summary======
 +This plugin displays a Flash application, **AutoViewer** from [[http://www.simpleviewer.net/products/|AirTight]] (not SimpleViewer!). It displays several JPG images with some controller buttons. 
 +
 +The AutoViewer display a slideshow by reading XML file containing URL of image source, width, height and caption for each images. Since this plugin creates a XML file automatically, all you have to do is to list up image files and namespaces in your DokuWiki with a simple syntax.
 +
 +:!: Notice that this plugin requires a '[[cache]]' plugin to cache intermediate XML files that are stored in **aviewer** namespace.
 +
 +=====Syntax=====
 +**%%<aviewer (max-width) (max-height) (left/right/noalign)>%%**\\ 
 +...list of image files or namespaces separated by line-feed...\\ 
 +**%%</aviewer>%%**
 +
 +**Example**
 +<code>
 +<aviewer 320 240 right>
 +{{computer:en:phm10_0134.jpg|Flowers}}
 +{{computer:en:phm10_0210.jpg|Flowers}}
 +{{computer:en:phm10_0651.jpg|Blue sky}}
 +{{computer:en:flowers}}
 +</aviewer>
 +</code>
 +
 +====Parameters====
 +Use %%<aviewer>%% tag to begin. Max-width and max-height are sizes of a slideshow. You can select alignment types for **left**, **right** and **noalign**. These styles are defined in a 'style.css'.
 +
 +====Image list====
 +Images will be automatically resized to max-height or max-width for a correct dimension of each image. Syntax of image list is identical to that of DokuWiki's image file. You can choose either **image files** or **namespaces**.
 +
 +
 +====== History ======
 +  *2008-07-03 Updated.  Namespace support, alignment support
 +  *2008-05-14 Bug fixed. Error 'Not existing JpegMeta class'
 +====== Discussion ======
 +I have downloaded and installed the two plugins:autoviewer and cache on my DokuWiki(rc20080331) ,then downloaded autoviewer from airtight and unzipped it to the dokuwiki\lib\plugins\aviewer folder ,but the autoviewer plugin doesn't work as expected,it displayed nothing while previewed.what should I do --xueyuan
 +
 +Can you see cached XML files in 'aviewer' media directory ?  - ikuo
 +
 +which is the 'aviewer' media directory?DO you mean the directory dokuwiki\lib\plugins\aviewer ? I can't find cached XML files in it.
 +
 +>>Media directory for this plugin is created at dokuwiki/data/media/aviewer. You can see cached files like images and other files by mediamanager.  --- //[[I.Obataya@gmail.com|Ikuo Obataya]] 2008/05/14 04:43//
 +
 +
 +IE7 might not display correctly with IE7's bug.  - ikuo\\ 
 +[[http://www.flashcomguru.com/index.cfm/2007/6/21/swfobject-problem-ie7]]\\ 
 +
 +----
 +Is it possible to let the plugin display all images of a certain namespace? I would like to replace my current gallery-plugin based solution with this one, but I don't like the idea of having to specify every file that I upload on the server. 2008/06/28 - nv
 +
 +>I just updated this plugin to do that. Please try and test it.
 + --- //[[I.Obataya@gmail.com|Ikuo Obataya]] 2008/07/05 04:43//
 +
 +Thank you for your effort and sorry for my late reply. Unfortunately, autoviewer doesn't properly work on my (private) installation of DokuWiki. I get the error 'AutoViewer requires JavaScript and the Flash Player.'. It is not a browser problem as I have tested it on different systems and browsers. Do you have any idea what it might be? 2008708/05 nv
 +
 +> Obviously, this problem has not been solved during the last 4 years :-(. It still happens today...  --- [[user>werner.flamme|Werner Flamme]] //2012/09/10 13:08//
 +
 +----
 +Is it possible to have an autostart option, i.e., slideshow starts by browsing the page? Also, I would be great if it can support other picture formats like PNG. 2008/08/24
  
plugin/autoviewer.txt · Last modified: 2023-10-30 22:56 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki