snippet Archive
-
Changing displayState and listening for fullScreen events
Posted on October 15, 2008 | 2 CommentsThe Flex snippet below listens for fullscreen events so that you can react and change layout, or whatever, when changing screen modes. One subtle tidbit to remember is that to... -
Reading FlashVars in Flex
Posted on October 14, 2008 | 2 CommentsTo read the value of a FlashVar(s) use the following in your creationComplete handler. _myNumber = Application.application.parameters.myNumber; And the Javascript snippet would look like this if you using the default...




