hallo
wenn ich das unten stehende eingebe bleibt das
Panorama unscharf - das kommt nur wenn ich das Parent angebe.
Muss ich im hotspot code auch den Parent wieder aufgreifen ?
<plugin name="werkstatt"
url="textfield.swf"
parent="werkstatt"
html="[p]hotspot text[/p]"
css="p{color:#FF0000; font-family:Arial; font-size:14;}"
autosize="center"
align="center"
enabled="false"
/>
<hotspot name="werkstatt"
keep="false"
visible="true" enabled="true" usecontentsize="false" handcursor="true" capture="true" children="true"
zorder="0"
fillcolor ="0xff0000" fillalpha ="0.00" borderwidth ="0.0" bordercolor ="0xff0000" borderalpha ="1.00"
fillcolorhover="0xffffff" fillalphahover="0.10" borderwidthhover="4.0" bordercolorhover="0xff0000" borderalphahover="0.80"
fadeintime="0.150" fadeouttime="0.300" fadeincurve="1.100" fadeoutcurve="0.700"
onover=""
onhover="showtext(IV. Mechanische Werkstatt)"
onout=""
ondown=""
onup=""
onclick="
if(plugin[videospot] !== null, removeplugin(videospot));
addplugin(videospot);
set(plugin[videospot].url,%SWFPATH%/plugins/videoplayer.swf);
set(plugin[videospot].align,center);
set(plugin[videospot].x,10);
set(plugin[videospot].y,20);
set(plugin[videospot].updateeveryframe,true);
set(plugin[videospot].videourl,mechanische.flv);
set(plugin[videospot].volume,0.7);
set(plugin[videospot].onhover,showtext('Durch erneutes Klicken schliesst sich das Fenster.'));
set(plugin[videospot].onclick, removeplugin(videospot) );
set(plugin[videospot].loop, false);
set(plugin[videospot].onvideocomplete, removeplugin(videospot) );"
editor=""
>
<point ath="-0.053840" atv="-0.000786" />
<point ath="-0.054295" atv="-0.021019" />
<point ath="-0.055743" atv="-0.021412" />
</hotspot>