Flash Button URL Problem

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

  1. #1

    Default Flash Button URL Problem

    Hello,

    I am having problems with flash buttons that I've made. They're really flash
    movies that I have tried to convert to a button. Anyway, I can't add urls in
    Dreamweaver or Flash. I already tried the <a herf="url"> Flash Button <\a> or
    what ever it is and it only works on Internet explore on OS X. I also tried
    the action script get url and that didn't work either. Please help.

    -Name_already_taken



    Sorry_nickname_taken Guest

  2. Similar Questions and Discussions

    1. Flash 8 Button text not displaying in Flash 7 player
      I've encountered a problem several times over the past couple weeks. Sometimes, but not every time, button text in a SWF published as Flash 8 format...
    2. Flash Button Problem
      My web site was partially developed by a website developer. He missed his deadlines and is no longer on the project. I have several buttons that...
    3. Controlling flash file from another flash button
      Hi I seem to be having a problem controlling a swf file from another flash button. I have imported a swf (created in Flash) which I want to play...
    4. flash detection and browser 'Back' button problem...
      Hello, One of my clients has asked me a difficult problem this week... how to set up his website so viewers can use their browser 'Back' button...
    5. flash 5 button masking problem
      my button has a masked image in it. it looks exactly the way I intend it to look when in design mode. When I view the swf I get the exact opposite...
  3. #2

    Default Re: Flash Button URL Problem

    try:
    getURL("http://www.yoursite.com");
    kglad 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