Hi ozyoshow,
One note: Your previewimage instruction stays inside the pano without the possibility to make it disappear...
Try adding something like this line to make it disappear when onclick in it.
|
Source code
|
1
|
onclick="tween(alpha,0,,,WAIT); set(visible,false);"
|
your plugin would become:
|
Source code
|
1
2
3
4
5
6
|
<plugin name="previewimage"
url="load.png"
align="center"
preload="true"
onclick="tween(alpha,0,,,WAIT); set(visible,false);"
/>
|
Welcome to the forum

.
SAlut.