i wonder if someone can help me!

i have created a .swf file that i am using in dreamweaver, but on my Action Scripting, it only references the email and not the subject nor body.

this is my code on my button

button_mc.onPress = function() {
	getURL("mailto:me@company.com"+"?subject=Answer"+"&body=Yes");
};
button_mc.onRollOver = function() {
	this.gotoAndStop(2);
};
button_mc.onRollOut = function() {
	this.gotoAndStop(1);
};

your help will be much appreaciated

Sorry, just after i posted this, i realized that the ? should be a &

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.