Edit .fla file in Adobe Flash cs3 v9

Discussion in 'HTML & Website Design' started by cpsarros, Mar 3, 2009.

  1. #1
    Hi All,

    I am a newbie to this site and I would like some help with an fla file I am trying to edit.

    There is a pre-existing link and I want to edit it. I have found the area in which I thought it was the right place to edit it, but there is no link there. But once the flash plays there is a link.

    I am a novice but I do have IT experience. Flash is a new thing for me and this is a little frustrating :)

    Can anyone help please.
     
    cpsarros, Mar 3, 2009 IP
  2. cpsarros

    cpsarros Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Actually it seems that I have found a way to edit it.

    This is a template I have and when I edit the movie clip in the library then hit F9 it brings up the actions. It is getting its URL from a txt file in the root of the site.

    How can I make this movie clip refer to a URL from within the fla file and not reference the txt file?
     
    cpsarros, Mar 3, 2009 IP
  3. higreg7

    higreg7 Peon

    Messages:
    469
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This would be the code in AS2:

    myMc.onRelease = function(){
    getURL("http://www.google.co.uk/", "_blank");
    }
     
    higreg7, Mar 4, 2009 IP
  4. cpsarros

    cpsarros Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    All I see is this.

    this.loadVariables("_urls.txt")
    Stage.showMenu=false;
    stop();


    that urls.txt file contains links.

    Also is there anyway to display the flash file at its completed stage, at the end of its animation.
    I want to be able to display the flash at the top of the page as in the home page but I don't want it to play, I just want it to be there already at its end.
     
    cpsarros, Mar 4, 2009 IP