Did you read my response? Don't set the projects server type to anything. Create your connection manually or with a services-config.xml file.
--- In [email protected], "gandalfhr" <gandal...@...> wrote: > > ok.. im new at this so help me out a little bit more > in order to use "bind to data" function in flash builder with php service > type, i have to set my project's server type to php and fill out the Web Root > and Root URL parameters. I know that i can install say apache server on my pc > and then use http://localhost as Root URL. But what do i use if i dont > install local apache server and instead put my php files on some free web > host like i mentioned? > > > --- In [email protected], Csomák Gábor <csomakk@> wrote: > > > > 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 <gandalfhr@> > > > > > > > > > > > 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 > > >

