gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: Youtube support thoughts


From: strk
Subject: Re: [Gnash-dev] Re: Youtube support thoughts
Date: Fri, 19 Mar 2010 20:39:43 +0100

Oh, another tip.
With firebug, you can try those functions directly:

 yt.flash.canPlayV9Swf();
 yt.flash.canPlayH264Videos();

Definition of the Ye() function I haven't found yet.

--strk;

On Fri, Mar 19, 2010 at 08:27:50PM +0100, strk wrote:
> On Fri, Mar 19, 2010 at 01:14:26PM -0600, Richard Wilbur wrote:
> > On Fri, 2010-03-19 at 17:32 +0100, strk wrote:
> > > More info about those functions:
> > > 
> > > J("yt.flash.canPlayV9Swf",function(){return Ye(9,0,0)},void 0);
> > > J("yt.flash.canPlayH264Videos",function(){return Ye(9,0,115)},void 0);
> > > 
> > > So, if I get it correctly:
> > > 
> > > - exposing anything < 9,0,0 gets you
> > >   watch_v8-vfl154104.swf (should be supported)
> > > 
> > > - exposing anything >= 9,0,0 < 9,0,115 gets you
> > >   watch_as3-vfl153842.swf (SWF9 but no AVM2, should be supported)
> > > 
> > > - exposing >= 9,0,115 gets you
> > >   watch_as3-vfl153842.swf (SWF9, AVM2, UNSUPPORTED!)
> > 
> > Thanks strk,
> > 
> > I tried setting gnash 0.8.7 from 10,1,999, 0 to 9, 0, 114, 0 and some
> > back corners of youtube still came in SWF10, AVM2 but the front page is
> > SWF9, AVM1!  I am not sure whether it is trying to play the video or
> 
> Try 8,0,0 ?
> 
> 
> --strk;
> 
>   ()   Free GIS & Flash consultant/developer
>   /\   http://strk.keybit.net/services.html
> 
> 
> _______________________________________________
> Gnash-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-dev

-- 

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html




reply via email to

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