SQLServiceInvoker
An extension to use make SQLite calls within the EventMap. It works the same way as any of the Service Invokers, where the result of the query is set in the <resultHandlers> and any fault is handled by the <faultHandlers> inner tags.
Download extension and example
Style Loader
The style loader extension helps you load a compiled css style (.swf) into your application from the EventMap. The style loader will create two inner handlers: resultHandlers and faultHandlers that will let you perform actions after the style has been successfully loaded (resultHandlers) or where there was a problem when attempting to load it (faultHandlers).
Weather Loader
An extension that lets you load weather information from the Yahoo! Weather API from the event map. The weather loader will create two inner handlers: resultHandlers and faultHandlers that will let you perform actions after the weather information has been successfully retrieved (resultHandlers) or when there was a problem when attempting to retrieve it (faultHandlers).
0 responses so far
Leave a response
If you need help or want to comment on something not related to this page, please post in the forums. Thanks!