gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash] Where does gnash send to trace output to?


From: strk
Subject: Re: [Gnash] Where does gnash send to trace output to?
Date: Mon, 5 Mar 2007 15:03:58 +0100

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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]