A Flash Developer Resource Site

Search:

Type: Posts; User: debbieg

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,759

    CS3 xml not loading completely

    Hi,
    I have a relatively small actionscript that colors the states on a map based on xml data. It worked fine for a long time, but I just added a lot of data. With the new data, the xml file is a...
  2. Replies
    1
    Views
    10,549

    Movies not updating from xml file

    Hello,
    I have several swf's that do nothing but color the states on a map based on the data in an xml file.
    This worked perfectly to begin with, but the maps do not stay up to date with the xml...
  3. MX So sorry, I have a script that parses my xml file...

    So sorry, I have a script that parses my xml file and creates a list of the questions using createTextField.

    This list is just text. I need each item in this list to be a clickable link.
    I need...
  4. MX Links to display map w/ state colors from xml

    Hi,
    I'll bet this is going to be a lot easier for some of you than it has been for me.

    I have a map of the United States.
    Each state is currently gray.
    Each state is a symbol, and I can color...
  5. Replies
    2
    Views
    613

    Hi Shoeshine, Thanks so much for the...

    Hi Shoeshine,

    Thanks so much for the explanation. I've tried to use this feature for years, and never figured it out. This is gonna sound stupid, but I didn't realize until I read your response...
  6. Replies
    2
    Views
    458

    Hi a_modified_dog, Thanks so much for taking the...

    Hi a_modified_dog,
    Thanks so much for taking the time to reply, but I had already tried that. I should have included my code before. My entire movie is only two frames with AS assigned to each of...
  7. Replies
    2
    Views
    458

    Very long dynamic text field

    Hi,

    I'm loading info from an XML file into a dynamic text field. At first, I did this by placing the text field on the stage and giving it a variable name. This worked fine except that I don't...
  8. Replies
    0
    Views
    486

    Display an array item only once?

    Hi All,

    I've created an XML file (Sample below).


    <faq>
    <category>Notifications</category>
    <faqno>1.1</faqno>
    <question><![CDATA[Question 1.1]]></question>
    ...
  9. Replies
    0
    Views
    334

    Really weird printing problem

    Hi,

    I have created a map. It's zoomable and panable.
    I created a print button with the following code:
    print(_root.main, "bframe");
    FYI, I have the very same problem when I use bmax.

    I want...
  10. Replies
    0
    Views
    476

    Delay while printing?

    Hi,

    I currently have a button with the following code:

    on (release) {
    setProperty ("_root.main.options", _visible, true);
    print(_root.main, "bframe");
    }

    This brings up the print confirm...
  11. Replies
    10
    Views
    3,314

    Hi quadzilla (or anyone else who might help), ...

    Hi quadzilla (or anyone else who might help),

    I've been working on a map for a couple of months now, and I'm having the same problem that stalyun38 had; if I zoom the map and then drag it, it can...
  12. Replies
    0
    Views
    2,358

    Need to Zoom Movieclip

    Hi,

    I have a map image inside a movieclip that is located in the first frame of the main timeline. I've been trying to use the code below (created by NTD) to zoom the movieclip, but it zooms the...
  13. Thread: Hi-Res Zooming

    by debbieg
    Replies
    3
    Views
    1,463

    Hi, I hate to butt into a thread, but I'm...

    Hi,

    I hate to butt into a thread, but I'm hoping that NDT (or anyone who can help) sees this. The zoom code is absolutely great, but of course I have a problem with it.

    I'm trying to apply it...
  14. Thread: htmlText

    by debbieg
    Replies
    5
    Views
    551

    Hi, I copied the html code and put it into a...

    Hi,

    I copied the html code and put it into a one frame movie to try it, and it didn't work. I knew it looked like it should work so I tried a couple of simple things. When I deleted the single...
  15. Replies
    0
    Views
    383

    Updating urls in property window

    Hi,

    I have a text box with a long list of items. Within each line of text is a hyperlink that I added by filling in that option in the properties window. Now I need to change one word of each...
  16. Replies
    3
    Views
    417

    Hi, I'm probably underestimating you, but I...

    Hi,

    I'm probably underestimating you, but I think the example might just confuse things more. Let me see if I can clarify things.

    1. I'm starting with an xml file.
    Here's a section of it...
  17. Replies
    3
    Views
    417

    Font Color in User Defined Function

    Hi,

    I am loading text from an XML file with 500 records. This works fine, but these records average three links in each one. I am forced to create user defined functions for most of these links...
  18. Replies
    2
    Views
    437

    Hi dawsonk, Thank you so much. I would have...

    Hi dawsonk,

    Thank you so much. I would have never figured that out. Everything that I had been trying to do was so much more complicated (and by the way didn't come close to working). Please...
  19. Replies
    2
    Views
    437

    xml works, can you make it scroll?

    Hi,

    With a lot of help and a lot of sleepless night, I have my movie pretty close to what I need. I hate to give up, but that's what I'm doing. I've tried everything that I can. I just don't...
  20. Replies
    9
    Views
    595

    Thanks again. I did have the instance name of...

    Thanks again. I did have the instance name of the text field as definition_txt. I just accidently told you that I had named it dictionary_txt. That got my hopes up for a minute, until I double...
  21. Replies
    9
    Views
    595

    I just don't know what I'm doing wrong. I...

    I just don't know what I'm doing wrong.

    I started with a brand new .fla with one frame.
    I pasted your code into the actions panel.
    I pasted your xml into notepad and saved it as dictionary.xml....
  22. Replies
    9
    Views
    595

    Hi silentweed, I can't believe how quickly you...

    Hi silentweed,

    I can't believe how quickly you answered and how much work you did for me. Unfortunately, I can't get it to work. I've double checked everything several times to make sure that I...
  23. Replies
    9
    Views
    595

    xml list with mouseover

    Hi,

    Please help; I've spent almost a week searching this site with little luck. I need to:
    1)start with an xml file
    2)generate a list of terms (as in a glossary or dictionary)
    3)mouseover each...
  24. Replies
    1
    Views
    570

    Movieclip area too small

    Hi,

    I have about 200 buttons. Each button calls a user defined function upon rollover. I need to scroll through these buttons, so I put them in a movieclip....or at least I tried to, until I ran...
  25. Replies
    2
    Views
    432

    Right now, just totally separate. I've just...

    Right now, just totally separate. I've just started the second movie, so I can do whatever is best.
Results 1 to 25 of 42
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center