business webpage? i got this code from a tutorial for the flash part:
import flash.net.URLVariables;
import flash.net.URLRequest;
send_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_22);
function fl_MouseClickHandler_22(event:MouseEvent):void
{
if (theName.text == "" ||...