GetUrl(?) problem...

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

  1. #1

    Default GetUrl(?) problem...

    Hi,

    One of our clients is having trouble accessing an html popup through a
    normal flash file, with getUrl button.

    He has to click TWICE in order to open the new window.

    Anyone knows if the problem is server related ?

    Thanks,
    Killas
    Killas Guest

  2. Similar Questions and Discussions

    1. when Javascript goes bad - a getURL problem
      Does anyone know why if you call getURL("someFileToDownload.ext") MIE will automatically open a download dialogue but afterwards all the javascript...
    2. getURL problem when calling by IP
      Hello all, I have the following code associated with a button in my movie: ...
    3. getURL problem, please help me :(
      I made a button, and I attach this action script : on (release) { getURL("mailto: user@domain.com"); } But it just does not work. The default...
    4. getURL problem
      My first attempt at MX and I am having all sorts of trouble getting the getURL to my button instances. I have selected the button, opened actions,...
    5. 'getURL' problem
      HELP! I have a navigation set up using movie clips as my 'button' instances. On 'mouse over' I have a getURL command to open an HMTL page in a...
  3. #2

    Default Re: GetUrl(?) problem...

    I had a similar problem in a learning application I worked on recently.
    Maybe you have the same situation:

    There was an input text box placed a couple layers deep in one movie clip
    object. After entering the appropriate text, the user had to click on a
    button which was a couple layers deep in another movie clip object. The net
    result was that a first click was needed to set the focus on the object with
    the button, and the second click would actually click the button. Solution
    was to re-arrange things that the button and text field were in the same
    level of the same object.

    HTH,

    Evan

    "Killas" <nelson.pimenta@absolut-system.pt> wrote in message
    news:4fcc029d.0310230725.176398ea@posting.google.c om...
    > Hi,
    >
    > One of our clients is having trouble accessing an html popup through a
    > normal flash file, with getUrl button.
    >
    > He has to click TWICE in order to open the new window.
    >
    > Anyone knows if the problem is server related ?
    >
    > Thanks,
    > Killas

    Silmarillion 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