I’m working on a flash PC to SMS chat engine. It works integrating actionscript with PHP. Everything seem to be working fine except when I upload it to the net.
I have a function set with an interval of 5 seconds to check a string from a .php page. When the string shows up it should be posted to a textarea in my flash. This works if I do a preview in Flash without a problem, but once I upload it to the net it dosn’t work at all.
Are there some issues with loops and PHP in flash ?