In SOLO mode, you take the source OpenLaszlo.lzx "program" (expressed in XML format) and "compile" it into an Adobe Flash.swf file using the lzc utility.
For example, the source hello.lzx will be compiled as follows
lzc hello.lzx
in a flash application called
hello.sw8.swf
Then you simply paste the .swf into the HTML page, like any other Flash content. Adobe Flash Player version 8 or version 9 must be installed in the clientβs browser to play the .swf Flash application.
To see the Flash application directly from the disk of your development machine, simply specify the browser directly in the local .swf file and it will appear in the browser.
John benson
source share