A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: simple question i think

  1. #1
    Junior Member
    Join Date
    Jan 2004
    Posts
    19

    simple question i think

    if i have a jpg in my library and i want to load it into a movie clip on the stage i would use what command?

    or do i have to load them into the frames to access them?

    oh, that reminds me.... whenever i go to import some jpgs say 600x800px (named 001.jpg, 002.jpg, 002.jpg....)and it does the whole "this appears to be part of a series..." and i say yes, load sequentially -- they always come in smaller than original -- 384x288.... Is there a way I can load them in the correct size?
    Last edited by dzr_rtw; 02-17-2004 at 06:41 PM.

  2. #2
    Create a MovieClip that contains the JPG. Set the linkage to export for Actionscript, then when you want to load the jpg, you can use attachMovie and use the linkage name. You could also keep the JPGs external and use LoadMovie to load them into the movie dynamically.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center