What I would like to do is have one flash swf load and play, and then
upon completion I'd like that SWF to be unloaded, and in its place
another swf with the exact same params be loaded, and all of this
automatically.
I'm wondering if its possible to have one SWF directly under another
and have little or no issues? (if there's better way I'd love to know)
Thanks in advance.
This basically calls a javascript method i call loadNextSWF() on the
current window/page, thing is I don't really know exactly what methods
I should be calling inside my loadnextswf() method. Also I'm not sure
but I'm guessing using navigateToURL which is the equivalent of getURL
is going to refresh the page, which isnt too big of a deal, as I'd
rather stay away from using ExternalInterface. Thanks again for the
help.