I'm Trying http://hippohx.com a open source Flash to EXE compiler my first
experiments were doing well i compiled my openlaszlo lzx to swf 10 and then
to a windows friendly GUI program with the debugger on and all worked fine.
now comes the harder bits and I'm not sure how to make its api integrate to
openlaszlo see (http://hippohx.com/api/) they seem ease to implement just
call the as2/as3 and let Flash do the rest and the program could run small
exclusive application and would be able to keep itself up with SQLite
running its database. like there first test swf here, add
[CODE]
*package {
import com.hippohx.Application;
*
* public class MyClass{
public function MyClass(){
trace("Application folder = " +
Application.getInstance().getApplicationFolder());
}
}
}*
[/CODE]
This would Returns the full path of the folder in which the application is
running. If you are planning to use this folder to store data. as a string.
How would i go about including all the AS2 or AS3 Class, Functions to
Openlaszlo or would this be a Good example to add EXE compiling to
openlaszlo lzx.
I'm use Net Beans 6.8 Glass fish full working, in FREEDOM CORE 12 /// Window
is for Games only... LOLS