herwan
07-29-2010, 12:19 PM
hello
here is my problem i need to had the editor in my panos
but i need to hide it from the client
an invisible bouton will switch to on/off the editor
i've been doing this with the tommy plugin coordinate (see code below) and all works great
but it seem to not work with the editor plugin
any idea ?
erwan
<spot id="hide_coordinate" url="files/textbox.swf" align="TL" static="1" salign="BR" staticX="-25" staticY="-51"
alpha="0" mouseChildren="0" useHandCursor="0" visible="1"
leftmargin="5"
font="Comic Sans MS" size="12" color="#000000" bold="0"
bgcolor="FFFFFF" bordercolor="#FFFFFF"
onOver="alpha=0,600" onOut="alpha=0,600" onClick="allToggle()"
text="Plugin on/off"
allToggle="external.coordinates.visible=T"
/>
</global>
</hotspots>
<coordinates>
position=15:60
visible=0
</coordinates>
</panorama>
here is my problem i need to had the editor in my panos
but i need to hide it from the client
an invisible bouton will switch to on/off the editor
i've been doing this with the tommy plugin coordinate (see code below) and all works great
but it seem to not work with the editor plugin
any idea ?
erwan
<spot id="hide_coordinate" url="files/textbox.swf" align="TL" static="1" salign="BR" staticX="-25" staticY="-51"
alpha="0" mouseChildren="0" useHandCursor="0" visible="1"
leftmargin="5"
font="Comic Sans MS" size="12" color="#000000" bold="0"
bgcolor="FFFFFF" bordercolor="#FFFFFF"
onOver="alpha=0,600" onOut="alpha=0,600" onClick="allToggle()"
text="Plugin on/off"
allToggle="external.coordinates.visible=T"
/>
</global>
</hotspots>
<coordinates>
position=15:60
visible=0
</coordinates>
</panorama>