Posting the code made it much easier to understand
what you were using.
See if this code works exactly as you want it. I
am not in a position to test OE, but it should work
there just as well. Works fine in my WM. Copy
everything between dotted lines. Paste code into
Notepad and give it a filename with the extension
*.HTM*.
To make it work, open a new email, click Insert on
the menu->Text From File. Then choose it from the
HTML extensions list.
Feel free to customize additional code as you see fit.
Even without Body tags, it works perfect.
--------------------------------------------------------
<IMG alt=Gopher
src="file://C:\Users\Randy\Documents\Laughing Gopher\Gopher.gif"><BR>
<BGSOUND balance=10
src="C:\Users\Randy\Documents\Laughing Gopher\Gopher.wav"
volume=-110 loop=10>
--------------------------------------------------------
Do you have the 3 buttons* at the bottom left of your emails?
Edit Source Preview? Click source to view the code.
*If you don't, click View on a new email. Put a checkmark
next to Source Edit.
Hopefully, you realize most, if not all webmail sites do not
recoginze BGSOUND and those people won't hear any sound.
Plus some email clients don't recognize it either. Those using
text only mode won't hear it either. So only a select few will
actually hear your wav file.
Only one personal note...hearing the sound file 10 times would
drive me crazy.
Randy Hall;1617636 Wrote:
> Thanks "VistaRookie", but that's what I'm trying to avoid... 2
> inserts...
> Outlook Express does it properly with 1 insert.
> My code is....
>
> <HTML>
> <BODY bgColor=#ffffff>
> <img src="file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
> alt="Gopher" /><br>
> <bgsound balance="10" src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Laughter.wav" volume="-110" loop="10" />
> <HR>
> </BODY></HTML>
>
> This works in IE and in OE.
> Inserting it with Windows Mail gives...
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
> <META name=GENERATOR content="MSHTML 8.00.6001.18852">
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=#ffffff>
> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> volume=-110
> loop=10 src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Laughter.wav">
> <HR>
> </FONT></DIV></BODY></HTML>
>
> This line....
> <DIV><FONT size=2><IMG alt=Gopher src=""><BR><BGSOUND balance=10
> volume=-110
> Should be....
> <DIV><FONT size=2><IMG alt=Gopher
> src="file://C:/Users/Randy/Documents/Laughing
> Gopher\Gopher.gif"><BR><BGSOUND balance=10 volume=-110
>
> WM does not want to include the Gopher.gif file.
> Why not? Is there an option I can turn on?
> If I add "file://C:/Users/Randy/Documents/Laughing Gopher\Gopher.gif"
> to
> src=, it works fine.
> Thanks....
--
VistaRookie
10% of my brain lives with me. The other 90% can be found
here:
'*Google*' (
http://www.google.com)
Posted via
http://www.vistaheads.com