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

  1. #1

    Default Hotspots

    Hi!

    Im designing a website and use fireworks to design .png files. Im trying to insert a hotspot.
    I insert the hotspot, make a link in the properties and save it, but when I try to open it in dreamweaver and put it on my webpage to prewview it there is no link where I have put the hootspots.
    Does anyone know how to solve this?

    Aksel


    aksel123 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Netscape hotspots
      I just used the rectangular hotspot think to use with links and it works perfect with internet explorer, but not on netscape... Can anyone help with...
    2. Hotspots/Frames
      I've got a Visio file included in a page with pretty graphics. For explantion purposes let's say its a map of the states of the US on the top half of...
    3. FW hotspots into DW sample
      Before i begin, let me apologise for asking what is probably a simple and basic question for the forum users, but i´was left with Studio MX 2004 on...
    4. overlapping hotspots
      I currently have an issue with two hotspots that overlap. They are on separate frames and the frames are displayed (swapped) when a menu item is...
    5. Slices or Hotspots?
      I was just wondering, if I select a rectangle in a document, there are two ways that I can add a popup menu; 1) Insert slice -> Insert popup menu...
  3. #2

    Default Re: Hotspots

    aksel123;
    Are you trying to use the fw png in dw? Hotspots are defined in html not
    within an image file... -Tom Unger


    Tom Unger Guest

  4. #3

    Default hotspots

    Hi,


    I can someone pls explain to me how i go about creating hotspots in director
    mx.


    Thanks in adavnce

    Dave




    Dave B Guest

  5. #4

    Default Hotspots

    Hi, this is probably a really basic question. Is it possible to add hot spots in director rather than having to make an entire sprite hot?

    Thanks.
    bexhoward1 Guest

  6. #5

    Default Hotspots

    Hi, this is probably a really basic question. Is it possible to add hot spots in director rather than having to make an entire sprite hot?

    Thanks.
    bexhoward1 Guest

  7. #6

    Default Re: Hotspots

    Using matte ink, only enclosed non-white areas are hot, that is only the
    circle on a white background would be hot.

    Any palette color assigned to the sprite background can act as the
    invisible matte color, white is the default.


    Fancy scripting techniques might use a separate hidden hot spot sprite
    that controls other sprites.


    An obscure one:

    Imported graphics with alpha channel have an adjustable mouse threshold.
    JB Guest

  8. #7

    Default Re: Hotspots

    One other way to create a hotspot is to watch the mouseLoc (or mouseH and
    mouseV). One way to do this would be to have an exitFrame script that looks
    like this:

    on exitFrame me
    if the mouseH > 20 and the mouseH < 40 then
    if the mouseV > 10 and the mouseV < 30 then
    -- do something such as change a cursor
    -- since the mouse is now inside our target region
    end if
    end if
    go to the frame -- if you are looping in this frame
    end

    ExploreLearning Guest

  9. #8

    Default Hotspots

    I would like to insert a Flash movie, but my whole page has to stay that movie
    at his last frame...and then I want to create some hotspots so I can write on
    some parts in that 'frame'...
    Here is an example...
    [url]www.photekproductions.com[/url]
    I hope somebody can give me an explanation on how I have to fix that

    Tnx
    Gee

    geemuse Guest

  10. #9

    Default Re: Hotspots

    That is a pretty complex site, did you make that or is that a template ? Just curious.

    I don't understand your question fully, could you be more descriptive.
    cVarz Guest

  11. #10

    Default Re: Hotspots

    I didn't create that site ;-)...
    but when you passed the intro yo see some templates appearing at your
    right...and there they put there text...so I guess/suppose the movement has
    been made with Flash and they put their texts inside this templates...how can I
    create these parts...
    Do you understand it now? I really don't see another way to explain it ;-)

    Gee

    geemuse Guest

  12. #11

    Default Re: Hotspots

    where on earth did u get that template, can you tel me where to get it, or others, and if i would be able to use it? cheers!
    rob53 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