How to delay the start of an embedded midi? 2001-01-13 05:00 am I would like my midi to continuously loop, but to start onlyafter a 5 second pause. This is the code I'm using, but itdoesn't work: <EMBED SRC="http://mylocation.com/mymidi.mid"ALIGN="RIGHT" WIDTH="0" HEIGHT="2" autostart="true" volume="80" loop="true" delay="5" hidden="true"><NOEMBED>Can anyone tell me what I'm doing wrong?Thanks. Quote Selected
Re: How to delay the start of an embedded midi? Reply #1 – 2001-01-15 05:00 am Where did you get the idea that a DELAY parameter is supported in this way when embedding MIDI files? We have not seen any documentation on a DELAY parameter, so cannot offer any assistance. Quote Selected
Re: How to delay the start of an embedded midi? Reply #2 – 2001-01-15 05:00 am The EMBED tag is documented well for Netscape at:http://developer.netscape.com/The DELAY parameter is not an official poarameter, but could be optionally supported by a plug-in. Since you are embedding a MIDI file, support for a DELAY parameter would have to be provided by the user's MIDI player invoked by the browser. I have not seen such a parameter documented by MS or Netscape. Quote Selected
Re: How to delay the start of an embedded midi? Reply #3 – 2001-01-17 05:00 am Your other option maybe to use a sequencer to add five seconds of 'space' at the beginning of the midi file.Rich. Quote Selected
Re: How to delay the start of an embedded midi? Reply #4 – 2001-01-17 05:00 am Except that this would introduce the delay during looping also.Hey, I have the solution, go back to a 33.6 modem like I have. Then everything will take at least 5 seconds to load! Quote Selected
Re: How to delay the start of an embedded midi? Reply #5 – 2001-01-17 05:00 am I thought a delay on looping was also requiredR. Quote Selected