[help] Flash With Php + Database

Hello, I know how to get /retrieve records from Database through PHP to Flash.

(return to flash as URL Encoded String).

Just want to know, is it efficient? If I select 100 records and return it to flash, won't it be really slow?

I heard Flash Remoting can return objects instead of strings, but I don't wanna buy it for now.. :(

#151141

i dont know much about that but check out flash-db.com , its a nie resoure ;)

#151156

@Lyon

it's not that bad even if you do it like you said, but of course Flash Remoting is much better and definitely a way to go.

If you know PHP then use this: http://www.amfphp.org

It's and open-source flash remoting project and it's very good.

Also you might wanna consider generating XML file from your db queries and then parsing it in Flash per request. It's a very elegant solution for smaller/medium sized queries.

#156662

Wow. Thx for your help guys! It's just that suddenly my manager decided to switch into using JSP instead of PHP ;)

#157075