Thank you for your response: i have try your code but this not work; i have changed alsoa server and i put a very simple xml at
http://360.delianet.eu/AAA/360.html with http://360.delianet.eu/AAA/360.kml
but the image don't appear; i have also make an upgrade to the last version of krpano.swf
[code]<krpano onstart="loadscene(pano1_1,null,MERGE);">
<scene name="pano1_1">
<view hlookat="0" vlookat="0" fov="100" />
<preview url="360.tiles/preview.jpg" />
<image>
<cubestrip url="360.tiles/preview.jpg"/>
</image>
</scene>
<layer name="txtfld1" url="%SWFPATH%/plugins/textfield.swf" keep="true" visible="true" align="center" x="0" y="0" width="400" height="210" children="false" html="data:txt1"/>
<data name="txt1">
<p>
<img src="http://360.delianet.eu/AAA/logo-1.png" />
</p>
<p>
<b>SssXXXXample text bold</b> text no bold<br/>
</p>
</data>
</krpano>[/code]
I don't understrand because your sample work and my code no
Thank you