randomblink
02-21-2007, 07:48 PM
Alrighty...
I am a server-side guy for now. My development team HAS a Flash / Flex developer. I do PHP and manage the 'framework' for the site.
We are currently running with cairngorm for our Client Side architecture.
We use AMFPHP for our Remoting.
And I am trying to figure out how to provide server-side Data-Binding.
I know enough AS3 to be dangerous, not productive. I actually have seen Data-Binding used on the Client-Side and I think it's great. But then I hear about data-binding to server-sided objects and I wonder "How?"
Does anyone know what needs to be done to allow Flex / Flash to update on the Client-Side with stuff that happens Server-Side ( specifically database updates ).
I have heard terms like Socket Servers and such and I am wondering if I am needing to throw together a PHP Socket Server to keep a connection alive for streaming back and forth AMFPHP data... Can someone enlighten me? Or did I just use terminology that doesn't make sense...?
I am a server-side guy for now. My development team HAS a Flash / Flex developer. I do PHP and manage the 'framework' for the site.
We are currently running with cairngorm for our Client Side architecture.
We use AMFPHP for our Remoting.
And I am trying to figure out how to provide server-side Data-Binding.
I know enough AS3 to be dangerous, not productive. I actually have seen Data-Binding used on the Client-Side and I think it's great. But then I hear about data-binding to server-sided objects and I wonder "How?"
Does anyone know what needs to be done to allow Flex / Flash to update on the Client-Side with stuff that happens Server-Side ( specifically database updates ).
I have heard terms like Socket Servers and such and I am wondering if I am needing to throw together a PHP Socket Server to keep a connection alive for streaming back and forth AMFPHP data... Can someone enlighten me? Or did I just use terminology that doesn't make sense...?