confirmed. i made a tour yesterday with the vtour droplet and the sound I added also does not work in safari in ipad mode. soundinterface is not on the list of unsupported items for Idevices. No idea why it does not work.
Yes I also wonder why. Seems that I need to get an iPad to do some real test.
I finally got it working in Flash but that is also difficult with the Vtour opotion.
The problem is to stop previous sound.
Including stopallsounds here work.
if(i LT scene.count,
txtadd(thumbname,'thumb_',get(i));
openthumb(get(thumbname));
set(plugin[get(thumbname)].onclick, set(events.onclick,null); closethumbs(); stopallsounds(); loadscene(get(linkedscene),null,MERGE,BLEND
However to start a new sound on next loaded panorama you can only use onloadcomplete. That means the sound will not load until sometimes 10 sec.
If I use onxmlcomplete or on previewcomplete the stopsounds does not work but I can easy get many sounds playing at the same time.
I do not understand this as I do stop the sound at the click on the thumbnail. It looks like there is some delay before it works. I do have the preload tag on the soundinterface.
If you use separate xml for each pano you can get it to work fine with sound starting first.
All this would be so much easier if KRpano had the simple linked option like in FPP. Everything is so much easier in FPP because of this.
Hans