This is probably a basic question for most of you, but I'll ask
anyway. What is the best method for simply replacing an existing HTML login 
form with a 
Flex one? 

I'm currently trying getURL on the submit action (but with no luck):

function submitLogin():Void { 
   var username:String = "";
   var password:String = "";
   getURL("theURL","_self","POST");     
}

The text input ID's are "username" and "password". Any help/tips appreciated. 
Thanks!




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to