A Flash Developer Resource Site

Search:

Type: Posts; User: Splashy3d

Search: Search took 0.04 seconds.

  1. Hi, Sorry tupps you will see earlier in the...

    Hi,
    Sorry tupps you will see earlier in the thread my checks to see that the xml is loaded etc I just didn't include them in the second and third examples, sorry for that.

    Your also quite right I...
  2. No confusion

    The first part of the code is with the array style addressing that you suggested. That doesn't work

    The second part is the function that works by addressing the node directly using a hardcoded...
  3. Thanks for the help but i still get nothing back....

    Thanks for the help but i still get nothing back.


    myXML= new XML ();
    myXML.ignoreWhite = true
    myXML.onLoad=handleLoad;
    myXML.load("menu.xml");

    function handleLoad(status){
    status ?...
  4. Using this method in functions

    Hi guys,

    I'm experimenting with the id method and I can't get it to work inside a function. please see below code example.


    myXML= new XML ();
    myXML.ignoreWhite = true...
Results 1 to 4 of 4




Click Here to Expand Forum to Full Width

HTML5 Development Center