A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Dynamic Image Problems

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Posts
    6

    Dynamic Image Problems

    Hi guys. Been tackling with this problem and can't seem to fix it. Wonder if any of you know a solution.
    I've loaded images into a empty movie clip using loadMovie("image", image_mc)
    The image loads fine, however, after the movie loops the image seems to unload itself from the movie clip.
    The obvious solution would be to reload the image into the clip on the first frame, but it seems stupid to endlessly reload the file every loop. THis is intended to be a image slideshow.

    Any ideas?
    (Using Flash CS5)
    Last edited by Bottswana5; 08-25-2010 at 07:57 AM.

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    If the image loads in the first frame, why not gotoAndPlay(2) instead, so you don't revisit that first keyframe?

    gparis

  3. #3
    Junior Member
    Join Date
    Aug 2010
    Posts
    6
    That's exactly what im doing, but when the timeline goes back to frame 2 as a result of this, all the image placeholders are empty.

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    And the image placeholders are on which keyframe of that looping movieclip?

    gparis

  5. #5
    Junior Member
    Join Date
    Aug 2010
    Posts
    6
    The placeholders are on the first frame keyframe along with the actionscript that loads the image.

  6. #6
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    Then it's something else. more info or a stripped down .fla would be required for further help.

    gparis

  7. #7
    Junior Member
    Join Date
    Aug 2010
    Posts
    6
    Fla file sent via board Private Message.

  8. #8
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    Can you attach it to your thread instead?

    gparis

  9. #9
    Junior Member
    Join Date
    Aug 2010
    Posts
    6
    See attached
    Attached Files Attached Files

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