já saiu nova versao do swf object 2.1 com correções para o ie 5.0/5.5, safari etc….
veja a baixo:
SWFObject 2.1 addresses the following issues:
- Memory leaks in Internet Explorer. There were 2 categories of memory leaks: small ones caused by the library’s structure (use of closures) and use of events, and big leakage that was related to dynamic publishing and Adobe’s External Interface (note: also available in SWFObject 1.5)
- Internet Explorer 5.0/5.5 support issues
- Script errors in Internet Explorer in case an
objectelement is removed during a visit - Alternative content display issues for Safari 3+ with plug-ins disabled
- Removal of
isDomLoadedtests from various methods of the public API to enable that dynamically inserted scripts - including bookmarklets - can use these functions - Dynamic publishing could previously fire multiple instances of Adobe Express Install
- Fixed dynamic publishing reference issues when using a shared
paramorattributesJavaScript Object
It contains the following enhancements:
- New explicit SWF removal code - especially needed to completely and safely remove a SWF in Internet Explorer - via the new
swfobject.removeSWF(idString) - Shortened Flash version strings can be used, so
"9.0.0"can now be written as"9" - For dynamic publishing now
0,null,falseor{}can be used when noflashvars,parametersorattributeshave to be defined (previously you could only usefalseor{}) - Added a filter to the
swfobject.getQueryParamValuemethod to secure the library from XSS attacks (Geoff will publish a more detailed security advisory soon
fonte: swffix