Posts by princebk
-
-
Hi beji33,
I had problem same you. I'm using v1.18. I want to play video with sound on iOS browser. Did you solve it? Can you show me your way? Thank you very much -
Did you make sound working on iphone? Can you explain for me your way? I'm using v1.18, I want video and sound to play synchronously.
-
I'm having problem with using sound in xml.
I used "soundinterface" plugin in the below code:<plugin name="soundinterface"
url="%SWFPATH%/plugins/soundinterface.swf"
alturl="%SWFPATH%/plugins/soundinterface.js"
rootpath=""
preload="true"
keep="true"
/><!-- start playing the sound -->
<events name="currentpano"
onclick="playsound(bgsnd,'link', 1);"
onloadcomplete="stopsound(bgsnd);"
/>It worked in virtual mobile browser. I thought "onclick" event didn't work in iOS because don't support JS.
I need your help! Thank you.