T O P I C R E V I E W |
WalkingToaster |
Posted - 07 Mar 2011 : 22:19:44 Hi,
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 |
4 L A T E S T R E P L I E S (Newest First) |
WalkingToaster |
Posted - 08 Mar 2011 : 18:31:52 quote: Originally posted by s.dav
I think I need to create something new for this problem
Thank you so much! |
s.dav |
Posted - 08 Mar 2011 : 17:06:54 I think I need to create something new for this problem |
WalkingToaster |
Posted - 08 Mar 2011 : 13:18:30 quote: Originally posted by s.dav
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 |
s.dav |
Posted - 08 Mar 2011 : 09:14:24 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. |