View Full Version : Embedded Background Music



CYBERLINUX
23rd June 2008, 07:35
Please help I have 2 files (1 mp3 and 1 avi but audio only) want to embedded on Website using php script.

here's my script:

echo "<embed src='1.mp3' loop='true' hidden='true' ></embed>";
echo "<embed src='2.avi' loop='true' hidden='true' ></embed>";

sound ok but 2.avi is overlapping on 1.mp3 I want to play 1.mp3 first then after that 2.avi . I dont want to convert 2.avi on MP3 format and combine this two.

Any Idea to resolve this??????? please help

Thanks in Advance

exinco
24th September 2008, 11:15
you cannot put two music in one page. Background music should play one only.
if you want to play two ore more music, you can combine it using audio editor and save as a one file.

this file may long and bigger size but i hope you know how to cut

embed a sound into html

[Only registered and activated users can see links]