Flash ActionScript 플래시빌더 디버그 로컬실행 브라우저에서 안될때 관련 Debug Flash with Firefox (FlashBuilder 4.7)?
=================================
=================================
=================================
출처: https://stackoverflow.com/questions/45674766/debug-flash-with-firefox-flashbuilder-4-7
It's been awhile since I've had a Flash project, but lo and behold now I do! I'm trying to get up and running with FlashBuilder 4.7 and FireFox. However, whenever I go to debug a project, FireFox claims that no Flash Player is installed and FlashBuilder isn't able to make a connection to the debug player.
I seem to recall having this issue before, and thought it might have something to do with security issues with FireFox opening local files and executing JavaScript.
At any rate, I can't figure it out. Does anybody know a solution to this? Thanks!
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I was about to put the same question to Mozilla, but found this in the process (annoying that it did not come up in a Google search).
- In a new tab, type or paste
about:config
in the address bar and press Enter/Return. Click the button promising to be careful.- In the search box above the list, type or paste
plug*ht
and pause while the list is filtered.- Double-click the
plugins.http_https_only
preference to switch the value fromtrue
tofalse
.
Original post: https://support.mozilla.org/en-US/questions/1171493
=================================
=================================
=================================