Hello.
i find externalinterface method in flash source so i will use that method.
i make javascript this :
var test = window['Map1Id'].getEntityList();
alert(test);
and result : [object Object],[object Object]....
how i should make mapping Object?
sorry. i can not english well.