Category Archives: flex 3

Flex 3 Custom DateChooser

I searched so much about a custom DateChooser component in Flex 3, that I decided to make one by myself. My criteria is to have ComboBoxes for both months and years. I simply merged the ComboBox component with DateChooser and … Continue reading

Posted in featured, flex 3, web development | Tagged , , , , , , , , | 12 Comments

IE & ExternalInterface communication problem

Do not use only ‘embed’ tag when using Flex 3/Flash Actionscript 3 ExternalInterface. The communcation with only embed tag works with Firefox and no other browser. If you want to put the IE on work add the ‘object’ tag as … Continue reading

Posted in featured, flex 3, web development | Tagged , , , , , , | Leave a comment

flash player with debugger issue

Sometimes Flash Player with debugger is no displaying all correctly. I have an application which displays more than 200 bitmaps on the stage. Because of the Flash Player with debugger helping my Flex Builder 3 installation to work/debug properly the … Continue reading

Posted in featured, flex 3, web development | Tagged , , , , , | 2 Comments

Flex 3 Custom Preloader

Before to start I’ll put a link to my post with download and sample of a custom preloader you can use in your applications: http://www.stoimen.com/blog/2009/02/25/flex-3-custom-preloader-download/ If there’s a problem with making a custom flex 3 preloader, there is the solution. … Continue reading

Posted in featured, flex 3, web development | Tagged , , , , , , , | 8 Comments

amfphp – is there a problem with the serizalized data?

We’ve been working on a amfphp using project, but as it appears there is some problem with serializing data. I cannot say yet where exactly the problem is, but I suppose i comes from dashes in transfered data.

Posted in featured, flex 3, web development | Tagged , , , , , | Leave a comment