Geez, how did I miss that.  Okay, sorry for the noise everyone,
that should work fine for me too when I get home.


On Tue, Mar 09, 2010 at 01:05:49PM -0500, John Abreau wrote:
> I looked at the html for
> 
>     http://www.presentingperl.org/opw2010/zero-to-cpan/
> 
> I found a block containing a .flv url:
> 
>             <script type="text/javascript">
>               var s1 = new
> SWFObject("https://media.dreamhost.com/mp4/player.swf","mp1","640","480","9","#FFFFFF";);
>               s1.addParam("allowfullscreen","true");
>               s1.addParam("allowscriptaccess","always");
>               
> s1.addParam("flashvars","&file=http://presentingperl.org/opw2010/zero-to-cpan/Cory-Watson-From-Zero-to-CPAN.flv";);
>               s1.write("mvcontainer");
>             </script>
> 
> I used wget to download the flv:
> 
>     wget 
> http://presentingperl.org/opw2010/zero-to-cpan/Cory-Watson-From-Zero-to-CPAN.flv
> 
> I played a few seconds of the downloaded file with mplayer. It played fine.
> 
> 
> 
> 
> On Tue, Mar 9, 2010 at 12:47 PM, Mike Small <[email protected]> wrote:
> > I'll try, but when I looked at the html it didn't look like there was
> > anything to grab manually.  Maybe gnash will be able to pull out
> > a file, assuming the site doesn't look specifically for Adobe's player.
> >
> > On Tue, Mar 09, 2010 at 11:43:01AM -0500, John Abreau wrote:
> >> You can always download the .flv file, then play it with something like 
> >> mplayer.
> >>
> >> On Mon, Mar 8, 2010 at 10:36 PM, Michael Small <[email protected]> wrote:
> >> > Bill Ricker <[email protected]> writes:
> >> >
> >> >> via Steve's Google Buzz -
> >> >>
> >> >> http://www.presentingperl.org/
> >> >>
> >> >> Presenting Perl
> >> >>
> >> >> This website is a resource location for talks and presentations on, or
> >> >> about, the Perl language. We have videos from conferences and workshops 
> >> >> but
> >> >
> >> > Thanks, that looks great, but is there any way to get at these videos
> >> > without having a flash player?

-- 
Michael Small
[email protected]

_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to