I m trying to create a new flow in Salesforce customization part, but I’m getting this error
“You must enable or download Adobe Flash Player version 10.2.0 or later to use this feature. Please download it here”
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
The Salesforce visual workflow designer uses flash! You must install flash on your web browser.
See https://get.adobe.com/flashplayer/ to download
Best is to use Google chrome as it includes flash player on its own.
Method 2
In the last version of plugin “Flash Player”, users must to provide right to run it. Usually it is simply – just click on <object>
of plug-in
Is SF case – this tag is hidden. You need to display this block – that’s it!
In to chrome DevTool – in the dom-tree call “Ctrl + F” and find #flashContent
tag, and switch-off css property display: none
. So, now you should to see the message/button “if you want to start Flash Player…”
I mention – you need to pass this procedure only once ( after reload browser – plugin should be in auto-run mode )
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0