Warning: include() [function.include]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include() [function.include]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3468

Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382

Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382
XRay AS3 post + XRayViewer source « Marc’s Musings

XRay AS3 post + XRayViewer source

John Grden posted an updated guide to using XRay with AS3 on his blog. I figured I’d post here since he posted a link back to my XRay Viewer page.

If you’ve never heard of XRay before, it’s this amazing tool to inspect swfs while they run.  You can see visual objects, runtime tracing, and even manipulate some of that to see how things look.

XRay Viewer is a simple application that hosts the XRay connector and loads a swf that you can look at through XRay.  It’s a no-code-change way of using XRay.

If you want the source for XRay Viewer, you should be able to just install it, right click and select “View Source”… but that doesn’t seem to work with the latest version of it.  Someday I’ll fix that but for now, here you go:

XRayViewer-src.zip

It’s really nothing special, but it can make working with swfs from designers easier. If you just want to install, there is an AIR install badge on the XRayViewer page that makes it easier than building.

1 Response to “XRay AS3 post + XRayViewer source”


  • Thanks for this. I recently purchased the friendsofed open source flash book, and was having a hard time following the install and config for AS3. Thanks again.

Comments are currently closed.