PDA

View Full Version : audio



sharmine
21 Mar 2008, 04:50 AM
hi, i have inserted an audio file to my webpage. unfortunately, it only works for IE not Firefox. i wonder if you guys can help me to identify the problem. thanks!!!!!!!!!!!!!!!

Wickham
21 Mar 2008, 08:32 AM
Which file type are you trying to embed?

What code have you tried? The embed tag works in Firefox.

Do you want it to start immediately or after clicking a button?

Do you want a controller to show?

The most basic code is:-

<embed src="soundtest.wav" autostart="true" loop="false" volume=100 hidden=true><noembed><bgsound src="soundtest.wav"></noembed>

It may be different code for other file types, especially if Flash .swf files.