Has anyone ever created a Flex + PHP project using AMFPHP +  
Codeigniter? I have been trying to integrate the two with no luck.

Or maybe I shouldn't integrate the two, the question then becomes:  
does anyone know how to consume webservices from external sources  
with amfphp? what I mean is, right now, with amfphp I have to point  
my remoteobject tag to amfphp/gateway.php sending the method I want  
to use etc. What if I wanted to use the remote object tag to access  
flickr? would I have to call the flickr webservice from an amfphp  
service and return the results to flex with amfphp, or is there a way  
to go from flex -> flickr using amfphp? If the latter is possible,  
then I can just create xml-rpc web services in CI and serve them to  
flex.

I am trying to create a flex application that people can download and  
install on their servers / host. That is why we are using PHP. I find  
it incredibly limiting to use <mx:httpservices> with rest style data  
exchange for my entire application, that is why I am trying to use  
amfphp.

Do a lot of you guys use flex + php? if so, what sort of development  
approach do you take?

THanks in advance for any help suggestions.

  

Reply via email to