lorddrago
05-10-2002, 03:50 PM
ok, here is my problem. I have a simple little email movie, works great when I test it in flash works great when I do a publish preview but when I load it up it does not work?? here is the script I have used on my send button.
on (release) {
loadVariablesNum ("http://www.myaddress.com/cgi-bin/quickemail.pl", 0, "POST");
gotoAndPlay (10);
}
this is being sent to a perl script in my cgi bin. Now the movie that contains the email part is loaded on level 27 and I have changed the level from 0 to 27 but it still will not work right. No I can not place this in level 0 either. Also this swf is downloaded into a projector file. I have run this in a Html page and it works fine but when I bring it into my standalone it does not work.
Ok so what am I doing wrong today
on (release) {
loadVariablesNum ("http://www.myaddress.com/cgi-bin/quickemail.pl", 0, "POST");
gotoAndPlay (10);
}
this is being sent to a perl script in my cgi bin. Now the movie that contains the email part is loaded on level 27 and I have changed the level from 0 to 27 but it still will not work right. No I can not place this in level 0 either. Also this swf is downloaded into a projector file. I have run this in a Html page and it works fine but when I bring it into my standalone it does not work.
Ok so what am I doing wrong today