A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading in pictures for a slide show

  1. #1
    Senior Member
    Join Date
    Jan 2002
    Location
    Norfolk, England, UK
    Posts
    203

    Loading in pictures for a slide show

    I have a bar across the top of my slide show which displays thumbnails of pictures, when these thumbnails are clicked i want the big picture to apper underneath. whats the easiest way to do this?

    Thanks, Regards.
    Joe Simon
    joe__simon@hotmail.com

  2. #2
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    Make the thumbnail images into button symbols. On each button you can attach the following :


    on (release) {
    loadMovieNum("myJpeg1.jpg", 100);
    }


    If you load the pictures into the same level each time it will take out the previous one. To position the pictures in a specific spot it may be better to make each picture into a seperate single frame clip and then use loadMovieNum("clipName_mc", 100) instead.

    Mick

  3. #3
    Senior Member
    Join Date
    Jan 2002
    Location
    Norfolk, England, UK
    Posts
    203
    Ok i went to for the movie clip option, but when i click the button its trying to find 'pic1_mc' in the directory...why isnt it looking for the movie clip?
    Joe Simon
    joe__simon@hotmail.com

  4. #4
    Left-Handed Flash User mickbrit55's Avatar
    Join Date
    Nov 2003
    Location
    NJ USA
    Posts
    1,375
    Hiya

    it would be "pic1_mc.swf"

    Mick

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