auto running in an email

  • Thread starter Thread starter tracy k
  • Start date Start date
T

tracy k

can anyone tell me how to make a powerpoint presentation
run automatically when it attached to an email.
 
You've got to use some HTML code...

1. Create a "base" PPoint pres
2. Insert in the base pres your main pres as an object and configure it to
"show" automatically in "0" seconds.
3. Upload the base pres to a server
4. Create in your e mail an <IFRAME> tag within the source code with the
base pres presentation's URL path and size both width and height to 1 % ( so
that it can't be seen on the e mail's body )
5. The base presentation will quietly download, open itself up in the
<IFRAME> and at doing so, will open your main pres fullscreen. Of course, do
remember that the mail client ( OE does ) will advise the reader of an
object trying to execute and will request permission, as part of the
client's security setting.

Regards,

Gus Collot
http://collotcorp.logon.as
 
Back
Top