CreateMHTMLBody in CDO does not encode video file
Hello all,
In my HTML file, I embed a video file(<embed src= "c:\test\a.avi">). After I called CreateMHTMLBody function, the src in mhtml doesn't been changed to something like: cid:xxxxxxxxxxxx$xxxxxxxx$_CDOSYS2.0.
Now, if I use img element, then my HTML will looks like: <img dynsrc = "c:\test\a,avi">. When I call CreateMHTMLBody again, everything looks OK, but if I try to send out this email by Outlook Express, I got a error message, it tells me that "One or more of the pictures in this message could not be found".
Anyone has this problem before? or knows the solution to it? any leads would
be much appreciated. Thank You.
|