Archive for the Category Elementary

 
 

Oh, That Stage

Alright, running (Ctrl+F11) an ActionScript 3 Project from Flex 2/Eclipse was getting annoying. I couldn’t figure out why the SWF movie was positioned in such an unexpected way in the browser. The top left corner of the Movie was not in the top left corner of the browser window.

Read the rest of the entry…

Some AS3 Constants

This is nice. We now have some constants that we can use instead of “magic strings”. What I mean, is that we have something kin to pre-made Enums for some common values in AS3.

Read the rest of the entry…

Accordion Tag with VBoxes Sandwiched in between

In this snippet, the Accordion tag holds two VBox tags as children.


Read the rest of the entry…

Using the ViewStack with the TabBar, LinkBar

Notice the dataProvider attribute in the TabBar and LinkBar. The dataProvider in these two tags corresponds to the id of the ViewStack.


Read the rest of the entry…