Fireworks MX pop-up menu error

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default Fireworks MX pop-up menu error

    I have created a pop-up menu in Fireworks MX. Export it as html to my desktop to test. Open the .htm file in IE5 and it works beautifully. I post the file to my web server and open the page again. I receive an error: 'Menu' is undefined. I have all the files including mm_menu.js posted in the same directory on the server. Any ideas?


    pwolly webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Problem with Fireworks pop up menu in DW
      Hi, I am working on a page whose layout was created in Fireworks and transferred to DW. After I transferred the page to DW and created new ones...
    2. Fireworks MX pop up menu across frames error message
      I have painstakingly followed all the steps to create pop-up menus using Fireworks MX and exported it to Dreamweaver MX. The pop-up menus works well...
    3. Menu type in Fireworks
      Hi I would like to know if its possible to create a similar menu to the one on the left hand side of this page and if so a pointer in the right...
    4. Error upon inserting a Fireworks pop-up menu into a DW-MX document
      Can anyone help with this annoying problem? When I insert a certain pop-up menu into a DW template document, I get the following error messages,...
    5. fireworks help menu options
      in fireworks 3 under the help menu the top 4 links dont work. does anyone have any idea whats wrong? It automatically attempts to open netscape...
  3. #2

    Default Re: Fireworks MX pop-up menu error



    "pwolly" [email]webforumsuser@macromedia.com[/email] wrote:
    >I have created a pop-up menu in Fireworks MX. Export it as html to my desktop to test. Open the .htm file in IE5 and it works beautifully. I post the file to my web server and open the page again. I receive an error: 'Menu' is undefined. I have all the files including mm_menu.js posted in the same directory on the server. Any ideas?
    >
    >
    Hi Pwolly:

    Whatever you did there, the call to the mm_menu.js in the HTML file is not finding the .js file that contains the function "menu". That error always means that a JavaScript function was called in the code and it wasn't found.

    I don't know what FTP utility you used to move the files, or what your HTML editor is, but I'd be wary of creating Web pages on your desktop and then moving them to the server. A filename could have been changed or some other problem. Please check this TechNote for a rundown of the calls and so forth that should be in the code.

    <http://www.macromedia.com/support/fireworks/ts/documents/troubleshooting_pop_up_menu.htm>

    Look at the section on looking for errors in the code.


    --
    enthusiastically,
    mark haynes
    fireworks product team liaison
    macromedia customer care
    Please post all replies to this forum
    Responses to the forum are more effective for everyone.
    For Fireworks support, go to:
    <http://www.macromedia.com/support/email/complimentary/>


    Announcing Macromedia DevNet Subscriptions
    Maximize your power with our new premium software subscription for Macromedia developers
    Find out more: [url]http://www.macromedia.com/go/devnetsubs/[/url]


    mark haynes 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