1. Wechseln zum Plugin-Ordner
2. Öffnen des Ordners W2DPluginSlidesAnimated
3. Öffnen der Datei index.html mit einem Editor
4. kompletten Inhalt austauschen gegen
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent" style="width: <cc:param name="width">px; height: <cc:param name="height">px;text-align:center;margin:0px auto;">
<p style="text-align:center;margin:0px auto;"><strong><cc:ressource name="noflashcaption"></strong></p>
<p style="text-align:center;margin:0px auto;"><a class="s2d" href="http://www.adobe.com/shockwave/download/index.cgi?Lang=German&P5_Language=German&P1_Prod_Version=ShockwaveFlash">Klicken Sie hier, um Ihren Flash-Player zu aktualisieren.</a></p>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("start.swf", "album", "<cc:param name="width">", "<cc:param name="height">", "7", "<cc:param name="bgcolor">", true);
so.addVariable("prefix", "<cc:param name="prefix">");
so.addParam("wmode","transparent");
so.write("flashcontent");
// ]]>
</script>
</div>
5. Öffnen der Datei config.xml mit einem Editor und ändern des Scalier-Wertes für die Vorschau-Thumbnails. Dieses Beispiel ergibt unten gezeigtes Beipielformat:
<config maskID="<cc:param name="fx">" transitionMaskID="<cc:param name="fx">" slideInterval="<cc:param name="speed">" previewThumbScale="200" tooltipsEnabled="true" setTextOnTop="true" picturesPath="" thumbPath="" highresPath="" thumbPrefix="tmb" highresPrefix="hres">
