Need some advise, please.

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

  1. #1

    Default Need some advise, please.

    Hi,
    I have just designed a menubar in Macromedia Flash MX and also doing a website design in Macromedia Dreamweaver MX.

    For the web pages, I have decided a split Frames format, Menu fram, top-logo frame and main page frame.

    I have managed so far to find myself through all the issues with the design and creation of the menubar, and rest of the web pages.

    But, I have a bit of problem to figure out what I need to do to link the menubar's buttons in the Flash MX, to the main page, so when I click on any button, ONLY the main frame changes to another page.
    I am sure that it is a very simple trick to it, but I don't seem to be able to find the instructions on the Support pages.
    Maybe, because I am not sure what to look for.

    So I would appreciate any advise so I can continue with my design.
    Have fun.



    mavs19 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Need Advise and/or Help
      The main thing I'm looking for is how difficult this project will be. I'll describe the project and my background. If it's something fairly simple...
    2. HELP!!!!!ANY ADVISE IN DIR/04 !!!PLEASE
      i got a big problem im making a projector in director were the right part of the movie is a swf were is the navigation bar, with the diferent icons...
    3. NEED AN ADVISE
      Hello! Please advise me where can I post a message about job seeking for the small developers team (ASP, MS SQL skills)? Thanks a lot ahead. ...
    4. need advise
      hey, a while ago i was asking how to make that pre loader smooth, dont know if you remember or not, neway. I have givin up on that cos no matter...
    5. Need your advise, can you help?
      Can you use: "go to and play" to play any file of your website after playing pre-loader? Say something like: gotoAndPlay("home.html",1); or do you...
  3. #2

    Default Re: Need some advise, please.

    just add the actionscript to your button naming the target window the same
    as the frame name you want to load your page into;

    on (release) {
    getURL("yourpage.html", "mainFrame");
    }



    "mavs19" <webforumsuser@macromedia.com> wrote in message
    news:bv5gc2$ro1$1@forums.macromedia.com...
    > Hi,
    > I have just designed a menubar in Macromedia Flash MX and also doing a
    website design in Macromedia Dreamweaver MX.
    >
    > For the web pages, I have decided a split Frames format, Menu fram,
    top-logo frame and main page frame.
    >
    > I have managed so far to find myself through all the issues with the
    design and creation of the menubar, and rest of the web pages.
    >
    > But, I have a bit of problem to figure out what I need to do to link the
    menubar's buttons in the Flash MX, to the main page, so when I click on any
    button, ONLY the main frame changes to another page.
    > I am sure that it is a very simple trick to it, but I don't seem to be
    able to find the instructions on the Support pages.
    > Maybe, because I am not sure what to look for.
    >
    > So I would appreciate any advise so I can continue with my design.
    > Have fun.
    >
    >
    >

    jingo 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