how do i play a .wav file on the index page?

i have a wav file it works in http but does not in php it locks up the urls.

hoq do i implements it so the wav played evrytine the main index page in opened by a browser

pretttykittty.wav

Quote · 14 Jul 2010

In html:

<EMBED SRC="yourfile.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED>

If you need to generate it:

[PHP]<?php

$wave_file = generate_wavfile(); //This is the example one.

//Generate/Get wave file name without .wav extension format.

echo "<EMBED SRC=\"$wave_file.wav\" HIDDEN=\"TRUE\" AUTOSTART=\"TRUE\"></EMBED>";

?>[/PHP]

You can also find info here: http://www.w3schools.com/media/media_browsersounds.asp

Quote · 14 Jul 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.