Hi people,
Im working in flash mx 2004, and i want to put an email link in flash. I know how to actionscript it so that when you click someones name for example, it opens up a new mail message. However, i want to know how to fill in the subject box at the same time. Does anyone know what code i need to add in order for the subject box to be filled in with a title?

Thanks alot

Try this:

mailto = "mailto:" + Address + "?subject=" + Subject;
getURL(mailto,"_self");


And have a textbox named 'Subject' for the visitor to enter their information.

~ Lacuna

(I didn't realize the date on the original post, but maybe the next person who needs this will find it helpful)

Thanks for the advice Lacuna, i will give it a go :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.