Wednesday, July 08, 2009

Flex SuperPanel with SharedObject

For a new project that I work on, I inteed to use SuperPanel instead of Panel, so, I will have more flexiablity with the objects on the screen.
I was looking for a way to save the panels positons from session to session and the best way to do it in flex is to use SharedObject that are very similier to cookies.


Example

Code Example