MegaZine3 Version 2 > Setup Support (MZ3 / HTML / ...)
Delay attribute not working on snd element
(1/1)
PolrBear:
On a page I have the following working code for a sound:
--- Code: ---<snd src='sound.mp3' loop='false' restart='true' fade='0' onlywhenactive='true' />
--- End code ---
I want to add a delay, but when I change the code to this:
--- Code: ---<snd src='sound.mp3' loop='false' restart='true' fade='0' onlywhenactive='true' delay='1000' />
--- End code ---
It doesn't play at all. I've also tried doing a value of '1' instead of 1000. Any reason why this might be happening?
Florian Nücke:
Nice find. Will be fixed in the next version; as a temporary workaround, set fade something greater zero (1 should do just fine).
Navigation
[0] Message Index
Go to full version