0
votes
2answers
49 views

Getting delta of array values from constantly updating array

Having a problem getting something which should be rather simple to work. I am constantly updating an array with new values and as I do so I need to get the delta or difference between the lowest and ...
0
votes
1answer
136 views

Object tree traversal - afl for app memory leak detection

I am trying to traverse object tree in AFL (adobe flash lite) engine, to check if there are memory leaks in an event driven application (AS3). The idea is to get object tree dump before and after an ...
1
vote
3answers
2k views

Math.cos(Math.PI/2) returns 6.123031769111886e-17 in JavaScript & AS3?

If I'm understanding this correct, both JavaScript and ActionScript 3 works with radians. So the expected output of the following codes would be: Math.PI //Expected ...
3
votes
1answer
395 views

How do I call the Tamarin ESC Compiler from AS3 Code?

I'm trying to call Tamarin's ESC Compiler from AS3 code. I've got the ESC Compiler byte code loaded in Flash Player, but when I call it, the ESC Compiler always returns the same do nothing byte code, ...