Hallo,
ich habe ein eigenes Skin was mit den Player 1.0.8 super funktioniert. Bei der aktuellen Version 1.16.8 bekomme ich es nich mehr zum laufen.
Ich habe mit dem Make VTOUR droplet eine tour erstellt. in der tour.xml ändere ich den Pfad zu meinem Skin, der im selben Grundordner liegt.
geht aber nicht. Und ich komm nicht drauf warum...
Hier mein Skin:
<plugin name="balken" url="%SWFPATH%/guibilder/balken_weiss.png" keep="true" visible="true" enabled="true" handcursor="false" capture="true" children="true" zorder="0" alpha="1.00" blendmode="normal" smoothing="true" origin="bottom" edge="center" x="0" y="18" width="500%" scale="1" onloaded="" onover="" onhover="" onout="" ondown="" onup="" onclick=""/>
<plugin name="up" url="%SWFPATH%/guibilder/btn/btn_up.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="20" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectory,-1);" onup="set(movevectory,0);" onclick=""/>
<plugin name="down" url="%SWFPATH%/guibilder/btn/btn_down.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="+60" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectory,+1);" onup="set(movevectory,0);" onclick=""/>
<plugin name="in" url="%SWFPATH%/guibilder/btn/btn_in.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="-140" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectorz,-1);" onup="set(movevectorz,0);"/>
<plugin name="out" url="%SWFPATH%/guibilder/btn/btn_out.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="-100" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectorz,+1);" onup="set(movevectorz,0);"/>
<plugin name="left" url="%SWFPATH%/guibilder/btn/btn_left.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="-60" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectorx,-1);" onup="set(movevectorx,0);" onclick=""/>
<plugin name="right" url="%SWFPATH%/guibilder/btn/btn_right.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="-20" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="" onout="set(alpha,0.

;" ondown="set(movevectorx,+1);" onup="set(movevectorx,0);" onclick=""/>
<plugin name="openfs" url="%SWFPATH%/guibilder/btn/btn_fs.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="+100" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="showtext(Vollbildmodus starten)" onout="set(alpha,0.

;" ondown="" onup="" onclick="set(fullscreen,true);set(visible, false); set(plugin[closefs].visible, true);"/>
<plugin name="closefs" url="%SWFPATH%/guibilder/btn/btn_fs_close.png" keep="true" visible="false" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="0.8" smoothing="true" origin="bottom" edge="center" x="+100" y="16" scale="1" onloaded="" onover="set(alpha,1);" onhover="showtext(Vollbildmodus beenden);" onout="set(alpha,0.

;" ondown="" onup="" onclick="set(fullscreen,false);set(visible, false); set(plugin[openfs].visible, true);"/>
<plugin name="fcb" url="%SWFPATH%/guibilder/btn/faceb.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="1" smoothing="true" origin="bottom" edge="center" x="+210" y="17" scale="1" onloaded="" onover="set(alpha,2);" onhover="showtext(Besuchen Sie uns auf Facebook);" onout="set(alpha,1);" ondown="" onup="" onclick="openurl(
http://www.facebook.com/pages/Panoimmode…5352650/,_blank);"/>
<plugin name="info" url="%SWFPATH%/guibilder/btn/btn_i.png" keep="true" visible="true" enabled="true" handcursor="true" capture="true" children="true" zorder="2" alpha="1" smoothing="true" origin="bottom" edge="center" x="+140" y="17" scale="1" onloaded="" onover="set(alpha,2);" onhover="showtext(Information);" onout="set(alpha,1);" ondown="" onup="" onclick="action(infobild);"/>
<plugin name="infobild" url="guibilder/btn/infobox.png" keep="true" visible="false" alpha="1.0" align="center" onclick="tween(alpha, 0.0, 0.5, linear, set(visible,false); );" />
Und hier der Fehler:
INFO: krpano 1.16.8 (build 2013-09-27)
INFO: Desktop/Win32 - Firefox 24.0 - WebGL
ERROR: hotspot[nadirlogo] loading error: include/%SWFPATH%/logo.png
ERROR: plugin[balken] loading error: include/%SWFPATH%/guibilder/balken_weiss.png
ERROR: plugin[up] loading error: include/%SWFPATH%/guibilder/btn/btn_up.png
ERROR: plugin[down] loading error: include/%SWFPATH%/guibilder/btn/btn_down.png
ERROR: plugin[in] loading error: include/%SWFPATH%/guibilder/btn/btn_in.png
ERROR: plugin[out] loading error: include/%SWFPATH%/guibilder/btn/btn_out.png
ERROR: plugin[left] loading error: include/%SWFPATH%/guibilder/btn/btn_left.png
ERROR: plugin[right] loading error: include/%SWFPATH%/guibilder/btn/btn_right.png
ERROR: plugin[openfs] loading error: include/%SWFPATH%/guibilder/btn/btn_fs.png
ERROR: plugin[closefs] loading error: include/%SWFPATH%/guibilder/btn/btn_fs_close.png
ERROR: plugin[fcb] loading error: include/%SWFPATH%/guibilder/btn/faceb.png
ERROR: plugin[info] loading error: include/%SWFPATH%/guibilder/btn/btn_i.png
Bin für jeden Tip dankbar !!!
Gruß Philipp