Problens with AS1 to AS3
Hi dear friends
I'm too rusty with flash but today appearl a problem ![]()
I have this code is in AS1 and needs to be in AS3...
Is an RSS code with title and description only...
if some one can insert a picture, please tell...
titulo2 and texto2 are drop shadows
System.useCodepage = true;
loadNum = new Loadvars();
loadNum.onLoad = function (ok)
{
var __reg1 = _root;
if (ok)
{
__reg1.titulo.text = __reg1.loadNum.titulo;
__reg1.titulo2.text = __reg1.loadNum.titulo;
__reg1.texto.text = __reg1.loadNum.texto;
__reg1.texto2.text = __reg1.texto.text;
}
}
;
loadNum.load("rssnews.dat");
trace(numPics);
