[Swfdec] unable to create array with "blah = Array();"
Nguyen Thai Ngoc Duy
pclouds at gmail.com
Tue Jun 12 20:41:02 PDT 2007
The script is:
-->--
trace("begin");
ba = Array();
trace(ba);
trace("end");
-->--
Adobe's output:
-->--
begin
end
-->--
swfplay's output:
-->--
begin
undefined
end
-->--
Adding swfdec_as_array_construct, which sets return value, didn't
help. Tested on latest commit as of today (with some patches of mine
but they should have no affect on this).
--
Duy
--
Duy
More information about the Swfdec
mailing list