|
Webstream can
be sent to Java and html capable mail programs such as Outlook and
Eudora so that recipients can receive your live broadcast without
leaving their email client.
Sending a Webstream
email can be as easy as copying and pasting your customized Webstream
html into Outlook and pressing send. The recipient must have a Java
and html capable mail program.
How
to send a Webstream using Outlook
- Construct
the page.
- Make sure
that all the reference links in the page you are about
to send are absolute references. Any images in the rest
of your page you should have absolute links otherwise they will
show up as broken links.
- Make sure
that the following code appears in the line with "<body
" in it. onUnload="this.focus()" <-- this command must
appear after "<BODY" . There is a bug in Outlook
that causes it to crash if this command is not included in
the original page.
- Select the
Webstream
and
copy it.
- Paste it
into the body of your message.
- Test it
by sending it to yourself or friends.
How to send
a Webstream
using Eudora
- Follow steps
1-3 as with the Outlook examples above.
- To attach
the Webstream
in your email, make sure the "text as attachment button"
is raised.

- Then, attach
the page with the Webstream
embedded in it as an attachment. Do not cut and paste it into
your message.
- Test it
by sending it to yourself or friends.
|