Click here to Skip to main content
15,861,172 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi, it's long time I am trying to solve this problem,
when I write 2 sounds it plays them togther

Response.Write("<bgsound src='music/button-1.wav' loop='1'>");
Response.Write("<bgsound src='music/button-2.wav' loop='1'>");


For example like that, both are played together.
The problem is how to play the second when the first finished?

Please Help :O
Posted
Updated 4-Jun-11 2:06am
v2

1 solution

Write javascript that waits for the duration of the first sound to play the second, or merge the two in to one wave.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900