Not long ago, I answered a forum question at Community MX where the solution arrived entirely because I used the Debugger panel to find what I needed. The developer’s issue took all of ten seconds to pinpoint, but it solved a real need. It couldn’t have been easier, either, so I’ll share what I did, hoping it helps someone else just as quickly.
The need was this: the developer was using the MediaPlayback Component (a precursor to the FLVPlayback Component) and wanted to disable a tiny, built-in triangle button that toggles a zooming/fullscreen-view of the FLV. The Component Inspector panel shows no parameter to configure this button, and it doesn’t appear anywhere in the Components Language Reference. What to do? Debugger panel to the rescue. Keep reading »