Ciao
Come faccio a recuperare
i parametri (usando swfObject) con as2 ?
In as3 faccio una cosa del genere
Codice PHP:var s1:String = stage.loaderInfo.parameters["name2"];
![]()
Ciao
Come faccio a recuperare
i parametri (usando swfObject) con as2 ?
In as3 faccio una cosa del genere
Codice PHP:var s1:String = stage.loaderInfo.parameters["name2"];
![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it
In AS2 te li ritrovi direttamente su _root
var s1:String = _root["name2"];
Originariamente inviato da and80
In AS2 te li ritrovi direttamente su _root
var s1:String = _root["name2"];![]()
Without faith, nothing is possible. With it, nothing is impossible
http://ilwebdifabio.it