I'm not exactly sure what the problem is but bear in mind that flash can only read in strings, not objects. I tend to use mysql_fetch_array and then send back each item in the array:
Code:
echo "&var1=$row['var1']&var2=$row['var2']";
I know it's prolly more typing but it works. Also it's wise to add something like "&EOF=true" at the end of the string so you can tell when loading is complete.
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please
don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.