Results 1 to 3 of 3

Thread: Link to External Flash File Frame

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

    Default Link to External Flash File Frame

    Hi, I'm new to Flash am trying to link to an external site, which consists of a single flash file, and load a specific frame. The actionscript code I have attached to the button so far is as follows:

    Code:
       1.
          on (release) {
       2.
              getURL("http://www.tinhorse.com", "_self");
       3.
              gotoAndStop("we_see");
       4.
          }
    The link takes me to the external site as required but does not load the correct frame. It looks like gotoAndStop function is not being passed on to the external flash site but I can't work out why.

    Any help with this would be appreciated.

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

    Default

    Are you trying to go to a frame on the site you are linking to??

    If so, that's not possible.

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Sure it is possible. LOL, just tricky. It also all depends on the use. Most is hard to do (I haven't found anything in Flash yet that was completely impossible)

    You can use get and post with PHP but the easy(er) way is to use FlashVars.

    Of course you have to embed correctly and all that.

    My question is, if the page sends you to the stand alone movie, why go to a specific frame? And if needed, why not make that the first frame of the movie and call it good?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •