_root.contents.loadmovie

well at the end of a swf i have the above code , and it loads another swf into that one but the thing is, the swf its loading has different dimensions,so it doesnt display the entire swf. is their anyway of making the swf im loading into change its dimensions to accomodate the bigger .swf?

i tried searching but could find anything

Hmm try checking the file i posted on thread “unloading animation”.
:slight_smile:

well that does really help ,becuase your main file is big enough to accomodate the other .swf’s.
my main .swf is smaller that the one im trying to load into it.

You are trying to load a movie 300X300 inside a 200x200?
Is dat ur idea?

well the animation is gonna be displayed in a normal browser ( width=100% height=100%), so if this isnt possible then instead of having root load ill just have it load a new page instead.

Yea, you will have to do dat

*Originally posted by claudio *
**You are trying to load a movie 300X300 inside a 200x200?
Is dat ur idea? **

yes
well,more like 1000x600 into a 800x600

well, dats not possible

**** it
thanks anyway

well, what are u trying to do?

ive laready explained. but its ok ill just make it load a new page, no problem.