background resizing

  • i found a script that resizes background images and it works fine in flash 7.when i try to publish it flash 8 it does not work.can someone please help me with this issue.thank you very much.


  • I tried your correction and published to flash 8 and still did not get it to work. Would u be kind enough to post an fla that i can study. I thank you for ur response and I hope this is not too much of a bother.Thanks.


  • can someone please help me with this issue.Any help/suggestion would be greatly appreciated.thanks.


  • Just checked the above concatenation and it works fine on its own. Must be a problem in your file. Don't have time to check right now. Sorry.

    Pablo.


  • Try changing line 85 from...



    my_mcl.loadClip("backgrounds/bg-" add randomizer add ".jpg", background_mc);




    to this...


    my_mcl.loadClip(["backgrounds/bg-" + randomizer + ".jpg"], background_mc);




    Pablo