| Jake Hilton 2006-05-18, 7:11 pm |
| Think of FMS as the flash player in this instant.. you will have to write
some php for it to interface with. On the serverside you would simply write
something like so:
var responder =3D {};
responder.onStatus=3Dfunction(info){
//code to handle status events
}
responder.onResult =3D function(info){
//code to handle the result
}
nc =3D new NetConnection();
nc.connect("http://yourserver/flashservices/gateway.php");
nc.call("Servicename.methodName", responder, optional_parameters);
Good luck!
Jake
On 5/18/06, Ed Wise <flash-IGuAFssZLu0yVrDAjxm/7A@public.gmane.org> wrote:
>
> Thanks Jake.. if I may ask one more thing:
>
> Will this amfphp work with FMS (server side)? It's not so apparent to me
> from reading amfphp.org; all I see there is about using it as a Flash
> remoting gateway to pass data between the Flash player and a web server.
> Can I just as well use it to pass data between an FMS server and a web
> server (database server)? Keep in mind that we will be using an FMS
> hosting
> service for the FMS server, and will need to pass data between it and our
> separately hosted web server (or database server).
>
> Thanks again
>
> Ed
>
> ----- Original Message -----
> From: "Jake Hilton" <flashcomm-qux/SyskHsPSUeElwK9/Pw@public.gmane.org>
> To: "FlashComm Mailing List" <flashcomm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org>
> Sent: Thursday, May 18, 2006 4:15 PM
> Subject: Re: [FlashComm] Newbie Question: Does FMS allow connections
> toaremote web/database server?
>
>
> Oh yea.. not sure what happened to that project.. it's still on
> sourceforge
> though.. and actively under development.
>
> http://sourceforge.net/projects/openamf/
>
> Essentially...
>
> amfphp -> php
> openamf -> java
>
> adobe flash remoting -> cf, java, .net, soap
> http://www.adobe.com/products/flashremoting/
>
>
> Thanks,
> Jake
>
> On 5/18/06, Ed Wise <flash-IGuAFssZLu0yVrDAjxm/7A@public.gmane.org> wrote:
o[vbcol=seagreen]
> a
e[vbcol=seagreen]
> app)
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
|