A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Load movie

  1. #1
    Senior Member
    Join Date
    Sep 2000
    Posts
    100

    Post

    Hello,
    Maybe I'm missing something here, but I can't seem to get my movie to load another movie. I went through all the steps, but it didn't seem to work. Did I miss something? Is it supposed to work when you test the main movie in the browser?
    Thanks,
    M

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    If you are testing from within KoolMoves, all files need to be in the same directory as ~player.swf.

  3. #3
    Senior Member
    Join Date
    Sep 2000
    Posts
    100
    Originally posted by Bob Hartzell
    If you are testing from within KoolMoves, all files need to be in the same directory as ~player.swf.
    I copied the ~player.swf file into the directory with the .swf and .html files, and I still can't get it to load. Will you please list the steps, so I can make sure I'm doing it correctly? Thanks.

  4. #4
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    when you test in a browser from KoolMoves itself it will play from a temp directory. All of your files must be in that directory

    The directory will be something like:

    C:\Program Files\KoolMoves V1.55\

    The other way to test it is to export then open your browser and hit type:

    C:\ as the address. Browse until you find the exported SWF and then play it.

    All of the files must be in the same directory regardless of where it is located (locally or on your server) or it won't work right.

    The exception to this is if you want to get the Full URL. Lets say you had 1/2 your movie on server a and the other 1/2 on server B (I know this question will eventually be asked) you could type the full adress IE;

    http://www.myISP.org/my directory/movie a.swf and http://www.my2Isp.org/directory name/ movie b.swf

    The problem is that you need to now the exact URL before hand and chances are you will not know this until you upload.

    If the above URL's show as links don't hit them they are ficticious.

    I hope that helps.




  5. #5
    Member
    Join Date
    Aug 2000
    Posts
    50
    Can you do a make-shift preloader using the load movie command? If so, how?

  6. #6
    Senior Member
    Join Date
    Sep 2000
    Posts
    100

    Smile

    Thanks, guys, that got it!

  7. #7
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    Originally posted by WebExec
    Can you do a make-shift preloader using the load movie command? If so, how?
    Yes. Although I prefer to use the get URL command.

    On the last frame insert these actions;

    Stop Movie- stops current movie from playing- you could have it loop.
    Get URL

    Make sure that the URL that is loading has the same look as the first one.

  8. #8
    Member
    Join Date
    Aug 2000
    Posts
    50
    How exactly does that preload the movie?

  9. #9
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    I left out something.

    To pre-load the movie the movie that you are preloading needs to have the pre-load feature activated.

    This feature is found under Movie>Advanced>Preload and set it to 100%

    The advantage to this is that you can have something other than Loading on the page.
    Becuase the first movie will play until the next movie is fully loaded.

    To just preload just pre-load a movie use this function.


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