-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
- dan1020 on Error #2032: Stream Error.
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: Technology
Announcing VeraType
VeraType is an app I’ve been working on that lets you convert your images into text and your text into images (see screenshots). I’ve just released it a version for Windows and Mac. It’s mostly for entertainment but it … Continue reading
Posted in Apps, Art, Graphics, Mobile, Technology, Typography
Tagged art, text art, typography
Leave a comment
Performance difference between debug and release builds
Check out the difference in speed between a release swf and the debug swf in the example project. debug build outline time: ~250ms release build outline time: ~50ms In the above tests I set the font size to 200 and … Continue reading
Posted in AIR, Flash, Flash Catalyst, Flex, Technology
1 Comment
Flex library of code snippets in MXML
I’ve been working on a way to program software using a simple instructions instead of writing code. In that journey I found Flex MXML is helping to solve that problem. I’ll give you an example. Let’s say you want to … Continue reading
Posted in Flex, Technology, XML
Leave a comment
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
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