Is there a way to ask Flash Player if it plays any SWF files, and if so, which are they ?
I guess it’s easy to check for running SWFs in the browser.
I was wondering if any other application has flash content running… can I detect that and access the swf ?
There is no such information to retrieve from Actionscript directly (it would be really bad security-wise).
A workaround would be to check the total memory used by FP to detect if something else is playing (but you wouldn’t know what)