-
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: Flash
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
FXG for an arrow (chevron) and triangle
FXG for a right arrow (or chevron rotated to the right): <s:Graphic width="100" height="100" > <s:Group width="100" height="100" > <s:Path data="M 0 0 L 50 50 L 0 100 L 50 50 L 0 0 z"> <s:fill> <s:SolidColor color="#FF0000" /> … Continue reading
Flash Catalyst Jailbreak for Flex Developers
UPDATE: MANY of these issues I had have been addressed in the new Flash Catalyst CS5. You may find it unnecessary to modify it. BTW if you are a designer this software is the best choice in maintaining your high … Continue reading
Posted in AIR, Flash, Flash Catalyst, Flex
3 Comments
Flash Builder 4 and Flex 4 Bible and Flex 4 Fun
I normally don’t pimp out books but I’d like to mention these since I’ve read them recently. The first is Flash Builder 4 and Flex 4 Bible by David Gassner. I was migrating an app from Flex 3 to Flex … Continue reading
Posted in Flash, Flex, Technology
2 Comments