I have a page which has some flash buttons that I need to locate. The typical way of locating these objects through Firebug (Firepath addon) does not help because they are meant to locate only HTML DOM objects.
What I know after a lot of internet surfing is that the flash objects on a page have some Actionscripts which if exposed, can be handled by javascript. My doubt: How to expose these actionscripts? Is there a way to SEE these actionscripts?
I am using OS: Ubuntu 12.10, Browser: Firefox