• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Play audio inside of form

Play audio inside of form 12 years 4 months ago #20606

I'd like to be able to play an audio while a form is loading. However, what I've found is that it's pretty challenging. If I go into the form code and add various code most doesn't work. What I've settled upon is inserting the following code to play a wav file:

<embed src="/images/audio/kevin.wav" controller="true" autoplay="true" autostart="True" />

There's a couple of problems. First, not all browsers natively support wav files. No idea why but when checking with my IE9 it doesn't play (microsoft format and microsoft browser - of course it wouldn't work - like i should be surprised). Interestingly, it works fine on my pc in Chrome. Doesn't work inside of my Firefox. Works on my mac inside of Safari.

Already tried using various MP3 plugins but they wouldn't work inside the form.

Any ideas? Suggestions? Hints?

Thanks,

Kevin
The administrator has disabled public write access.

Play audio inside of form 12 years 4 months ago #20616

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Unfortunately you won't find any viable option to play an audio file that works cross-browser. You could use a flash player, but that requires the user to have a Flash Plugin installed on his browser. A good read might be the HTML5 Audio article on w3schools, but again, it only works on HTML5 (so only newer browsers are supported).
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 12 years 4 months ago by octavian.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!