[PHP] PHP4, Flash and tab characters

2001-07-29 Thread Nolan
Hi all, Apologies if this has been asked before, I'm new here. I've got a PHP script that's returning a formatted string of variables to a Flash movie. The string getting returned looks like so (currently it's just the 1 variable): bAcquired=Y Flash's debugger seems to think that there is a

Re: [PHP] PHP4, Flash and tab characters

2001-07-29 Thread Tim
Change your output string to look like bAcquired=Y and you should be ok. You may find as you get further into this that you need a delay loop to make sure that flash has read all of your data, since it happens asychronously (at least in Flash 4 it did) so you'll want a sentinel value at the