I want to put on the same page the banner X Treme Banner Rotator
So I have to change parameters, for help.
I go to action code this
//loading up the variables from flashVars//
var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters.;
if ((paramObj["setupXML"] != undefined) && (paramObj["setupXML"] != null)){
xmlSetupName = unescape(paramObj["setupXML"]);
}
if ((paramObj["contentXML"] != undefined) && (paramObj["contentXML"] != null)){
xmlContentNameFV = unescape(paramObj["contentXML"]);
As you can see at the end of the line
var paramObj: Object = LoaderInfo (this.root.loaderInfo). parameters
There is no reference to VAR
It was not found in HTML parameters, how can I know where Mhbaim all these parameters
Where the root, where is variable setupXML/contentXML according to the following
10-05-2012, 06:55 AM
TheTechguys
These materials provide an introduction to the programming model and object-oriented ActionScript 3. If you are new to the object-oriented programming (OOP), and working through these articles in the sequence. Developers can experienced OOP review these materials quickly and move on to how to ActionScript 3 implements events, objects, and other functions.