how is it done (flash)
- Started
- Last post
- 5 Responses
- Drno
I've done my share of googling, but right now i can't see the light,
how do you set an externally loaded movie clip to load 100% of the background without having to resize the whole animation,
ex: http://resistex.it/Site/home.htm…
its been bugging me for days, this is what i get, when i try to load it at 100%
http://neofuturism.com/test/tecn…
- st33d0
My guess:
Resizing the Stage by javascript.
Your interface sits on one MC that is positioned relative to the dynamic stage. The background is an MC which is stretched over the stage.
Your example seemed a bit choppy - which would be evidence of some polled events going on.
- Nairn0
Are you using scale="noscale"?
Do either of these help?
http://julian.empiregn.com/2005-…
http://www.kprotutorials.com/fla…
- MarvynDT0
Are you resizing the movieclip AFTER it has finished loading? Also, there are odd instances when the actual width/height values are not updated within the same frame where the actual loading is 100% complete. You may need to create some type of timing delay before you resize the movieclip.
- st33d0
Ah wait. javascript not needed.
http://www.tutorio.com/tutorial/…
Demo:
http://www.robotacid.com/misc/st…
Source:
- Drno0
st33d, nairm and marvyn
you guys rock, exsactly what i've been searching for,
thanx a lot