I integrated a soundfile on my page and declared it to be played on autostart. It works perfectly and would even play until kigdom come when Repeat is True. I tried this to see if the soundfile will be played at all because my original approach (the one I need) was a different one.
I placed the wav-file on my page using the sound tool (autostart = false) and made a filled graph wich contained the effect:
onClick / Play / Audio1 (Audio)
But nothing happens when I try it this way. I don't know if it's important, but the wav-file is only 3 seconds long. Of course I searched the Forum for topics about similar problems and I found some. But the topics were very old and relevant for older versions of DHTML Editor.
It would be great if someone has a solution for the problem that doesn't require any HTML-knowledge on my side.
Regards
Norbert
Edited by - WalkingToaster on 07 Mar 2011 23:12:12
walking, the audio object has to be re-studied because new browsers work in a different way from the past; I suggest you to try using jmedia extension.
walking, the audio object has to be re-studied because new browsers work in a different way from the past; I suggest you to try using jmedia extension.
Thank you for your info. I tried it but apparently did something wrong... I've placed a jMedia 1.1 object on my page and pointed to the wav-file in it's properties. So far, so good. But I have troubles to add the jMedia object (called "Extension3" in my project) as an effect to the filled graph button.
I tried the effect: onClick / JavaCall / ... onClick / Play / ... but I can't find the jMedia object anywhere.
Can you please tell me how to start the sound, when hitting the button?
Thanx for your help!
Norbert
Edited by - WalkingToaster on 08 Mar 2011 18:31:11