Hi, yesterday I tried to upgrade to v2.1 after studying the migration topics. In my case (swfObject v2.1, FF3) is not working when I do use percentage width/heigth. If I replace with absolute px-width/heigth then it seems to work. Allso in IE7 swf is not loaded, if i turn to absolute widht/heigth it works OK. Anybody any clue?
testcode below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script src="../../scripts/cms15/js/swfobject_1.5.js" type="text/ javascript"></script> <script type="text/javascript"> var flashvars = {}; var params = {}; var attributes = {}; attributes.id = "fcID"; swfobject.embedSWF("test.swf", "myAlternativeContent", "100%", "100%", "9.0.0", false, flashvars, params, attributes); </script> </head> <body> <div id="myAlternativeContent"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/ get_flash_player.gif" alt="Get Adobe Flash player" /> </a> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" 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/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
