I've created an object tag with some param tags. For example:

<object style="width:480px; height:360px; display:inline-block;
background-color:black; " type="application/x-shockwave-flash"
data="http://www.youtube.com/v/
tk5SuyoNiYA&rel=0&autoplay=0&loop=0&enablejsapi=1&disablekb=0&egm=0&border=0&color1=&color2=&hl=pt_BR&feature=player_embedded&fs=1">
<param name="movie" value="http://www.youtube.com/v/
tk5SuyoNiYA&rel=0&autoplay=0&loop=0&enablejsapi=1&disablekb=0&egm=0&border=0&color1=&color2=&hl=pt_BR&feature=player_embedded&fs=1"/
>
<param name="allowFullScreen" value="true"/>
<param name="allowScriptAccess" value="always"/>
<param name="wmode" value="transparent"/>
</object>


But, when I call html.getHTML() in IE, what is returned is:

<object style="width:480px; height:360px; display:inline-block;
background-color:black; " type="application/x-shockwave-flash"
data="http://www.youtube.com/v/
tk5SuyoNiYA&rel=0&autoplay=0&loop=0&enablejsapi=1&disablekb=0&egm=0&border=0&color1=&color2=&hl=pt_BR&feature=player_embedded&fs=1">
</object>


Somebody knows what can I do to get the full content?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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