hi can anyone direct me to the proper way to word a funtion so that i can pass it 2 argumetns and have it open the users email client and populate the to: and subject fileds?
ie
public function launchEmail(aParam:Array):void {
getURL("mailto:var1?subject=var2");
}
thanks

