Is there a way to detect the current level in flash in order
to then add to this, to bring in the next file. I want to load a
new .swf into the next highest available level on top of the latest
.swf which will be at the current highest level.
create an array. every time you instantiate a level, store
that level in the array. every time you unload a level, remove it
from the array. any time you want to know the topmost level, check
the array.