Post archive for ‘Flash’
Flash vs. Flex
Introduction
One of the most common questions that seem to be still floating around the web development community is “Which program should I use for Flash development?” That question is best answered based on the goals of your project.
The Question
The first question to be asked to help answer the question of which program should be used [...]
Categorized as ActionScript, Flash, Flex
Flex Image Smoothing Made Easy
As the number of Flash websites that I work on increase, so does my need for convienance components in Flex. I figured I would start with one of the most commonly needed features of all which is an easy way to enable smoothing on the mx.controls.Image class. My extended version of this class offers a [...]
Tagged as bitmap, Flash, Flex, Image, smoothing
Categorized as ActionScript, Flash, Flex
Creating Modular Flex Applications
Recently as I continued my miserable everyday struggle with Flex and it’s incredibly slow IDE Flex Builder, I have made yet another discovery that of course is not documented about Flex. I am involved in building high end flash sites everyday and thus far on all of them I have created them as modular style [...]
Categorized as ActionScript, Flash, Flex
RemoteObject for Flash CS3
Like a few other people I found myself dealing with the headache of transition to Flash CS3 applications from Flex every now and again and the one thing that gives me the most trouble is not having the same ActionScript 3 wrappers in Flash CS3 that I do in Flex such as the RemoteObject class [...]
Categorized as ActionScript, Flash, Flex