A Flash Developer Resource Site

Search:

Type: Posts; User: dafoc

Search: Search took 0.03 seconds.

  1. Thread: searching data

    by dafoc
    Replies
    2
    Views
    760

    Never mind then ... I've found out what was wrong...

    Never mind then ... I've found out what was wrong ...
    the equal sign should be "==" instead.
  2. Thread: searching data

    by dafoc
    Replies
    2
    Views
    760

    The puzzling thing is that if I change the "=" in...

    The puzzling thing is that if I change the "=" in the "if ..." line into "!=", the portal information is written to other clients. This means the problem is at the "=" sign. What's wrong?
  3. Thread: searching data

    by dafoc
    Replies
    2
    Views
    760

    One more problem for my little propject ... ...

    One more problem for my little propject ...

    Here is how one part works. The user would add his clients and then add portals to each client. He would need to choose one of the clients and then add...
  4. Replies
    4
    Views
    749

    This is what I did ... but it gives error message...

    This is what I did ... but it gives error message :(
    Any idea about what's going wrong?


    Code:
    ==========================================================
    _root.file_local =...
  5. Replies
    4
    Views
    749

    Thanks so much man! It works out after I make it...

    Thanks so much man! It works out after I make it modify nodeValues. Should have noticed it but thanks for your suggestion!!

    Could you help me figure out how to update just part of the XML file...
  6. Replies
    3
    Views
    656

    Please refer to the thread below for more info...

    Please refer to the thread below for more info about the problem. Thanks!

    http://board.flashkit.com/board/showthread.php?threadid=208759
  7. Replies
    4
    Views
    749

    Hi there, I'm trying to make a form that...

    Hi there,

    I'm trying to make a form that users can register and modify their info. There are three parts of information and I want to make it in a way that users can update one of them. The idea...
  8. Replies
    3
    Views
    656

    Thanks Luke! The way I'm doing it is: ...

    Thanks Luke! The way I'm doing it is:

    ======================================================
    //to write the data into the XML file and send to the db

    db = new XML();

    var arrayNode = new...
  9. Replies
    3
    Views
    656

    Hi there, I'm working on a project with...

    Hi there,

    I'm working on a project with Flash and XML. The user information is written and saved into an XML file by Perl. However, one problem arises is that new files can be created but...
  10. Replies
    4
    Views
    735

    Re: Uhh...

    Do you mean using childNodes[1] and like instead of firstChild.nextsibling.FirstChild?
    Thanks a lot!
  11. Replies
    5
    Views
    979

    Re: XMLNitro 1.3 beta

    How to use this script?
    I downloaded it and am wondering how to call it into the ActionScript in Flash.
  12. Replies
    4
    Views
    735

    Hi there, I'm trying to write the attributes...

    Hi there,

    I'm trying to write the attributes into text fields for a list of clients.
    The XML nodes look like this:
    (abc:service_name status="on")ASP(/abc:service_name)

    (note: "(" is "<"...
  13. Replies
    3
    Views
    511

    Hi there, I've made a menu with Flash...

    Hi there,

    I've made a menu with Flash and it is on one of the frames. When I click on the buttons, it doesn't go to the target frame but instead another browser was opened up. HELP PLEASE!!...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center