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...
User Profile
Collapse
-
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
No activity results to display
Show More
Leave a comment: