A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: photo album

  1. #1
    Ivor1 ivor1's Avatar
    Join Date
    Aug 2006
    Location
    Dundee, Scotland
    Posts
    478

    photo album

    I want to create an offline wedding photo album which allows the user the option of viewing an automated slideshow of the jpegs. Having set the stage
    by frame 1070, pressing the "automated slideshow" button should cause the relevant "show_mc" to run.
    But it wont.
    (The top two layers,"actions" and "slides" are the ones in question.)
    I've only been learning Flash for a couple of months and I'm probably doing something silly.
    I'd really appreciate the help .

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    button - instance name - autoplay
    movieclip - instance name - show_mc - first frame of clip has - stop();
    main timeline frame actionscript (on same frame as button and clip) -
    Code:
    autoplay.onRelease = function(){
    _root.show_mc.play();
    }
    close ??

  3. #3
    Ivor1 ivor1's Avatar
    Join Date
    Aug 2006
    Location
    Dundee, Scotland
    Posts
    478
    Thanks for the help but it's still not working. I've tried to send the fla in an attachment but it keeps coming back as an invalid post.Not my day, cheers anyhow.

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    zip the fla and attached to the forum, or upload to some webspace and link here
    ps .. mx6 or mx2004 for me

  5. #5
    Ivor1 ivor1's Avatar
    Join Date
    Aug 2006
    Location
    Dundee, Scotland
    Posts
    478
    I've tried uploading the file in zipped and unzipped form five times but it keeps getting rejected - "Invalid Post". Perhaps, it's the size - 35mb. I may try constructing a smaller example of the problem. I apppreciate your offer to help though.

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