1. does it support transparent page backgrounds (html and body)?
This was next on my list of things to do, right after your number 2 item
I honestly figured that the Awesomium demo video was using a color keying system similar to a green screen, I didn’t even know HTML supported transparency!
2. can I inject my Java objects in the api so my javascripts can call them like any other builtin objects (window, navigator, etc)?
I haven’t tried it yet, but I’d say this method stub looks very promising:
public void onJavascriptCallback(Window win, String url, String funcName);
3. is there a way to add plugins to the brekelium instance (flash, etc)?
There is “limited” support, Flash being the best supported. My guess though is that you’d need to ‘install’ the plugin before compiling the native wrapper. I’m still working on getting the supplied build script working for the JNI binding though