Results 1 to 3 of 3

Thread: Specific question on Flash transitions (javascript?)

  1. #1
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Specific question on Flash transitions (javascript?)

    Okay, I have a flash file saved as .swf it loads in the browser fine with the <param> tags and everything. However, after it finishes playing it just stays on that blank page. I need it to play once then auo-load another page (so it becomes a welcome movie).
    How do I engage the auto-load??
    with a window.link.href="LINK" trigger? But how exactly? thanks.

  2. #2
    Join Date
    Aug 2007
    Location
    Harrisburg, PA
    Posts
    131
    Thanks
    6
    Thanked 9 Times in 9 Posts

    Default

    not a 100% sure what your asking here but i believe what you asking is how at the end of your flash animation to automatically go to another page?

    easiest way i know of that also works fine is to just add 1 extra key frame at the end of you movie with a geturl code in it

    when your animation reaches that frame it will automatically go to the url you gave it if you want to be in the same window as the first animation make sure you give it _self

    ex.

    getURL("http:www.google.com",_self);
    stop();


    if you want it to be a seperate window jsut change _self to _blank.


    like i said not a hundred percent sure if that was what your looking for but i hope it helps

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    If you have access to the .fla, then what punstc says is the way to fix it.

    If not, use a meta tag redirect (specifiying the lenth of the flash intro/movie within the tag.)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •