you can use the urlloader class (
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/URLLoader.html
)
for faster performance, you should use amfphp. (http://www.amfphp.org/)
there are other methods for querying db. From list FAQ:

Q: How do I get Flex to query my database?

A: Flex does not have any native database integration functionality. you
will require some server-side tier that will do the database access and
send the data back to Flex via one of three protocols:

* RemoteObjects: Fastest. communicates with server side EJB's or POJOs using
AMF, a binary, compressed format.
* HTTPService: uses HTTP protocol. Sources can be JSP, ASPx,.NET, files, any
url
that returns HTTP.
* WebService: Slowest. Uses SOAP protocol. Sources can be .Net, or any
WebService.

2009/12/1 gandalfhr <[email protected]>

>
>
> Hi,
> i opened an account at 000webhost.com and put some of my php files that
> access mysql there. How do i use those php files in flash builder? In all
> the tutorials i have seen, people use localhost as Root URL and some local
> folder for Web Root..
>
> Plz help
>
>  
>



-- 
before printing, think about enviromental responsibility

Reply via email to