HELLO NED PLEASE I NEED YOUR HELP IN A URL

Hello Ned:

It's othersCafes.swf code that is loaded inside cafes.swf and overall load, could you please tell me if are correct params inside the othersCafes.swf code, I tried several ways but don't

load list.

Please see the below only bold

Thanks in advance.

Concerning

Joselyn

var xml;
var url: String = "SWF/todos.xml";
var reqXML:URLRequest = new URLRequest (url);
var loaderXML:URLLoader = new URLLoader();
loaderXML.load (reqXML);
loaderXML.addEventListener (Event.COMPLETE, loading);

//////////////////////////////////////FUNCIONES /////////////////////////////

function Cargar(e:Event):void
{
var xml = new XML (e.target.data);
var dp:DataProvider = new DataProvider (xml);
dg.dataProvider = dp;
dp.sortOn ("title", Array.CASEINSENSITIVE);
trace (DP. Length);
}


function changeHandler(event:Event):void {}

If (cb.selectedIndex >-1) {}
var loaderXML:URLLoader = new URLLoader();

//////////////////////////////////THIS//////////////////
loaderXML.load (new URLRequest(cb.selectedLabel.toLowerCase()+"swfs/"+".xml"));
loaderXML.addEventListener (Event.COMPLETE, populateGrid);
}
}

function populateGrid(e:Event):void {}
//////////////////////////////THIS////////////////////
loaderXML.load (new URLRequest(cb.selectedLabel.toLowerCase()+"swfs/"+".xml"));
loaderXML.removeEventListener (Event.COMPLETE, populateGrid);
var otrosXML:XML = new XML (e.target.data);
How many elements in the xml file
var otrosLength:int = otrosXML.name.length ();
This removes all data previously added in the datagrid.
cargarLista_mc.gotoAndPlay ("click");
dg.removeAll ();
Here we go through the nodes in the xml file and add each as a line of datagrid
for (var i: int = 0; i < otrosLength; i ++) {}

dg.addItem ({Otros: otrosXML.name[i].@title, address: otrosXML.name[i].@address});
}
}

Hello Ned:

I did, just to change the setting before the method combobox, that's all, it works!

loaderXML.load (new URLRequest("SWFs /" cb.selectedLabel.toLowerCase () + ".xml" ' "));

for a beginner, it is very comforting to someone to show you the way.

Ned thank you very much for your help.

I'll be in touch, but maybe not with you ok

Concerning

Joselyn

Tags: Adobe Animate

Similar Questions

Maybe you are looking for