<objects> in PHP built E-mails.
Posted: Mon Sep 29, 2003 5:23 pm
Today has been a good day. I decided to get to grips with OOP and after 8 hours of sitting in front of the keyboard with a load of coffee and smokes I have created my own Mime E-mail class.... which is nice.
The class does more or less everything (plain-text, HTML, attachments, embeded images, etc) but I'm having trouble with <objects> within HTML based e-mails.
I guess the question is do I treat them like images or leave them as they are?
For example let's say I have a Flash movie (swf) in the actual HTML page, do I add it to the e-mail object in the same way as you do with images, or do I need to leave the 'src' or 'path' of the actual movie pointing towards my web site using something like "http://www.blabal/themovie.swf"?
Any help would be great
The class does more or less everything (plain-text, HTML, attachments, embeded images, etc) but I'm having trouble with <objects> within HTML based e-mails.
I guess the question is do I treat them like images or leave them as they are?
For example let's say I have a Flash movie (swf) in the actual HTML page, do I add it to the e-mail object in the same way as you do with images, or do I need to leave the 'src' or 'path' of the actual movie pointing towards my web site using something like "http://www.blabal/themovie.swf"?
Any help would be great