Hi Everyone
I am working on a alarm widget. There are many <div> portion and in one of it when it appear/become visible it will trigger the alarm.
Currently, I embed my alarm with the code:
<embed src="alarm.wav" autostart="true" hidden="true" loop="true"/>
It does not loop in Firefox and in my S60 emulator and of cos will not loop in the mobile as well.
I have tried using bgsound but no avail.
Using object code:
<object>
<param name="ring" value="alarm.wav">
<embed src="alarm.wav" autostart="true" hidden="true" loop="true"></embed>
</object>
It will not work as well.
Does anyone have a better solution to this or change the way it work(dont use embed) ??

Reply With Quote


