Question
implications of using loadMovieNum()
If I call one swf from another using
loadMovieNum("name.swf",0) will the
second swf be executed in the context of the first one or it will run as if
it was called directly?
In other words will it be the sama name space and I should expect conflict
between variables names?
Also will the second swf inheirit parameters of the first one such as
framerate?
second swf be executed in the context of the first one or it will run as if
it was called directly?
In other words will it be the sama name space and I should expect conflict
between variables names?
Also will the second swf inheirit parameters of the first one such as
framerate?