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 corprate firewall chances are that you won’t be able to connect to the rtmp server.

Here is the link to the game: http://apps.facebook.com/carcasson/
And here is some info about the rules: http://www.facebook.com/apps/application.php?id=155395464480894&sk=info
Feel free to “Like” it
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, new features in v. 4
- I am going to build a demo application that demonstrates:
- Flex component architecture (Spark)
- FXG assets
- data centric development features in Flash Builder 4 -
- remoting with the Zend AMF Php framework
- a few words about mobile development in Flash Builder Burrito, AIR
- new API’s in the Flash Player: Molehill 3D, peer-to-peer
Posted in Air, Flash, Flex
|
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

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 config.xml in badge folder.
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 the control when it already had focus didn’t open it even if there was a selection. Now it does open.
Many thanks for the suggestions, guys.
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 decided to give this version for free but if you find it useful feel free to donate
.
Download Flashcommander 2.5 here.
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.
Continue reading →
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 API to perform a Google search with the selected phrase.
Continue reading →
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 SDK.
Continue reading →