Code
<plugin name="goto_text" url="%SWFPATH%/textfield.swf" parent="goto" selectable="false" x="0" y="6" width="216" height="24" enabled="false" keep="true" visible="true" alpha="0.7" align="lefttop" background="false" zorder="2"
html="[p]Переход к другой панораме[/p]"
css="p{color:#ffffff; font-family:Tahoma; font-size:14; margin-left:0; margin-right:0; text-align:center;}"
/>
Code
<plugin name="goto"
parent="podgoto"
url="%SWFPATH%/art/goto.png"
align="lefttop"
y="0"
x="0"
zorder="1"
onclick="showphoto(photo1)"
enabled="true"
/>
In firefox when i click on "goto_text", it does not perform action of goto ( "showphoto(photo1)" )
only in firefox... (16 beta and 15 tested)
We can solve this problem like this: plugin "goto_text" is enabled and onclick="plugin[goto].onclick();"
But in other browsers it work without this "trick"