[Swfdec] unable to create array with "blah = Array();"

Benjamin Otte otte at gnome.org
Wed Jun 13 00:29:36 PDT 2007


tests added, fixed and pushed in
8d08ca0fa54212527bd7b1ed59f60b4ec0faddc1 and
1cdcfc8200ba59d722fd932267336fd263d7fa3f

Benjamin


On 6/13/07, Nguyen Thai Ngoc Duy <pclouds at gmail.com> wrote:
> 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
> _______________________________________________
> Swfdec mailing list
> Swfdec at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/swfdec
>


More information about the Swfdec mailing list