Skip to main content
Participant
December 6, 2010
Answered

How can i resize the avm1 after loaded into the avm2

  • December 6, 2010
  • 1 reply
  • 355 views

i got a avm2 shell to load the avm1 swf.

but after loaded, i don't know how to resize the avm1 to fit the avm2 W&H.....

This topic has been closed for replies.
Correct answer Ned Murphy

Assuming you used the Loader class to load the AVM1 movie, you can change it by changing the width and height of the Loader instance after the AVM1 movie has been loaded (not before).

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
December 6, 2010

Assuming you used the Loader class to load the AVM1 movie, you can change it by changing the width and height of the Loader instance after the AVM1 movie has been loaded (not before).