when I try to play 2 bgsounds like


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

It just plays both together.
How can I play them one after one?

Thanks .

try to register the script using RegisterStartup script

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.