Post Reply

You must log in to post.

Tsunami Text Menu
  1. hello

    i would like to know how i can change in the xml file and fla file url=“http://www.flashcomponents.net” to gotoAndPlay(””);

    i would ike to use this menu to navigate into my flash application, i don‘t want to have an external link

    thanks for your help

    xv

    Posted 5 months ago #
  2. Bettina
    Inactive

    Has bought the file

    Hi I have the same issue as the previous user – could you clarify?
    I need it to go to and Play another movie in my Flash project.

    Posted 1 month ago #
  3. redkip
    Author
    Member

    Hello,


    In order to play another movie, go inside the code in Flash. In the function addMenuItems insteed of getUrl you write gotoAndPlay(your frame name/number).


    function addMenuItems(){
    ..................


    this[instance].onPress = function(){ getURL(this.url, “_blank”);—here you make the change }
    }

    Posted 1 month ago #