Track Flash Variables across multiple Articulate slides

How do you get multiple Flash files to track the same information across multiple Articulate slides?
The key lays in Flash’s _global property. The _global property refers to an object that exists at the highest level of a swf and is therefore accessible by any other swfs loaded into it. We can take advantage of that by tucking our variables into it.
The two key things to remember here are:
- You need to target Flash Player 7 (or higher) when you publish your swfs.
- When inserting your swf choose the “Movie plays independently” option.
Download files: global.zip
Here is a quick screenr on how to do it:
















