Hello !
I have an audio file for background music, it works fine in the PC browser, but on my iPhone it doesn't work. Have you come across a situation like this? Can you give me the solution? Thanks.
This is my code:
<plugin name="soundinterface" keep="true" url="plugins/soundinterface.js" preload="true" volume="1" mute="false"/>
<action name="startup" autorun="onstart">
playsound(bgsound, audio/bgsound.mp3, true, 0.75);
</action>