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
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