Ask a Question related to Dreamweaver AppDev, Design and Development.
-
dlm95678 #1
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
-
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... -
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... -
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... -
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... -
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... -
darrel #2
Re: I have this hand drawn map
> Using behaviors on an object I can sort of do this, but not with a
meanderingbe> line. Is there some way of identifying an area on a jpeg, or gif, that canUse an image map.> used with behaviors?
-Darrel
darrel Guest
-
Julian Roberts #3
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
-
dlm95678 #4
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
-
dlm95678 #5
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
blush... never mind>> treats it like an edit.
dlm95678 Guest
-
CMBergin #6
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...map. And> Ok. I'm able to identify an area, in this case a river, using an imagethis> 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 dobill.> is with a browser window or a popup menu. Neither of them really fit themenu> The browser window doesn't go away unless you manually close it. The popupmouse> 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 theput> 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> in a second one it just Dreamweaver treats it like an edit.
>
> Thanks
> David
>
>
>
CMBergin Guest
-
Paul Whitham TMM #7
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...on> that I've turned into a jpeg. It has rivers, roads, towns and other stuffdifferent> it. I want to be able to run the mouse over this map and have thesesmall> features identify themselves. Say when the mouse passes over River A, ameandering> 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 abe> line. Is there some way of identifying an area on a jpeg, or gif, that can> used with behaviors?
>
> Thanks
> David
>
>
>
Paul Whitham TMM Guest



Reply With Quote

