So, we all know that calling loadVariablesNum in flash pauses action script until the data from the external file is loaded. With PHP, the webpage is not printed until the page PHP script is finished processing.
My question is, how can I tell my script to run a little, print a line of text, and finally complete its routine? This would allow my Flash program to get needed data and then use that data while PHP finishes.
inveni0
7:51 pm on Sep 4, 2007 (gmt 0)
Actually, I fixed this. I'm gonna just use flash to call the two different scripts. Should be most effective.