Implement data big question

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

  1. #1

    Default Implement data big question

    I need to build a map in which every time a customer rolls over a state a
    tooltip shows up. Now the thing is that the company building this map only has
    stations in only 26 states. They want me to create a map with all the states
    working but only displaying the 26 with stations. The client wants to activate
    the others and add information to the tooltips everytime a new station is
    created in one of those states.

    I need to know how can I create some time of integration where the client can
    activate those states without going into the fla. I was thinking in creating a
    check box for each state, and then adding this AS:
    if state1 == 1 or 0 (depending the checkbox, on and off respectively)
    then "activate function"
    else do nothing...

    I dont know how to do it, please I need your help.

    gtanime Guest

  2. Similar Questions and Discussions

    1. Implement XFORMS on ASP
      Hi, I'm looking for a means to generate hundreds of ASP webforms using declarative language. I've put my attention on XFORMS. I understand...
    2. How to implement a MXP
      Like everything, this started simply. I want to provide breadcrumb navigation to my site. Thus after a little research I found two references:...
    3. implement locking
      hi, I would like to lock a record so that when one user is modifying a particular record, then it is locked for all other users. For this...
    4. How to implement counter?
      There are many ways to do this. The low tech low impact way is the create an application variable inthe Application start, that reads in a value...
  3. #2

    Default Re: Implement data big question

    As usual, nobody can help. Thank you
    gtanime Guest

  4. #3

    Default Re: Implement data big question

    Hi

    You could use an XML file that holds all State locations, when the client
    wishes to update all they have to do is add the new info to the file and its
    loaded into Flash every time. No need to open the .fla and recode anything.

    This also works in reverse, if the close a location they can remove that info
    from the file.

    Hope it helps

    The Feldkircher 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