Hi,
when you want to modify an html iframe, the only way would be via javascript,
e.g. call a javascript from krpano that makes that...
xml:
<action name="combobox:Cessna 152 Interior">
js( updateiframe() );
loadpano(02.xml,null,MERGE,BLEND(1));
</action>
html/js:
|
Quellcode
|
1
2
3
4
|
function updateiframe()
{
...
}
|
best regards,
Klaus