![]() |
Flash is missing on Dulles, VA IE9 site - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Flash is missing on Dulles, VA IE9 site (/showthread.php?tid=528) |
Flash is missing on Dulles, VA IE9 site - Sergey Chernyshev - 02-04-2011 09:32 AM Looks like Flash is missing on "Dulles,VA IE9 Preview 7" instance. Here's the comparison in 3 browsers and bottom one (IE9) is not showing Flash modules and ads: http://www.webpagetest.org/video/compare.php?tests=110203_7Z_2XZN-l:IE7,110203_GD_2X6B-l:IE8,110203_5R_2X6C-l:IE9 Sergey RE: Flash is missing on Dulles, VA IE9 site - pmeenan - 02-09-2011 02:42 AM I checked both IE9 machines and they both have the 10.2 beta flash player installed (only version that works with IE9). I went to a test site to be sure the flash player is working too. Any chance you're doing some form of version detection for flash and not recognizing the beta? Thanks, -Pat RE: Flash is missing on Dulles, VA IE9 site - Sergey Chernyshev - 02-09-2011 07:53 AM (02-09-2011 02:42 AM)pmeenan Wrote: Any chance you're doing some form of version detection for flash and not recognizing the beta? It is very unlikely - here's our code: var blahSWF = new SWFObject("blah.swf", "blah", "705", "408", "7", "#000000"); blahSWF.addParam("wmode", "transparent"); blahSWF.addParam("allowscriptaccess", "always"); blahSWF.addVariable("videoXMLPath", "/includes/homepage/mediaviewer.xml"); blahSWF.write("blah"); |