-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- khanou on A file found in a source-path can not have more than one externally visible definition
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
May 2013 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
Blogroll
Meta
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
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
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