Hi,
I use a FlowPanel and the method getElement().setInnerHtml(String html) to use an activex object custom video player like this:
String object = "<object ...> <param name="x" value="y"/> <param name="z" value = "o"> ... </object>".
The activeX object is working nice but I need to use the wmode parameter in order to let a DIV to layout on top of the player. It seems that GWT deletes my <param name="wmode" value="transparent> but keeps other params.
Why?
Thankyou.