I’ve spent the last few months getting extremely integrated with Flash Builder (Flex). Working almost exclusively in Flash before this opportunity, I can honestly say that Flash and Flash Builder (Flex) are two different beasts with their own quarks and challenges. To help our community of Flash Designers & Developers decide which program will be [...]
It looks like there is another random chat website out there that is pushing random chat in a new direction. This website is CasualComm.com (Casual Communication). This website requires people to create a log-in & and gives users the chance to friend the random people they meet on the website and reconnect with them when [...]
Flash optimization is becoming increasing important & with alternative development tools that developers can use. We all have a responsibility to build Flash elements that are efficient as much as they are groundbreaking. As someone who feels responsible for the future of this great application, I am creating a Flash Optimization series that will help [...]
Flash optimization is becoming increasing important & with alternative development tools that developers can use. We all have a responsibility to build Flash elements that are efficient as much as they are groundbreaking. As someone who feels responsible for the future of this great application, I am creating a Flash Optimization series that will help [...]
Flash optimization is becoming increasing important & with alternative development tools that developers can use. We all have a responsibility to build Flash elements that are efficient as much as they are groundbreaking. As someone who feels responsible for the future of this great application, I am creating a Flash Optimization series that will help [...]
Flash optimization is becoming increasing important & with alternative development tools that developers can use. We all have a responsibility to build Flash elements that are efficient as much as they are groundbreaking. As someone who feels responsible for the future of this great application, I am creating a Flash Optimization series that will help [...]
Flash optimization is becoming increasing important & with alternative development tools that developers can use. We all have a responsibility to build Flash elements that are efficient as much as they are groundbreaking. As someone who feels responsible for the future of this great application, I am creating a Flash Optimization series that will help [...]
It came to my attention that the comboBox component in actionscript 3 was a whopping 40+K. In most situations, you could absorb this file size based on the need you have and the overall functionality of the application you are building. Unfortunately, this dropdown was being used in a banner that needed to be south [...]
When learning AS3, there is one lesson that can be hard to overcome. This lesson is “stop using _root”. Due to all of the object-oriented reasons and solid programming standards, I understand the need to push developers away from _root. But, there are times when _root can be useful. For users like myself I have [...]
Have you ever needed to generate a unique ID for users? I’m sure you have. But, have you ever had to create a unique ID for users without referencing the other user IDs (checking for duplicates)? I ran into this issue and discovered globally unique identifier (GUID for short). This is something constantly used in [...]