User Profile

Collapse

Profile Sidebar

Collapse
qrosity
qrosity
Last Activity: Feb 24 '08, 04:44 PM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • qrosity
    replied to Problem getting data from xml...
    By the way, I have several questions about XML loaded vars that may a gentle soul in this forum answer for my intelectual pleasure and sanity.

    Considering a big XML:

    - Should I load all the vars at the beggining of the movie to have them at my dispossal for the whole movie?
    - Does this works or will they dissappear next frame?
    - Do loaded vars become timeline vars?
    - Is it better to load the XML...
    See more | Go to post

    Leave a comment:


  • qrosity
    started a topic Problem getting data from xml...

    Problem getting data from xml...

    Why message var is always empty?

    Code:
    var x:XML = new XML();
    x.ignoreWhite = true;
    var total:Number;
    var clave:Array = new Array();
    var friends:Array = new Array();
    var birthday:Array = new Array();
    var favourite:Array = new Array();
    var telephone:Array = new Array();
    var address:Array = new Array();
    var message:String;
    
    x.onLoad = function(success) {
    	if
    ...
    See more | Go to post
No activity results to display
Show More
Working...