A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Automatically load webpage

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    2

    Automatically load webpage

    If this is a repeat, I'm sorry, but I've been looking through the forums for while and not and have yet to find this.

    How can you load a webpage automatically when the movie is done playing.

    Basically I have just a simple screen with some text effects, and when the movie is done I want it to go to like welcome.htm or something like that without the user actually doing anything.

    Thanks in Advance

  2. #2
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    This i did as a joke about two years ago.
    http://home.att.net/~diversioncentral/aviation.html


    This is a version with the latest koolmoves version. It will count up to 5 the go to a new website.

    http://home.att.net/~diversioncentral/loadurl.html

    The fun fuile is here
    http://home.att.net/~diversioncentral/loadurl.fun


    I hope this is what you want.
    Any programming language is at its best before it is implemented and used.

  3. #3
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890

    Re: Automatically load webpage

    Originally posted by jasonaharris
    Basically I have just a simple screen with some text effects, and when the movie is done I want it to go to like welcome.htm or something like that without the user actually doing anything.
    Simple enough:
    For the last (animation) keyframe add this script:
    getURL("welcome.html","_self");
    stop();


    that's all.

  4. #4
    Junior Member
    Join Date
    Apr 2004
    Posts
    2

    Thanks

    Thank you both, I thing I have it all figured out 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