hi all,

i am having a problem getting a flash mx form processed via a mailform.cgi script on my isp. unfortunately, i was not able to get any help resolving the problem since they don't offer support on flash.

anyhow, here's the actual line of codes that i have on my submit button for my flash movie:

on (release){
subject = "Contact Form";
recipient = "contact@ylanproductions.com";
loadVariablesNum("http://www.ylanproductions.com/ylanproductions.com/cgi-bin/mailform.cgi",0,"GET");
gotoAndPlay("Thank You");
}

thank you in advance for your help!

Michael