September 2010 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Meta
Category Archives: Flex
Super easy external font loading in AS3 Flash
Here’s a super easy way to build out a project with external fonts in separate swfs for flash. I use FlashDevelop and the FlexSDK so most of this is related to that usage, but you can just as easily do … Continue reading
Dynamic Masks and Flash player 9 / 10
I came across a very interesting bug that i’m in the process of working around. Basically, i’ve created an image gallery with dynamic masks that contain wipes that are transitioned over the individual movieclips. The stack is composed this way: … Continue reading
Posted in AIR, Flash, Flex
2 Comments
Crossdomain changes in Flash 10 affect S3 users
There’s been a few posts recently regarding crossdomain policy changes in Flash 10 affecting S3 users: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=72&catid=675&threadid=1367135&enterthread=y A little more detail regarding the changes to the top level crossdomain allowing site administrators to control sub directory located crossdomains. http://neurofuzzy.net/2008/08/27/flash-player-10-will-not-work-with-amazon-s3/ Essentially, … Continue reading
Five3d to AS3
Just finished a port of Five3D to AS3.click here to see the AS3 version of the caurina sample from Mathieu Badimon’s originalFor the most part the biggest hurdles were the conversion of the code from a ‘dynamic’ structure to a … Continue reading
Rails and Flex
Just finished a month long conversion of a Flex project from consuming a PHP backend to RESTified Rails backend, and it was a new experience for me. Needless to say, some of the things in Rails are really great, but … Continue reading
Clickbooq wins Site of the Day at Adobe
Clickbooq, a project I contributed to, has won Adobe’s Site of the Day. My contribution was mostly to complete areas of the site which were incomplete such as the client/server interactions in the Flex CMS application.
Posted in Flex
Comments Off
Adobe MAX 2007 in Chicago
Just got back from Adobe MAX and am ready to see my family again. After three hardcore days of reviewing all the latest in Adobe’s realm, I’m very happy to report that Flash has a very exciting future. Flash 10 … Continue reading
Cinema4D > Blender > Collada > PaperVision
I’ve been working on a workflow to get models from production quality and resolution down to something that will run in Papervision. It’s been a tough process — Papervision can’t really handle more than 10K polys, and probably 3K is … Continue reading
Posted in Flash, Flex
4 Comments
Using mm.cfg to trace flash output to a file
It seems complicated but certainly it isn’t. The hardest part is to ensure you have the right player installed in all your browsers to make the log available. http://www.adobe.com/support/flashplayer/downloads.html
Flash Framework List
Nothing gets my ire up like people throwing around the terms ‘Design Patterns’ and ‘Frameworks’ in some way believing that these improve day to day activities of a great majority of Flash projects. In some larger projects with an extremely … Continue reading