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
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 |
In html: <EMBED SRC="yourfile.wav" HIDDEN="TRUE" AUTOSTART="TRUE"></EMBED> If you need to generate it: [PHP]<?php //Generate/Get wave file name without
.wav extension format. You can also find info here: http://www.w3schools.com/media/media_browsersounds.asp |