Notify FMS of external data change?
Hey all,
Newbies here.
We have an application that so far uses AS3/AMFPHP, but we are finding this "request-response" model limited and feel we could make better use of sockets to deliver a more streamlined experience.
The application is primarily a data-application containing no media streams.
We want to open a socket to FMIS and use this as a pipe in which to stream data to and from the application. This is all good.
Consider this situation however, when values can be adapted externally outside of the FMS application: Example:
A user who connects with $0.00 at the start of a Flash Client session, may topup money, via paypal externally. At this successful point, the users database value has $10.00, but FMS is still $0.00.
How can FMS be informed of an external event such as this and update the client accordingly in real time?
Thanks,
