[SWFObject] suggestedFeature

DL dl.lists at ntlworld.com
Thu May 4 14:18:44 PDT 2006


On 4 May 2006 at 17:00, Steve Norris wrote:

> Any idea how to modify a movie object's parameters after 
> it has been embedded?

If it is only wmode parameter you want to modify after loading any 
SWFObject movie you can probably achieve the same effect by 
having two overlaid divs .. in same left, top, width, height position

one containing the SWFObject .. with wmode=transparent
the other behind the SWFobject div .. and you can then dynamically 
manage opacity of the underlying div to make it transparent or not.

See the "change opacity" example in the CSS test site (earlier link).

This has the advantage of working across all browsers.

DL





More information about the Swfobject mailing list