[haXe] walk trought all objects of a movie clip
Hertzel Armengol
hertzel at osc.co.cr
Fri Jan 5 23:50:58 CET 2007
Hi, my flash app, must receive values that are assigned using this way.
example.swf?var1=foo&var2=fooo...
there's a way in which I can recover the _root element to get all the
values that are within it without know their names?
something like
foreach (flash.lib._root as tmp) {
var X:Dynamic = tmp;
}
because the name of the params of the app can change... ideas?
More information about the Haxe
mailing list