Author Archives: admin

Flash multiplayer game on Facebook

I have created the online version of the popular board game Carcasson on Facebook. This is a real-time, multiplayer game, the server side is built in Python. You need a Facebook account to try it. If you are behind a … Continue reading

Posted in Flash | Tagged , , , , , | Leave a comment

Building data driven applications in Adobe Flex – presentation at ELTE University, Budapest

I gave a presentation with the above title at ELTE University, Budapest. Here are the slides of the presentation. And here is a short outline: introduction to the Flash Player and Platform basics of the Flex framework Flash Builder IDE, … Continue reading

Posted in Air, Flash, Flex | Leave a comment

Online shelf designer

My latest work is this online shelf designer application built in Flash: http://polcmeretre.hu You can quickly build your own shelfed cupboard, choose material and instantly see the price. Have a play with it

Posted in Uncategorized | Leave a comment

QuickLoader update

QuickLoader has been updated to use Flashcommander 2.5 server side code. QuikLoader is the desktop AIR version of FLashcommander, the online filemanager. Download QuickLoader 1.5 here. After installation the Air program automatically connects to http://flashcommander.org. To change this edit the … Continue reading

Posted in Uncategorized | Leave a comment

AutoComplete improvement

I have made a small 2 fixes to the AutoComplete component: If control was set to requireSelection=false and tabbed away after entering some text in the input the text was cleared on focusOut event; this is fixed now. Clicking into … Continue reading

Posted in Uncategorized | Leave a comment

Flashcommander 2.5 – freeware

Flashcommander 2.5 is available – try the demo here. There have been numerous bug fixes, the most important is full support for UTF-8 file names. The video and mp3 player modules have been rebuilt based on Spark components. I have … Continue reading

Posted in Flex | Leave a comment

Flex 4 Mp3 player

For some reason the Spark VideoPlayer doesn’t play back mp3 files so I decided to build one. I have reused the skin elements of VideoPlayer so the look and feel is the same.

Posted in Flex | Tagged , , , | 3 Comments

Using Google Search Suggest with Flex 4 AutoComplete

This article demonstrates how to use Flex 4 AutoComplete with Google Search Suggest. First I use the Google Suggest API to show search suggestions in the AutoComplete as the user types in the input. Then I use the Google Search … Continue reading

Posted in Flex | Tagged , , , , | 3 Comments

Flex 4 AutoComplete

As the by-product of an enterprise project I have built an AutoComplete component in Flex 4. Using the new Spark architecture component logic and appearance can be separated in a clean way. The component was updated for Flash Builder release … Continue reading

Posted in Flex | Tagged , , , | 25 Comments