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

  1. #1

    Default Flash Buttons...

    I created some Flash button for my site. They look pretty cool and do what I
    want them too,(fading in and out), but they don't go to the page they are
    supposedly linked to. If anyone could help me that would be great. Some
    feedback on my site would also be appreciated. Thanks

    [L=Here is my site]http://gladstone.uoregon.edu/~caquino/[/L]

    TheAquino Guest

  2. Similar Questions and Discussions

    1. Raio Buttons in Flash 8
      Hi! I have a Flash 8 Movie which sends data to a PHP-file which generates an email. I manage to get it working with plain textfileds, but not...
    2. Flash Buttons
      I from Portugal and i need your help I'm making a buttonn winth with a submenu (the button have 3 choices) and i don't know how to stop the submenu...
    3. Flash, XML, and Image buttons
      I want to use xml to populate a flash file and have links as buttons. I can have an xml file populate a swf file, but I also need the links to be...
    4. Flash buttons not working in .dcr
      Hi, The getURL function, when embedded in director, will not work because director doesn't know how to interpret it. You can however capture the...
    5. Adding flash buttons
      I am trying to add flash rollover buttons to my website and was wondering if I can do it without a background colour? I am using Dreamweaver MX and...
  3. #2

    Default Re: Flash Buttons...

    I have to put an invisible button on top of my rollover movie.
    [num]draw a rectangle (solid fill any color, no line)
    hit command-F8 (mac) or cntrl-F8 to convert to a symbol. Select button.
    convert frame 4 into a key frame. Delete contents in frame 1.
    drag it to the stage, and you should see a transparent blue square. You can
    resize as needed.
    add actionscript to the button (ctrl-F9). Typical: on (release) { goToURL
    ("http://www.yoursite.com", "_blank")}[/num]
    I find that using hity state within a movie hasn't been reliable. This way, I
    create a layer for all the actionscript buttons, and I can see them at all
    times. Let me know how it turns out.

    S70T5SE 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