loadMovie?
loadMovie?
- Started
- Last post
- 0 Responses
- rizingdamp
Im trying to load a .swf into another movie
works fine if i do this:
loadMovie("p1.swf", this._parent.background_target);
but wont work if i try and pull in the name of the movie i want to load from a variable, like this:
loadMovie(this.thisno, this._parent.background_target);
what am i doing wrong?