On Fri, 30 Jun 2000 18:04:00 +0200 (CEST), Michael Polak wrote: <snip> > In DOS, real background audio would be quite hard to implement, unless > some DOS guru writes background MP3 player ;-) As long as the Embeded background music is a MIDI.... no problem. John Tomany's CNDMIDI works great. Also, all that is needed for getting EMBED to work correctly is this.... Treat <EMBED SRC=.......> exactly the same as <IMG SRC=.......> Embed already works if it's used in a local file. ___clip-out and save as test.htm___ <html> <embed src="http://www.angelfire.com/id/glenndoom/ds9.mid"> </html> ___end___ Be sure to have these lines in mime.cfg audio/midi MID|d:\\audio\\cndmidi\\cndmidi.exe $1 audio/x-midi MID|d:\\audio\\cndmidi\\cndmidi.exe $1 If you don't have CNDMIDI.... I'll send a copy via private eMail > Please send me links to typical examples of how EMBED tag is used, so I > can test it with Arachne... Try http://www.angelfire.com/id/glenndoom/index.html And this one shows that using <img src=....> works if the file is downloaded from the web. Visit this page with Arachne and `right click' on the image box. http://www.angelfire.com/id/glenndoom/embedtest.html Glenn McCorkle [EMAIL PROTECTED] North Jackson, Ohio, USA DOS prog. for QV cameras http://www.angelfire.com/id/glenndoom/qvplay.html Other stuff http:[EMAIL PROTECTED]/ -- Arachne, The Web Browser for DOS Open the 'DOOR' to the WWW. Keep the 'windows' closed. Download Arachne for DOS http://browser.arachne.cz/dos/ Visit the Arachne home page http://arachne.cz/
