way2quik Posted October 19, 2007 Share Posted October 19, 2007 Hello there, I don't know what seems to be the problem. I have Adobe Flash player 9 active x installed and for some reason when I try to click on "clipboard" using this link http://bot.page.us/?search=zombie&status=online, it says Flash not installed. I have Java sun enabled under IE options under Advanced as well. Link to comment Share on other sites More sharing options...
Tom Swiss Posted October 21, 2007 Share Posted October 21, 2007 This is cause by the website javascript code but not your IE brower and Flash player. The javascript not work with Flash player 9. var flashinstalled = 0;if (navigator.plugins && navigator.plugins.length) { x = navigator.plugins["Shockwave Flash"]; if (x) { flashinstalled = 2; } else flashinstalled = 1; if (navigator.plugins["Shockwave Flash 2.0"]) { flashinstalled = 2; } } else if (navigator.mimeTypes && navigator.mimeTypes.length) { x = navigator.mimeTypes['application/x-shockwave-flash']; if (x && x.enabledPlugin) flashinstalled = 2; else flashinstalled = 1; } Link to comment Share on other sites More sharing options...
Recommended Posts