gnash
[Top][All Lists]
Advanced

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

Re: youtube status (was: [Gnash] Where does gnash send to trace output t


From: Meryl Silverburgh
Subject: Re: youtube status (was: [Gnash] Where does gnash send to trace output to?)
Date: Thu, 29 Mar 2007 22:24:39 -0500

On 3/29/07, strk <address@hidden> wrote:
Meryl, FYI: we got passed the action order problem with youtube
so far. It was DOINITACTION that had to take place *before* actual
instantiation of the movieclip.
The problem now moves on.


strk,
Thanks for info. I have download the latest gnash source from CVS.
I add a print statement in NetStream.cpp play method:

When I start youtube player2.swf like this:

./gui/gnash -v ~/tmp/player2.swf -P
video_id=O3ejlkzDCuc&l=209&t=OEgsToPDskJq4ZdnVDfSISMjH-7Rx7WG&sk=Eme9Gg0wCu2b0UDdQbjxjwC

I get the NetStream:: play like this:
NetStream::play /get_video?video_id=undefined&t=undefined

Notice that 'video_id' and 't' is undefined. I expect the video_id and
t is retrieved from the input parameters.

Is there else something I am missing?





--strk;

On Tue, Mar 06, 2007 at 06:21:32PM -0600, Meryl Silverburgh wrote:
> On 3/6/07, strk <address@hidden> wrote:
> >On Tue, Mar 06, 2007 at 01:04:14AM -0600, Meryl Silverburgh wrote:
> >> On 3/5/07, strk <address@hidden> wrote:
> >> >On Sun, Mar 04, 2007 at 03:15:45PM -0600, ying lcs wrote:
> >
> >> >From the flare outout, it registers 'logic.Movie' in movieClip 130.
> >> And then calling 'player.movie.setMovie' in frame 1.
> >...
> >> But from the swfmill output 'the class logic.Movie' is export after
> >> sprite ID 141 is defined.
> >...
> >> But I don't how to find out what is the expected right order of the
> >> logic.Movie definition  and the registerClass call are executed.
> >
> >We should try to get the at the same order it's done in the youtube player.
> >What I'm sure about is that Gnash won't work if registerClass is invoked
> >*before* the class being registered is undefined.
> >
> >> what is the relationship between the movieClip # (e.g. 131) and the
> >> sprite object id?
> >
> >131 should be the object id (character id).
> >
>
> I add printf logic in
> void  export_loader(stream* in, tag_type tag, movie_definition* m)
> and
> place_object's        void readPlaceObject2(stream* in, int movie_version)
>
> I do see the export print statements come before the registerClass.
>
> export_loader __Packages.logic.Movie
>
>
> as_environment::get_variable logic.Movie
> as_environment::get_variable Object
> Action Call Method name: registerClass
> Going to call method !
>
>
>
>
>
>
> >--strk;
> >
>
>
> _______________________________________________
> Gnash mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash

--

 ()   ASCII Ribbon Campaign
 /\   Keep it simple!






reply via email to

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