Open GoogleCodeExporter opened 9 years ago
No that FP 11 is out, are you sure you are running<FP11 on your IE installs?
Does the test suite page work for you (as this was tested in IE8/9 on multiple
windows systems as working):
http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_api_express_install
.html
If it fails, I would do a few things to debug:
1) add in a alert etc to see what version of FP SWFObject is able to detect:
var playerVersion = swfobject.getFlashPlayerVersion(); // returns a JavaScript
object
var output = "You have Flash player " + playerVersion.major + "." + playerVersion.minor + "." + playerVersion.release + " installed";
alert(output);
2) Use the developer tools in IE (like firebug) to inspect the DOM and see what
actually got written to the page.
*** note - depending on your IE settings, it can also block localized activeX
content - please test with content up on a server...
*** this is also true of the Flash player sandbox - unless you give express
permission to the folder you are working within, the FP will throw a security
sandbox error that you local content cannot communicate with
fpdownload.macromedia.com
You will not see any flash content if either of these scenarios are true...
Original comment by aran.rhee@gmail.com
on 15 Oct 2011 at 2:56
No that FP 11 is out, are you sure you are running<FP11 on your IE installs?
Does the test suite page work for you (as this was tested in IE8/9 on multiple
windows systems as working):
http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_api_express_install
.html
If it fails, I would do a few things to debug:
1) add in a alert etc to see what version of FP SWFObject is able to detect:
var playerVersion = swfobject.getFlashPlayerVersion(); // returns a JavaScript
object
var output = "You have Flash player " + playerVersion.major + "." + playerVersion.minor + "." + playerVersion.release + " installed";
alert(output);
2) Use the developer tools in IE (like firebug) to inspect the DOM and see what
actually got written to the page.
*** note - depending on your IE settings, it can also block localized activeX
content - please test with content up on a server...
*** this is also true of the Flash player sandbox - unless you give express
permission to the folder you are working within, the FP will throw a security
sandbox error that you local content cannot communicate with
fpdownload.macromedia.com
You will not see any flash content if either of these scenarios are true...
Original comment by aran.rhee@gmail.com
on 15 Oct 2011 at 2:56
same thing happens with firefox and fp 10.0.22 on winxp
Original comment by iggy.zi...@gmail.com
on 28 Aug 2012 at 10:49
Original issue reported on code.google.com by
RnK...@gmail.com
on 14 Oct 2011 at 2:22