On Sun, Mar 04, 2007 at 03:15:45PM -0600, ying lcs wrote:

> Regarding your response, i found this in flare output:
> 
>  movieClip 130 fullDisplay {
> 
>    #initclip
>      Object.registerClass('fullDisplay', logic.Movie);
>    #endinitclip
>  }
> 
> and then:
> logic.Movie = v1;
>        logic.Movie extends MovieClip;
>        var v2 = v1.prototype;
>        v2.initController = function () {
>           // ....
>        };
> 
>        v2.setMovie = function (_video_id, image_url, movie_url, l,
> _track_id, eurl, append_vars) {
>            // ...
>         };

Ok, next step is checking in which order the logic.Movie definition
and the registerClass call are executed. Expected and obtained order
should be encoded in a testcase.

--strk;



_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to