Hello People,
Gwt4Air 1.1 is out.
this version now supports GWT 2.1, GXT 2.2.1 and adobe AIR 2.5 and provides
the following features among others:
Bug fix in the NativeProcess API
Bug Fix in the DisplayObject API
Bug Fix in the 3D Map API
a new example showing how to communicate with a native process
a SoundUtil class to easely handle sound. So you can do something like this
Code:
File f = File.getDesktopDirectory().resolvePath("myMp3.mp3");
SoundUtil.play(f);
Like always feedback are verry welcome.
Regards,
Alain