Here comes again the false myth of the complexity of embedding
flash... ;-)
it is hard only if you need compatibility with very old browsers...

if you don't have that requirement, I would encourage you to use just
a simple <object> like this:

<object type="application/x-shockwave-flash" data="movie.swf"
width='300' height='200' id="VideoPlayback">
          <param name="movie" value="movie.swf" />
          <param name="allowScriptAcess" value="sameDomain" />
          <param name="quality" value="best" />
</object>

which is also compliant to W3C and, returning to the subject of GWT,
should be easily implementable with UiBinder.
It works for sure on IE8, Firefox 3.6, Safari 4, Chrome 4. These are
the browser I have installed on my computers. The flash player I have
is version 10.

Here you can find all the reference of more available parameter to add
to the object: http://kb2.adobe.com/cps/127/tn_12701.html

Please tell anyone that embedding flash is not so hard and does not
require a complex javascript wrapper object!

(sorry all for the polemic tone ;-) )

Bye!
Cristiano






On 7 Feb, 00:54, charlie <[email protected]> wrote:
> Anyone have a GWT wrapper for SWFObject  http://code.google.com/p/swfobject/?

-- 
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