Change line-height in OpenLaszlo Flash/SWF10 Runtime
When you’re using OpenLaszlo by compiling to flash/swf10 Flash, the lineheight attribute within the text class is readonly. That’s sometimes problematic, if you getting strict specifications from your...
View ArticleRead and write files from local filesystem with OpenLaszlo by using...
Today i will try to read and write local files from a local storage. After a few searches with google, i found several similar samples. Now i integrate these with the sample from www.mikechambers.com...
View ArticleCreate a webcam face detection within OpenLaszlo by using ActionScript3
Today i found a smart script for a webcam face detection on www.quasimondo.com. Now i will try to do this within OpenLaszlo, thus post based also on this sample.. Click here for a quick demo First of...
View ArticleCreating an AJAX OpenLaszlo Preloader for SWF Files
Since the SWF9 runtime in OpenLaszlo, the internal splashscreen isn’t anymore available. So if you need some preloader animation with a progressbar, you must implement an ajax-loader. You also have the...
View Article