ASDocs with Flash Develop

Flash Develop is a free alternative to Flash Builder. While it may not include all of the feature of Flash Builder, it does have a nifty ASDocs generator. Follow these steps to configure the application and you’ll be good to go. What are ASDocs? Generated API documentation for your code. A great example is the […]

Animating Feedback Widget

Using two of my existing blog posts I’ve finally put that little animated widget to use! Constructive feedback only please. Assuming you are using a flash enabled device, click on the little feedback tab to the left. The widget could definitely use a bit of design work, but hey, I don’t claim to be a […]

Simple Animation Performance: Flash vs HTML5

I would say the results are shocking but they aligned with my hypothesis. Flash outperforms HTML5 for simple animation used at the core of nearly every game on the internet. The basic principal of games is that the screen is refreshed on an interval x number of times per second as one or many objects […]

Expanding Draggable Widget

Lightboxes are overused. They take way to long to load and consume far too much screen real estate. A far better user experience can be achieved by teaming up JavaScript with ActionScript. The end result is less than 6KB of code! **Update: The feedback widget replaced the draggable widget. Please visit this link for a […]