Buenas, tengo un menu 3d giratorio, y quiero que cada boton me carge una pagina pero en "parent" via XML. Alguien me podria ayudar' Gracias.
<items id = "images" relativepath="true">
<item path = "camion.png" width = "491" height = "249">
<link>basic/transporte.html</link>
<destination>_parent</destination>
<depth>88</depth>
</item>
<item path = "toldo.png" width = "485" height = "249" type = "bitmapfile">
<link>basic/carpas.html</link>
<destination>_parent</destination>
<depth>89</depth>
</item>
<item path = "barco.png" width = "491" height = "249" type = "bitmapfile">
<link>basic/toldos_nautica.htm</link>
<destination>_parent</destination>
</item>
<item path = "edificio.png" width = "207" height = "334" type = "bitmapfile">
<link>basic/impresion.html</link>
<destination>_parent</destination>
</item>
<item path = "carpa.png" width = "434" height = "304">
<link>basic\carpas.html</link>
<destination>_parent</destination>
</item>
<item path = "decoracio.png" width = "490" height = "304">
<link>basic\lonas_decoracion.htm</link>
<destination>_parent</destination>
</item>
<item path = "solrec.png" width = "491" height = "249" type = "bitmapfile">
<link>basic\solrec.htm</link>
<destination>_parent</destination>
</item>
<item path = "recscreen.png" width = "491" height = "249" type = "bitmapfile" >
<link>basic\screens.htm</link>
<destination>_parent</destination>
</item>
</items>