Does anybody knows how to assign a value of one flashvar to another?
I am trying to change Configger.as:
private function compareWrite(obj:Object):void {
obj["image"]=obj["file"];
for (var cfv:String in obj) {
.....
}
This is in order to calculate image URL based on the file URL.
It is compiling without errors, but player disapears from the page.
Sorry for duplicates, but probably it was offtopic previously.