This should help: http://livedocs.macromedia.com/flex/2/docs/00001013.html#193815 <http://livedocs.macromedia.com/flex/2/docs/00001013.html#193815>
--- In [email protected], "bghoward3" <[EMAIL PROTECTED]> wrote: > > 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 >

