A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Image Transitions / slideshows

  1. #1
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632

    Image Transitions / slideshows

    To anyone out there who is interested in image transitions / slideshows...

    I'm looking for people who want to test this swf application I wrote. It's entirely written in Koolmoves and nothing but actionscript code. I'll share the code as soon as the application is tested.
    If you find bugs please tell me.
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Sep 2002
    Posts
    106

    Very nice !!

    As I'm looking for a way to maintain the quality of images in a flashmovie this script is great. I tested it and it seems to work fine.
    www.flashflow.be

  3. #3
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Well, here it is.

    The previous version of my Image Transitions had a few minor bugs.
    This one hopefully doesn't .

    The noloop="true" had been changed to loop="false". I had to change it to make it possible to loop to a specific slide.

    Besides that I added four transitions as an example of how movieclip.curveTo can be used.

    I believe the swf file itself is interesting for more people than the source so I decided to post them apart in two different zip files.

    This one contains the compressed swf file, a brief decription and an example. My next post contains the source.
    Attached Files Attached Files

  4. #4
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    And now it's time to share the fun (the source).

    It's 500+ lines of actionscript code. At some points it may be a bit messy and I'm sure you can do the same with less code and variables so go ahead and improve it...

    I hope sharing it will help others to create.

    Wilbert
    Attached Files Attached Files

  5. #5
    Senior Member
    Join Date
    Sep 2001
    Location
    Australia
    Posts
    379
    Just brilliant!
    Are you going to post this on a site somewhere or can I post it as an example on my site ? (with credit to you of course)

    Hilary

    --

  6. #6
    Junior Member
    Join Date
    Jan 2003
    Posts
    1

    Add images

    hi
    sorry but I'm new on this, and i wanted to know how to add more images to show with this Image Transition.
    do i have to modify the xml files? How??
    i would like to show 50 images.
    thankyou very much

  7. #7
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Hi Karimar,

    You are right. The xml file contains all the information and should be changed.

    Just add more slides...

    <slide img="imageName.jpg" effect="effectNr" pause="Pause">
    Comment
    </slide>

    You can edit the xml file with a simple text editor like notepad.
    I hope this will help. If you still have questions, just ask.

    By the way... I found a little bug when the user chose changed the height of the comment text. Here's an updated version.

    Wilbert
    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