Creating 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 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 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 ArticleTake webcam snapshot with OpenLaszlo
Today i have played a bit with my webcam, and tried to make some pictures and save that as jpeg files. Click here for a demo At first we must integrate the webcam within a base structure of openlaszlo...
View ArticleUse ActionScript 3 libraries within OpenLaszlo
Today i tried to integrate an ActionScript 3 within OpenLaszlo. In detail i needed a JPEGEncoder that is integrated in the ActionScript 3 Library from Mike Chambers. You can download the library here:...
View ArticleOpenLaszlo SWF10/Flash Download with a fileReference
To download a file with script within a flash movie, you can use a FileReference. Two points needed attention: 1. The download-event must be explicit fired, as sample by a onclick event. 2. The...
View ArticleChange 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 Article