Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Flash Menu


    hi all

    ive been struggling with a flash mx movie for sum time and im about t
    give up all hope of finding a fix. if you download the flash fla fil
    from here - [url]http://ictsupport.topcities.com[/url]

    my problem is with the links on the menu, when u click on a menu butto
    it will take you to the specified web page but it opens it in a ne
    window, does anyone know how to open the link in the same window?

    thanks for all your help.

    p.s if any1 can get the buttons on the menu to work can u plz email th
    fla file, my email is [email]valentino000@hotmail.com[/email].

    also, all of you are free to use this menu in ur sites, its good t
    share :

    Ma
    -----------------------------------------------------------------------
    Posted via [url]http://www.forum4designers.co[/url]
    -----------------------------------------------------------------------
    View this thread: [url]http://www.forum4designers.com/message31495.htm[/url]

    Maf Guest

  2. Similar Questions and Discussions

    1. xml and flash menu
      Hi, I am using a flash menu with an xml config file. all works fine, except for the fact that when i click on any aother menu item than "home" it...
    2. Pop-up menu behind flash piece
      Hello, I first had a problem with the pop-up menu showing up behind my flash piece, I found other posts that have helped me solve this problem,...
    3. a Flash Menu and Coldfusion,but how to do the menu notrefreshed?
      well, here is the problem : i've got a flash menu that is expandable, inserted into a html array in a CFML page. I included it into all the pages (...
    4. Help with a Flash menu
      I have a simple flash menu working. Here's how it works: +Menu 1 +Menu 2 +Menu 3 Click any one of them and a sub menu becomes visible by the...
    5. Flash Pop-up Menu question
      I have created pop-up menus before on complete flash sites, but my question is as follows: Let's say I have a top horizontal navigation that is...
  3. #2

    Default Flash Menu


    hi all

    ive been struggling with a flash mx movie for sum time and im about t
    give up all hope of finding a fix. if you download the flash fla fil
    from here - [url]http://ictsupport.topcities.com[/url]

    my problem is with the links on the menu, when u click on a menu butto
    it will take you to the specified web page but it opens it in a ne
    window, does anyone know how to open the link in the same window?

    thanks for all your help.

    p.s if any1 can get the buttons on the menu to work can u plz email th
    fla file, my email is [email]valentino000@hotmail.com[/email].

    also, all of you are free to use this menu in ur sites, its good t
    share :

    Ma
    -----------------------------------------------------------------------
    Posted via [url]http://www.forum4designers.co[/url]
    -----------------------------------------------------------------------
    View this thread: [url]http://www.forum4designers.com/message31496.htm[/url]

    Maf Guest

  4. #3

    Default Re: Flash Menu

    Maf wrote:
    > hi all
    >
    > ive been struggling with a flash mx movie for sum time and im about to
    > give up all hope of finding a fix. if you download the flash fla file
    > from here - [url]http://ictsupport.topcities.com[/url]
    >
    > my problem is with the links on the menu, when u click on a menu button
    > it will take you to the specified web page but it opens it in a new
    > window, does anyone know how to open the link in the same window?
    >
    > thanks for all your help.
    >
    > p.s if any1 can get the buttons on the menu to work can u plz email the
    > fla file, my email is [email]valentino000@hotmail.com[/email].
    >
    > also, all of you are free to use this menu in ur sites, its good to
    > share :)
    >
    >
    > Maf
    > ------------------------------------------------------------------------
    > Posted via [url]http://www.forum4designers.com[/url]
    > ------------------------------------------------------------------------
    > View this thread: [url]http://www.forum4designers.com/message31495.html[/url]
    >
    i haven't seen the fla, but i would bet that you're using getURL
    function, so just use getURL('your link','_self');
    HTH
    Pedro Furtado Guest

  5. #4

    Default Re: Flash Menu

    Maf,
    I see what you want to do. You want to keep the menu on the screen on one
    side while the menu comes up on the other....
    Are the other screens SWF files or HTML?
    If they are HTML (im guessing this is what you want), you have to build
    your web page in HTML also using frames. Then you can direct your new pages
    to come up in a specified area while keeping the menu file on the page!

    Take care,
    jr
    "Maf" <Maf.zxg4n@mail.forum4designers.com> wrote in message
    news:Maf.zxg4n@mail.forum4designers.com...
    >
    > hi all
    >
    > ive been struggling with a flash mx movie for sum time and im about to
    > give up all hope of finding a fix. if you download the flash fla file
    > from here - [url]http://ictsupport.topcities.com[/url]
    >
    > my problem is with the links on the menu, when u click on a menu button
    > it will take you to the specified web page but it opens it in a new
    > window, does anyone know how to open the link in the same window?
    >
    > thanks for all your help.
    >
    > p.s if any1 can get the buttons on the menu to work can u plz email the
    > fla file, my email is [email]valentino000@hotmail.com[/email].
    >
    > also, all of you are free to use this menu in ur sites, its good to
    > share :)
    >
    >
    > Maf
    > ------------------------------------------------------------------------
    > Posted via [url]http://www.forum4designers.com[/url]
    > ------------------------------------------------------------------------
    > View this thread: [url]http://www.forum4designers.com/message31496.html[/url]
    >

    Your Mom Guest

  6. #5

    Default Re: Flash Menu

    Pedro is right on the money.

    If you are going to do any actionscripting what-so-ever, you may want to
    think about investing in an actionscript book. These range in price a great
    deal, but for as little as $12 you can get "ActionScript for Flash MX,
    Pocket Reference" published by O'REILLY. They go up to ~$90 for advanced
    actionscripting manuals. I use the pocket reference myself.

    It is extremely beneficial and time effective to have a hard copy
    actionscript reference guide. Just looking up getURL in th book tells you
    that the getURL method takes two arguments - the URL, and the *target
    window*. In your case you want target window to be _blank. However,
    acceptable choices for this argument are:

    _blank, _parent, _self and _top.

    Happy scripting.


    "Maf" <Maf.zxg4m@mail.forum4designers.com> wrote in message
    news:Maf.zxg4m@mail.forum4designers.com...
    >
    > hi all
    >
    > ive been struggling with a flash mx movie for sum time and im about to
    > give up all hope of finding a fix. if you download the flash fla file
    > from here - [url]http://ictsupport.topcities.com[/url]
    >
    > my problem is with the links on the menu, when u click on a menu button
    > it will take you to the specified web page but it opens it in a new
    > window, does anyone know how to open the link in the same window?
    >
    > thanks for all your help.
    >
    > p.s if any1 can get the buttons on the menu to work can u plz email the
    > fla file, my email is [email]valentino000@hotmail.com[/email].
    >
    > also, all of you are free to use this menu in ur sites, its good to
    > share :)
    >
    >
    > Maf
    > ------------------------------------------------------------------------
    > Posted via [url]http://www.forum4designers.com[/url]
    > ------------------------------------------------------------------------
    > View this thread: [url]http://www.forum4designers.com/message31495.html[/url]
    >

    Amy G Guest

  7. #6

    Default flash menu

    I have a flash menu that I want to start in a different place depending on
    the page.Is there actionscript to find out the name of the page?
    Thanks
    Mike.


    Mike Guest

  8. #7

    Default flash menu

    I have made a simple flash menu for my web site, and now want to assign the
    URL's to the buttons, I know that I have to assign an action script but how
    do I do that in Flash MX 2004.

    Thanks in advance

    tom


    Tom Harrison Guest

  9. #8

    Default Re: flash menu

    Tom,

    Select the button once (don't click it twice) and then open the actionscript
    window. If you type 'on(' it should give you a list of options. You want to
    end up with

    on(release){
    getURL('http://www.yahoo.com');
    }

    If you click the button twice, you will open it up to edit it. You just want
    to select it and assign a URL.

    Jeremy

    "Tom Harrison" <tegee@nospamplease.com> wrote in message
    news:419f721a$0$569$ed2619ec@ptn-nntp-reader03.plus.net...
    >I have made a simple flash menu for my web site, and now want to assign the
    > URL's to the buttons, I know that I have to assign an action script but
    > how
    > do I do that in Flash MX 2004.
    >
    > Thanks in advance
    >
    > tom
    >
    >

    Jeremy Guest

  10. #9

    Default Re: flash menu

    Thanks Jeremy

    Thats just what I was looking for, tried it and it works ok.

    Once again thanks for your help.

    Tom

    "Jeremy" <dont@bother.com> wrote in message
    news:%G1od.92537$Tq1.10911@bignews1.bellsouth.net. ..
    > Tom,
    >
    > Select the button once (don't click it twice) and then open the
    actionscript
    > window. If you type 'on(' it should give you a list of options. You want
    to
    > end up with
    >
    > on(release){
    > getURL('http://www.yahoo.com');
    > }
    >
    > If you click the button twice, you will open it up to edit it. You just
    want
    > to select it and assign a URL.
    >
    > Jeremy
    >
    > "Tom Harrison" <tegee@nospamplease.com> wrote in message
    > news:419f721a$0$569$ed2619ec@ptn-nntp-reader03.plus.net...
    > >I have made a simple flash menu for my web site, and now want to assign
    the
    > > URL's to the buttons, I know that I have to assign an action script but
    > > how
    > > do I do that in Flash MX 2004.
    > >
    > > Thanks in advance
    > >
    > > tom
    > >
    > >
    >
    >

    Tom Harrison Guest

  11. #10

    Default flash menu

    i'm trying to put in my web layout a div including a flash menu;
    my problem is that when i link a page from my menu...the layout
    reloads and so the menu is loaded again (inside the menu i put an
    actionscript for remembering which menu voice is clicked, but
    reloading the menu.swf file the menu is 'reset' ), is there a way not
    to reload the menu.swf in the div?

    thanks
    manlio
    manlio Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139