I'm trying to fix this Data Analyzer script which generates flash charts, works fine in the Edge but bugs in chrome somehow by not showing the results.
(works in Chrome locally)
Can anyone please suggest me how to upgrade or fix this?
I'm trying to fix this Data Analyzer script which generates flash charts, works fine in the Edge but bugs in chrome somehow by not showing the results.
(works in Chrome locally)
Can anyone please suggest me how to upgrade or fix this?
To view your Flash content in Chrome, you have to do following steps:
1) Whilst on your page, click the green padlock icon in address bar.
2) Go to Flash settings and change from
Ask (default)
intoAllow
(for all future visits).3) click
Reload
in the notification pop-up (or just refresh page).This is because you're not directly embedding any Flash content (a
.swf
file) in the page, your DataAnalyzer.js is dynamically adding adiv
for the SWF later on with code like this:This kind of dynamic embedding is also a trick used by malicious sites so it's blocked by default. If you have other end-users, then they too must do those 3 steps in their own Chrome browsers.