Category Archives: Tips

UI Graphic tips in Flex

This example shows how to create text inner shadow, text and display object border, beveled text with border, lines with inner shadow and frames with inner shadow. This example includes a BorderStrokeFilter and TextShadowFilter classes and skinnable container FrameSkin skin. … Continue reading

Posted in Flex, FXG, Graphics, Tips | 1 Comment

Using StageWebView within a UIComponent in Mobile

StageWebView is the name given to the class that displays the native browser of a mobile device in your mobile app. Since it’s not actually native to AIR it floats above your app. This is a nice gift from the … Continue reading

Posted in AIR, Flash, Flex, Mobile, Tips | 149 Comments

Getting the Video Player to work with Audio

As you know, the Video Player in Flex 4 is capable of playing various types of media including audio. However there are a few issues that will wreck havoc on your progress if you’re not aware of them. There are … Continue reading

Posted in AIR, Bugs, Flash, Flash Catalyst, Flex, Technology, Tips | Leave a comment

Converting XML to object tip

When you are retrieving XML from the server and you ask Flex to convert it to an Object, by setting the resultFormat to “object”, Flex provides you with an object proxy representing the original XML. However, when Flex encounters a … Continue reading

Posted in Flex, Tips | Leave a comment

How to add scrollbars to your Flex 4 Spark Application

There’s a couple places online that describe how to add scrollbars to your Spark application by using a custom Skin. There’s a lot of work to do that. Instead create a group or component (better) around your content and wrap … Continue reading

Posted in AIR, Flex, Tips | Leave a comment