and wmode

Tue, 12 Jul 2011 07:49:21 -0700

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.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/I-2BQvxa7R8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to