Mar 12, 2005 #1 Kareem Programmer Joined Nov 11, 2002 Messages 13 Location CH Hi Anybody who can tell me how I can preload a wav file?
Mar 12, 2005 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB The following works for me in IE, at least: Code: <html> <head></head> <body> <img src="yourWavFilename.wav" style="display:none;" /> </body> </html> I've not tested it in any other browser. Hope this helps, Dan The answers you get are only as good as the information you give! Upvote 0 Downvote
The following works for me in IE, at least: Code: <html> <head></head> <body> <img src="yourWavFilename.wav" style="display:none;" /> </body> </html> I've not tested it in any other browser. Hope this helps, Dan The answers you get are only as good as the information you give!