XRayViewer
All this little app does is host the XRay connector and let you load a local swf. Then it displays the swf with some simple controls to play/stop/advance/back. The big benefit is you can then use XRay to inspect the swf without changing any code around.
Compatibility
Right now, it's rather limited in the swf's it can load. They must be AVM2 (ie. targetting flash player 9, made by Flash CS3 or FlexBuilder 2/3) Flex apps don't work - There's a sandboxing issue I need to work on.
So what's it good for? A Flash designer gives you a swf and you want to see how it's organized.
Screenshot

Quick intro on how to use this.
- Install XRayViewer
- Run it
- Click the "Open Swf" button
- Select a swf to view.
It should be displayed, and you can use the stop/play/advance buttons to manipulate it. - Click the "Xray" button on the right.
A webpage with the XRay admin interface will open. - Copy the path to the movieclip from XRayViewer (stage.root1.XRayViewer0.movieCanvas.baseClip.instance93 in that screenshot)
- Paste it into XRay and click the GO button

- Select the sub component of your swf to view & manipulate it.

Downloads
AIR File: XRayViewer.air
Assuming you have Flash Player 7 or higher, you should be able to simply click the badge at the top of the page to install the AIR runtime and the application.
License
This application is licensed under the MIT license.
Copyright (c) 2008 Marc Hughes
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Rogue-Development.com