RE: [Flashcoders] Challenge: open YouTube FLV in your own SWF

2007-05-15 Thread Michael Mudge
I've been doing this with AS3 for a while now...  Just using a Loader.

Go to http://www.biality.com/tubes/tubes.swf 
Enter a nickname by typing /nick whatever
Then type this: /plugin http://www.youtube.com/v/G-U5N9WHuOI

- Kipp

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of Stan Vassilev | FM
 Sent: Tuesday, May 08, 2007 6:47 AM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Challenge: open YouTube FLV in your own SWF
 
 
 I've been desparately trying to figure out a way to do so, 
 you can't do it 
 since YouTube's crossdomain XML features *.google.com and 
 *.youtube.com. I 
 want to experiment with a mashup which requires direct 
 access to the FLV.
 
 So I started looking at the various Google services, in the 
 hope one of them 
 serves from a *.google.com domain.
 
 Google Pages? Maybe pages.google.com ? Nope, googlepages.com 
 Google Widgets? Maybe widgets.google.com? Nope, gmodules.com 
 Google Code Projects? googlecode.com...
 
 There's nothing on YouTube about uploading direct files I 
 found, so my 
 little experiment is doomed to fail.. unless I'm missing 
 something? Does 
 anyone of you know a service/idea/trick/API to open a 
 streaming FLV somehow 
 from YouTube?
 
 The only thing I could think of is, of course, screen 
 scraping the FLV url 
 (keepvid.com style) and downloading it to my server to play. 
 But that's not 
 really what I wanted...
 
 Regards, Stan Vassilev 
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive: 
 http://chattyfig.figleaf.com/mailman/listinfo/ flashcoders
 
 
 Brought to you by Fig Leaf Software
 Premier 
 Authorized Adobe Consulting and Training 
 http://www.figleaf.com  http://training.figleaf.com
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Challenge: open YouTube FLV in your own SWF

2007-05-15 Thread Steven Sacks
There are tons of sites that come up on google if you search for 
download youtube flv, or things of that ilk.  There are sites that will 
give you the direct path to the FLV and you can use their scripts for 
any YouTube movie ID url.


FireBug for Firefox and Fiddler for IE7 are two examples of apps that 
provide HTTP request logs which allow you to see what the video path the 
Youtube video player is requesting and then plug that in to your flv 
player.  Works fine.


As you will discover, some flvs on youtube (actually, a lot) have no 
metadata whatsoever, so you need to use the YouTube API first to get the 
video information (specifically, duration, so you can seek).

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Challenge: open YouTube FLV in your own SWF

2007-05-08 Thread Stan Vassilev | FM
I've been desparately trying to figure out a way to do so, you can't do it 
since YouTube's crossdomain XML features *.google.com and *.youtube.com. I 
want to experiment with a mashup which requires direct access to the FLV.


So I started looking at the various Google services, in the hope one of them 
serves from a *.google.com domain.


Google Pages? Maybe pages.google.com ? Nope, googlepages.com
Google Widgets? Maybe widgets.google.com? Nope, gmodules.com
Google Code Projects? googlecode.com...

There's nothing on YouTube about uploading direct files I found, so my 
little experiment is doomed to fail.. unless I'm missing something? Does 
anyone of you know a service/idea/trick/API to open a streaming FLV somehow 
from YouTube?


The only thing I could think of is, of course, screen scraping the FLV url 
(keepvid.com style) and downloading it to my server to play. But that's not 
really what I wanted...


Regards, Stan Vassilev 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com