A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: link to page with swf starting on diff frame?

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    24

    link to page with swf starting on diff frame?

    Is it possible to make an html link on one page go to another page and start the embeded .swf on a different frame than 1?

  2. #2
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    in the first frame of your swf
    code:

    if(_framesloaded==frame_number_here){
    gotoAndStop(frame_number_here)
    }



    Hope it helps
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    24

    Thanks, but here is a more detailed explanation of what I'm trying to do...

    I have a page with a .swf in it. When I link to it from a different page, I would like the .swf to start on a different frame depending on the page it linked from. sometimes I'd like it to start on frame one, sometimes frame 10.
    Is there an html paramater I can send in the link to do this?

  4. #4
    AKA [ Paul Bainbridge] webdreamer's Avatar
    Join Date
    Aug 2001
    Location
    Glasgow, Scotland, UK
    Posts
    3,320
    Did a forum search on passing vars to flash through html
    Heres what it came up with:
    http://www.flashkit.com/board/search...earchid=300943

    Hope it helps
    .: To me AS is like LEGO, Only for the big Kids :.
    - Site - Blog - Twitter - Linkedin
    bringmadeleinehome.com

  5. #5
    Junior Member
    Join Date
    Oct 2004
    Posts
    24

    Thankyou webdreamer

    I think I can do this, I'm just going to have to research some of the ideas I got from your search results.
    Thanks Again!!

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