Forum Moderators: open

Message Too Old, No Replies

midi files

How do i delay the start of a midi by using html?

         

kackiesguy

8:02 am on Nov 14, 2004 (gmt 0)



<BGSOUND src="sample midi"
balance = "0" delay= "30" loop="-1" volume = "800">
delay does not work

vkaryl

3:55 pm on Nov 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hm. Been years since I did that sort of thing, but seems to me you may have to include autostart="false", assuming what it's doing is always starting without the delay....