Screenflow based application in Adobe Flex/Flash
Posted
by iceman
on Stack Overflow
See other posts from Stack Overflow
or by iceman
Published on 2010-06-12T10:47:02Z
Indexed on
2010/06/12
10:53 UTC
Read the original article
Hit count: 176
I'm searching for some code samples for my Flash application. The app is based on screen-flows , i.e each screen is defined with some visual elements with some buttons which have async events associated with them(consuming web services basically). The buttons also have functionality to go back and forth between screens and jump to any screen. I want to define all of the visual elements and the functionality of the events in a XML file. Thus the model, view and controller are all in the XML. Does any framework allow this like Pure MVC? Where can I find some examples of this kind of functionality that I want?
© Stack Overflow or respective owner