ouyang789987 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

SWFObject fails on Firefox 3.6 with Flash Player 8.x #534

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm implementing a flash the requires Flash Player 9+
2. the SWFObject fails at "var d = t.GetVariable('$version');"

What is the expected output? What do you see instead?
I expected to get the expressInstall or callback function.

What version of the product are you using? On what operating system?
Windows 7

Please provide any additional information below.
Its works in in IE with Flash Player 8

I fixed the issue by changing the line to:
try {var d = t.GetVariable('$version');} catch(e){}, with no handling in the 
catch.

Original issue reported on code.google.com by niels_...@hotmail.com on 2 Feb 2011 at 10:13

GoogleCodeExporter commented 9 years ago
I forgot to mention that its SWFObject v2.2

Original comment by niels_...@hotmail.com on 2 Feb 2011 at 10:14

GoogleCodeExporter commented 9 years ago
SWFObject has been successfully tested in FF3.6. 

I am unable to replicate your issue when using FF 3.6.17

Original comment by platelu...@gmail.com on 16 May 2011 at 11:44