I have this hand drawn map

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default I have this hand drawn map

    that I've turned into a jpeg. It has rivers, roads, towns and other stuff on
    it. I want to be able to run the mouse over this map and have these different
    features identify themselves. Say when the mouse passes over River A, a small
    text label will appear saying River A. And I want to be able to click on a
    river, a road or whatever and have a new browser window open up.

    Using behaviors on an object I can sort of do this, but not with a meandering
    line. Is there some way of identifying an area on a jpeg, or gif, that can be
    used with behaviors?

    Thanks
    David



    dlm95678 Guest

  2. Similar Questions and Discussions

    1. Dynamically-drawn MediaController
      Alright...there's a lot of background. I'll try to give all *pertinent* information. I'm dynamically drawing a MediaController component along...
    2. Type in drawn circles
      I'm in v10 and I'm trying to draw/make two circles and then put text around the inside and outside of the circles. The text should follow the...
    3. z pos of drawn rectangle
      hi i cant get a drawn rectangle on top of images i put on stage with loadMovie! even if i put all images on layer 0. is there a way to put the...
    4. New User-Hand Drawn Images
      Hi, I have a question. I am a new user so I apologize for any dumb questions. Anyway, here it is. I hand drew a picture of a woman and scanned it...
    5. Does RANK and weightage goes hand in hand
      Hi, ranking is determined by a formula that accounts for the frequency of the word in the document/row compared with the frequency of the word...
  3. #2

    Default Re: I have this hand drawn map

    > Using behaviors on an object I can sort of do this, but not with a
    meandering
    > line. Is there some way of identifying an area on a jpeg, or gif, that can
    be
    > used with behaviors?
    Use an image map.

    -Darrel


    darrel Guest

  4. #3

    Default Re: I have this hand drawn map

    You might want to break up the 1 large image into lots of little images.

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  5. #4

    Default Re: I have this hand drawn map

    Ok. I'm able to identify an area, in this case a river, using an image map. And
    if I click on it I can go to the url I want.

    But, when the mouse passes over the river I want to bring up a small text
    label with the name of the river on it. The only way I've been able to do this
    is with a browser window or a popup menu. Neither of them really fit the bill.
    The browser window doesn't go away unless you manually close it. The popup menu
    comes closest to what I want, but it's placed on the browser window at a
    specific xy coordinate. I want it near the mouse point, like it was the mouse
    pointer's label. Can Dreamweaver do this or do I have to right some code.

    Also, how do I go about putting a second hotspot on an image? If I try to put
    in a second one it just Dreamweaver treats it like an edit.

    Thanks
    David



    dlm95678 Guest

  6. #5

    Default Re: I have this hand drawn map

    >> Also, how do I go about putting a second hotspot on an image? If I try to put in a second one it just Dreamweaver
    >> treats it like an edit.
    blush... never mind
    dlm95678 Guest

  7. #6

    Default Re: I have this hand drawn map

    Give the area you've just defined a title. The title will be displayed as a
    tooltip when hovered over.

    "dlm95678" <webforumsuser@macromedia.com> wrote in message
    news:d06aa2$9on$1@forums.macromedia.com...
    > Ok. I'm able to identify an area, in this case a river, using an image
    map. And
    > if I click on it I can go to the url I want.
    >
    > But, when the mouse passes over the river I want to bring up a small text
    > label with the name of the river on it. The only way I've been able to do
    this
    > is with a browser window or a popup menu. Neither of them really fit the
    bill.
    > The browser window doesn't go away unless you manually close it. The popup
    menu
    > comes closest to what I want, but it's placed on the browser window at a
    > specific xy coordinate. I want it near the mouse point, like it was the
    mouse
    > pointer's label. Can Dreamweaver do this or do I have to right some code.
    >
    > Also, how do I go about putting a second hotspot on an image? If I try to
    put
    > in a second one it just Dreamweaver treats it like an edit.
    >
    > Thanks
    > David
    >
    >
    >

    CMBergin Guest

  8. #7

    Default Re: I have this hand drawn map

    To be perfectly honest this sort of app is better suited for using Flash
    than image maps.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "dlm95678" <webforumsuser@macromedia.com> wrote in message
    news:d05glc$7k4$1@forums.macromedia.com...
    > that I've turned into a jpeg. It has rivers, roads, towns and other stuff
    on
    > it. I want to be able to run the mouse over this map and have these
    different
    > features identify themselves. Say when the mouse passes over River A, a
    small
    > text label will appear saying River A. And I want to be able to click on a
    > river, a road or whatever and have a new browser window open up.
    >
    > Using behaviors on an object I can sort of do this, but not with a
    meandering
    > line. Is there some way of identifying an area on a jpeg, or gif, that can
    be
    > used with behaviors?
    >
    > Thanks
    > David
    >
    >
    >

    Paul Whitham TMM 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