Hi Guys
I'm I want to send email from flash project file I tried to use sendAndLoad
but it's not working
this is the Code

var newLaodVars = new LoadVars();
        newLaodVars.myName1 = main.name.txt_name.text;
        newLaodVars.myEmail1 = main.email.txt_email.text;
        newLaodVars.mySubject1 = main.subject.txt_subject.text;

        newLaodVars.myMassage1 = main.msg.txt_msg.text;
        newLaodVars.sendAndLoad("http://wwww.sensemis.com/test/contact.aspx
",newLaodVars,"POST");
        trace(newLaodVars)

I need help please

Thanks
Bassam
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to