API For Flex Apps To Interact

Posted by dimo414 on Stack Overflow See other posts from Stack Overflow or by dimo414
Published on 2010-06-02T17:41:50Z Indexed on 2010/06/02 17:44 UTC
Read the original article Hit count: 217

Filed under:
|
|

I have a large flex application (the app) running on one server, and many small flex applications (widgets) running on another server, which are to be included in the app so that visually the user see's one continuous application. Due to proprietary third party software, this structure cannot be changed. I am looking for some way to allow the app and the widgets to communicate, allowing the app to make changes to the widgets and the the widgets to notify the app when events are triggered, so that user interaction is fluid and continuous.

There are a few related questions which indicate it's possible to do this by setting up event triggers and listeners. I am wondering if there is any standardized way to do this (the answers aren't very clear) or if anyone has developed a library or API to make this easier.

© Stack Overflow or respective owner

Related posts about flex

Related posts about api