dingleberry
Programmer
Hi, I've got a movie where there are two buttons on one layer. One button (the one I'm writing about in this post.) The top button submits form data to a perl script that I wrote that checks for availability of a domain name. If that domain name is available, it returns a "yes" and if it's not available it returns a "no". At any rate, the bottom text field is dynamic and if teh perl script returns a yes it also writes a variable to the text document on my server. The bottom dynamic text field then does a
loadVariablesNum (" 0);
to get that variable from the text document that was just written to. Long story short, is there any way to tell flash to wait until the perl script is done running before running any more action script that is affiliated to that same button?
Thanks,
dan
loadVariablesNum (" 0);
to get that variable from the text document that was just written to. Long story short, is there any way to tell flash to wait until the perl script is done running before running any more action script that is affiliated to that same button?
Thanks,
dan