A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Image Gallery

  1. #1
    Blue Haired Muppet

    Join Date
    Jul 2000
    Location
    ----->
    Posts
    443

    Image Gallery

    Hey guys,

    I was just wondering if anyone knew of an easily updateable flash image gallery. So that if you upload an image to the server it will pop it in there. Couldn't find one in the movies section.. doesn't have to be free, but free is always nice. Any suggestions are appreciated! Thank you.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    that would require the use of some 3rd party server script..like PHP for instance..

    (or you manually updating either an external.txt file or the .fla itself.)

    flash can NOT (by itself) read/scrape a folder/directory and return all the files in there.

    with the use of PHP and the readdir() function it can.

    then what you would it take the feedback/return from this PHP script..and dump the file names into an array..and then loop through them.. loading each

    onPress{
    containerClip.loadMovie(imageArray[i]);
    i++;
    }


    in its simplest form..

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