Todo: Test Driven Flex, and Code Coverage Note to self: Coordinate with team to implement Test Driven Development in Flex using AS3FlexUnit. To use the FlexCover tool to test code coverage on our Flex projects. And use Runtime Shared Libraries to improve performance when we are using multiple Flex SWFs in a single app / on the same page!
Full screen video in Flash Flash can not only play videos, it can also easily go full screen (without the chrome) to run them with hardware acceleration. We have a project where we display student portfolio videos, and the client has asked to add a full screen provision. I was looking around the net for this, and found some good […]
Flowing text in Multiple TextAreas This Logic Builder is particularly for Flex developers. And as it is, I am looking for the best solution to this! So here goes! The task is to flow a text in multiple text areas automatically. The height and width of each TextArea is fixed. There can be no scroll bars on any TextArea. When […]
Optimizing Flex Applications Was looking around ways to optimize Flex Applications, and found David Coletta‘s slides. David is founder of Buzzword – the kickass online word processor built in Flex, and shares some great tips. Here are the slides. | View | Upload your own
Taking a snapshot of Flex app, from Flex! On a recent Flex project, we needed to take a snapshot of what’s shown on the screen and save it as an image. I had seen somewhere that this was possible, but couldn’t locate how exactly it was to be done. Turns out it’s very easy to do such a screen capture / screen grab […]