This code will give you a control interface and require that the viewer start the sound file. <EMBED ALIGN="CENTER" SRC="filename" HEIGHT="60" WIDTH="145" AUTOSTART="FALSE" VOLUME="50%" MASTERSOUND ></EMBED> More variations can be found at: http://www.mountaindragon.com/html/sound.htm As I mentioned in our correspondence, I've never used a sound file in a web document as I believe they are only rarely appropriate. ************************************************************************** I think this is the correct tag for having a wav file play on a webpage continuously. And it has to be place withiin the <HEAD></HEAD> tags. One problem is that it gives a *continuous* playing of whatever is on the wav file. Hugh mentioned to me that continuous can be somewhat annoying and he is absolutely right.
<EMBED SRC="location and name of file" LOOP=TRUE AUTOSTART=TRUE HIDDEN=TRUE><NOEMBED><BGSOUND SRC="location and name of file" LOOP=INFINITE></NOEMBED></EMBED> www.zoemargo.com ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
