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 Articlelaszlocode.com is online again
Just i’m surfed through the internet, visited a few old bookmarked sites, and what do i see laszlocode.com is online again. That’s very nice! laszlocode.com is a small website, she provides that...
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 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 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 ArticleInstall Flex SDK under Ubuntu Linux
Today i want to install the Flex SDK, because i need it for compiling OpenLaszlo sourcecode to an AIR application. The first thing we need is the Flex SDK. Download it here:...
View ArticleHow to track OpenLaszlo Websites with Google-Analytics
Some time ago, i had to integrate a google analytics tracking into a OpenLaszlo website, compiled to flash or DHTML/HTML5. How to do this!? At first, we need a google account and additional a google...
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