Debug version of Adobe Flash Player - allows to trace and debug a Flash Player application
Questions tagged [flashplayer-debug]
12 questions
4
votes
1 answer
Flash Player Projector post 2020
We have an internal Flash application current running in browsers.
Can we use Flash Player Projector app post 2020 and configure our SWF URL to run in this application.
Will the Flash Player Support End from Adobe impact the way we can use the Flash…

Kishore Kumar
- 12,675
- 27
- 97
- 154
3
votes
3 answers
Debug Flash Player is NOT showing error popups
I have installed the debug flash player for my mac, as explained in various articles. The problem I have is that the player doesn't show the errors - which I as a tester need to see.
Version check tells me that I have MAC 10,2,153,1 both in Chrome…

peetasan
- 848
- 11
- 17
2
votes
0 answers
FB Profile says "it is a gc root", but it seems wrong?
People like flash builder profile tool very much.But recently, a problem came to me when I tried to find a memory leak. Here is the simplified sample.
package
{
import flash.display.Sprite;
import flash.sampler.pauseSampling;
import…

ForbetterCoder
- 89
- 3
1
vote
2 answers
Javascript to check if there is flash player installed and redirect to the neededn page
I have this script. This determines if there is a flash player installed in the browser, it redirects the browser to a flash website. if not, then it opens a non-flash website.
The Code is here: