Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

132 users online



Reposition Loaded External SWF

Reposition Loaded External SWF

Currently viewing this thread: 1 (0 members and 1 guests)


mcrob

mcrob

Neverside Newbie
Status: Offline!

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

fmx

fmx

null
Status: Offline!

for loadmovie(), did you try making a empty mc in the main swf?

Code:

//main swf
empty_mc.loadMovie("news.swf");
empty_mc._x=10;
empty_mc._y=10;

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0062 seconds.