Reposition Loaded External SWF
Hello there this is the files that I have..
Main.swf | News.swf
In the news.swf, it contains the information and you can scroll up and down. I want to load the news.swf into the main.swf. I have tried using the loadMovie() function but for some stupid reason it doesnt display the text. Its so stupid. But when I use the loadMovieNum() function it loads everything including the text content and I can scroll up and down. But my big problem is I wish to use the loadMovieNum() function but I cant reposition it to where I want. I would like to know exactly how I can reposition the file. Here is the coding that I have in an empty movie clip called "loadmovie" in the main.swf file
loadMovieNum("news.swf", 1, "POST");
___________________
RoB
