|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by Bigi_Slick in Adobe Flash, ActionScript
Hi, I got a flash template that takes xml file and show some data
the xml is generated automatically and I need to pass the flash 2 querystrings to pass to the XML.
I have used:
so.addVariable('catId', '5');
and
so.addVariable('desid', '19');
but in the flash file, when I do _root.desid or _root.catId I get "undefined"
1:
2:
3:
|
var CXML:CustomXML = new CustomXML();
CXML.init(_root.XMLPath,"getXML.ashx?catId=" + _root.catId + "&desid=" + _root.desid,XMLOnLoad,false);//init function has 4 parameters: path, default path, onLoad function, proxy
|
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625