A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] Add Pages To an XML Gallery

  1. #1
    Ctrl Z Ctrl Z F1 Ctrl Z Ctrl Z PONYACK's Avatar
    Join Date
    Nov 2005
    Location
    North Carolina
    Posts
    202

    [F8] Add Pages To an XML Gallery

    Hi,

    I am loading images using an XML file.

    Currently the page will only hold 10 tumbnails.

    If I have more than 10 I will create a button that will let the viewer load the next set of thumbnails/images.

    I am not sure how to code for this...any ideas or tutorials would be a great help.

    Thanks,

    Ponyack

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    well how are you displaying the images now?

    you can load ALL images into one container.. and then just scroll that..

    or make a thumbnail container 'template'... where each template holds 10 thumbnails..
    you load your XML up..divide it into groups of 10 (and leftovers)..
    and use that as your source to load into each thumbnail template..

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