Ok I have been at my project for about 2 weeks trying to sort
out this problem with the loader control in Actionscript 2.0. The
main problem I have is that the loader works perfectly in Mozilla
Firefox (the content stays in the controls bounds (scale content =
true)), but when run in say, Internet explorer, the loader content
actually scales outside of the loaders bounds while scale content
is on(scale content for some reason becomes false), then when I
reload that picture, it continues to work normally.
Quick overview of the problem:
(first picture, never loaded before | scale content = false)
(next picture, never loaded before | scale content = false)
(first picture, previously loaded before | scale content =
true)
(next picture, previously loaded before | scale content =
true)
If anyone knows the problem please tell me. I'm just confused
why it works just fine in Firefox and not in any other one.
Thanks.