Installation Error: APIInternalError
I know I know, Flash is dying. Sadly Adobe announced the end of life for Flash Player, but I have high hopes that Adobe AIR will live on and I love.
Read more →Tag
22 articles
I know I know, Flash is dying. Sadly Adobe announced the end of life for Flash Player, but I have high hopes that Adobe AIR will live on and I love.
Read more →I wrote a post a while back about how to fix Flash Builder when it wouldn't start. I found that there were two things to try, one of which usually fixed the.
Read more →Singleton classes are very useful. So I wanted to show a simple sample of a Singleton class. I like to use these as models to store data in one location that.
Read more →So one of the most annoying things about working with display items in the Flex framework is the difference in how things are rendered. This means that after.
Read more →So I know that many people are jumping ship when it comes to Flash and Flex when it comes to web applications but if you are one of the ones like me that is.
Read more →I've been working on more mobile projects lately both at work and in my spare time. I've been mainly using the Starling framework and really like it so far..
Read more →So I ran into this error again today. I first ran into it a few years ago. It happens to me when I have an asset that is created in Flash Pro and used in a.
Read more →I got this error when I was trying to create a mx DateChooser via code instead of mxml. To make a long story short the solution was to move the call to the.
Read more →So I've been using Flash Builder and the Starling framework to create an iOS app of the Card Match game that I made a while back. I must say I'm pretty happy.
Read more →I recently ran into another MP3 issue while working on a Flash Project. I found this one while working on an iPad app in Flash Builder. I meant to write about.
Read more →I have been using Flash Builder and Starling 1.3 to create some iPad apps and recently ran into an issue that was making me want to pull out my hair. Luckily.
Read more →So I recently made an AIR app at work that we use for finding cue points in an mp3 file. It loads an mp3 file, creates the sound wave spectrum for said file.
Read more →So the more you work with ActionScript 3 and especially when it comes to building RIA's (Rich Internet Applications) or games, the more garbage collection will.
Read more →So no surprise I'm a big Fan of pretty much everything Flash. Because of this people will ask me things like "Flash you're still doing that?" and "Isn't that a.
Read more →So just recently I did a major overhaul to the random class that I use for my projects. I implemented Grant Skinner 's (thanks Grant!) random class and made.
Read more →With Flash shifting more of it's focus to games it is becoming more and more important to optimize and ensure good performance. A great way to gauge.
Read more →So I recently read an article that I like to call The Future of Flex and a couple of days ago I read The Future of Flash. We've known for a while now that.
Read more →I recently needed function that would remove duplicate values from an array. After looking around online and modifying what I found to fit my needs I came up.
Read more →I've been working on a Blackjack game and have needed to do a lot of shuffling, cards that is. I've seen quite a few shuffling functions over the years. Here.
Read more →So if you do much with ftp you have probably heard of SmartFTP . If not I would highly recommend them. I have used a variety of ftp programs and theirs is by.
Read more →This was causing my to bang my head for a little while. There are different ways depending on whether you are using Flash or Flash Builder (previously Flex.
Read more →Recently I was working on a project where I had to take a number that represented a monetary value and display it as money. For example say I had a numeric.
Read more →