A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Slide show

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Posts
    19

    Slide show

    First off, I want to say thanks in advance to anyone who can help me with this problem.

    I am very new to flash, and I was creating a form of a slideshow. The thing is all the information I have seen on here has been slideshows that have buttons on them, and I want mine to switch an image every second.

    The solution I came up with. I inserted the following code on every 12th frame: loadMovieNum("logo.JPG",1); and did this with all the pictures i wanted to load. I am sure there is a better way of doing this. The movie seems a bit choppy with this method. The reason I did this is because I do not want to load all the images becauae they are arounf 30-45 kb a piece and it would take the film forever to load.

    Any ideas in how to make this better would be greatly apprciated. Also, I have read the sound tut, but it was still a little fuzzy. I have a 2 meg mp3 i want to play as the slides move, but again is there a way it can play without having to load the whole file first.

    I have tried mySound = new Sound();
    loadSound = ("music.mp3",true) but it does not seem to work when I put that on the first frame of the main movie.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    For sound check: http://www.kennybellew.com

  3. #3
    Junior Member
    Join Date
    Feb 2003
    Posts
    19
    Thanks oldnewbie, I will take a look at that right now

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