Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-26-2005, 03:54 AM   PM User | #1
ping182nz
New Coder

 
Join Date: Apr 2005
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
ping182nz is an unknown quantity at this point
Attaching Fusion Graph (Flash) in an html email?

Hi,

I have a emailing script to automatically send the results of a questionaire to the user.

I am wanting to also include a Fusion Graph (Flash swf) in the email....

Is this possible? Any Ideas How?

Here is the link to the fusion site http://www.infosoftglobal.com/FusionCharts/

Thanks
ping182nz is offline   Reply With Quote
Old 05-26-2005, 07:13 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Hmm, I haven't made too many email pages, can't you just put the flash in there using the object tag, or do you not know how to do that?
_Aerospace_Eng_ is offline   Reply With Quote
Old 05-26-2005, 08:09 AM   PM User | #3
ping182nz
New Coder

 
Join Date: Apr 2005
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
ping182nz is an unknown quantity at this point
Im having trouble structuring the html and getting css to work...

I have to declare all the html on one line of my asp page (which is crap!) otherwise there is a error.
ping182nz is offline   Reply With Quote
Old 05-26-2005, 04:06 PM   PM User | #4
chilipie
Senior Coder

 
chilipie's Avatar
 
Join Date: Jul 2004
Location: Shrewsbury, UK Age: 16
Posts: 1,117
Thanks: 0
Thanked 0 Times in 0 Posts
chilipie is an unknown quantity at this point
How is an ASP page going to work if you send it by email (I'm assuming you don't just mean a link)?
chilipie is offline   Reply With Quote
Old 05-26-2005, 09:35 PM   PM User | #5
ping182nz
New Coder

 
Join Date: Apr 2005
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
ping182nz is an unknown quantity at this point
Its not asp, the email will be html with a embedded flash object....

I just wanted to put html in asp code, so I have to escape all the " with "" and then it wont work unless I put everything on the same line.

eg
Code:
ObjSendMail.HTMLBody = "<html><head><title></title><link rel=""stylesheet"" type=""text/css"" href=""/default.css"" /><link rel=""stylesheet"" type=""text/css"" media=""print"" href=""/print.css"" /></head><body><table width=""70%"" class=""tborder"" border=""0"" cellspacing=""0"" cellpadding=""4"" align=""center""><tr><td colspan=""2"" class=""labletable""><div style=""font-weight:bold;"">Summary Results of the Self Assessment into:</div></td><td rowspan=""5"" align=""center"" class=""labletable""><img src=""pq_logo.gif"" align=""absbottom"" align=""right""></td></tr><tr><td colspan=""2"" class=""labletable2"">Refining Business Management</td></tr><tr><td colspan=""2"" class=""labletable3"">for</td></tr><tr><td colspan=""2"" class=""labletable2"">" + thisname + "</td></tr><tr><td colspan=""2"" class=""labletable"">" + thissite + "</td></tr></table><table width=""70%"" class=""tborder"" border=""0"" cellspacing=""1"" cellpadding=""4"" align=""center""><tr><td class=""summarytableoverall"">Refining Business Management</td><td align=""center"" class=""summarytableoverall"">" + overall + "</td></tr><tr><td class=""summarytableidiv"">Manage the Business</td><td align=""center"">" + manBus + "</td></tr><tr><td class=""summarytableidiv"">Manage HSES</td><td align=""center"">" + manHSES + "</td></tr><tr><td class=""summarytableidiv"">Manage Corporate Support Services</td><td align=""center"">" + manCSS + "</td></tr><tr><td class=""summarytableidiv"">Develop the Organisation</td><td align=""center"">" + devOrg + "</td></tr><tr><td colspan=""2"" class=""summarytablecomment"">" + work +  "</td><td></td></tr></table></body></html>"
but the asp variable " + work + " dosnt get printed as it is a text variable with " around it, I.e "this is text" so when inserting it in it will go
Code:
html code here" + work +  "html code here
but it isnt working???

Any help??

Thanks...
ping182nz is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:09 PM.


Advertisement
Log in to turn off these ads.