Comments on: Get the URL of a YouTube FLV in Flash http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/ Just another WordPress weblog Tue, 22 Jul 2014 10:00:12 +0000 hourly 1 https://wordpress.org/?v=4.7.9 By: Laurent http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-14146 Fri, 02 Sep 2011 15:36:55 +0000 http://pogopixels.com/blog/?p=23#comment-14146 I don’t know, maybe write uninteresting content that nobody cares about, or upload all your posts as unreadable captcha images. Then no copyright violation! 😀

]]>
By: anderson silva http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-14144 Fri, 02 Sep 2011 15:03:07 +0000 http://pogopixels.com/blog/?p=23#comment-14144 With havin so much content do you ever run into any problems of plagorism or copyright violation? My blog has a lot of unique content I’ve either created myself or outsourced but it seems a lot of it is popping it up all over the web without my authorization. Do you know any solutions to help stop content from being stolen? I’d truly appreciate it.

]]>
By: LVN http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-12773 Wed, 22 Jun 2011 05:39:34 +0000 http://pogopixels.com/blog/?p=23#comment-12773 @Mahesh,@Swami
I am getting this
NetStream.Play.StreamNotFound
Pls help code:
nc = new NetConnection();
nc.connect(null);
nsClient.onMetaData = ns_onMetaData;
ns = new NetStream(nc); ns.addEventListener(NetStatusEvent.NET_STATUS,netStatusHandlr;
ns.play(“http://www.youtube.com/get_video.php?video_id=bKzsWH0sQHs&t=vjVQa1PpcFOsubscfFLGooFMSBPcZ9POQy0FzycLZeQ=”);
ns.client = nsClient;
player.mx_internal::videoPlayer.attachNetStream(ns); player.mx_internal::videoPlayer.visible = true;

]]>
By: Leeroy http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-9797 Mon, 24 Jan 2011 23:34:10 +0000 http://pogopixels.com/blog/?p=23#comment-9797 Hello!
Is something like http://www.youtubedisko.de possible for mobile phone browsers?

Since we are dealing with music and poor hardware (mobile phones) I would like to ONLY load/stream the audio.

Would such a thing be possible?
Thanks in advance!

]]>
By: luciano_dev http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-9147 Fri, 10 Dec 2010 23:57:59 +0000 http://pogopixels.com/blog/?p=23#comment-9147 YouTube Widget not found, never load the video

]]>
By: Sylvio Ruiz http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-7374 Mon, 28 Jun 2010 13:37:39 +0000 http://pogopixels.com/blog/?p=23#comment-7374 There’s no way to fecth the Youtube URL if you are embeding the swf on webpage because the “t” param has the firt quadrant of request IP encoded (in this case, the server IP used in php script). When the clients try to watch, they will receive a blank page because Youtube will check the hash generated by the server IP and will compare with the client IP (they are diferent).

]]>
By: ikari http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-7280 Tue, 22 Jun 2010 14:27:06 +0000 http://pogopixels.com/blog/?p=23#comment-7280 I need to be able to feed a youtube flv into my flash file. How do i do this? I have tried putting the script above into flash but it just gives me errors? So what am i doing wrong?

]]>
By: artibaj http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-7275 Mon, 21 Jun 2010 21:55:42 +0000 http://pogopixels.com/blog/?p=23#comment-7275 When i get the url of youtube flv (with stub.php file)
and i add this to NetStream object to play
i get in Flash error:
Error opening URL
‘http://www.youtube.com/get_video.php?video_id=Th3gmJ_MFNo&t=vjVQa1PpcFMBLVhBx6rxYxgGP1Ka43csLJdXEJB5cjg

when i get url of flv without stub.php file
file is playing

what is wrong???

]]>
By: Swami Charan http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-7218 Thu, 17 Jun 2010 08:28:51 +0000 http://pogopixels.com/blog/?p=23#comment-7218 @Mahesh,

The URL we get will point to the FLV of that video. We need to pass the result to NetStream.play().

In Flash, if we pass the “http://www.youtube.com/get_video.php?video_id=uhOUdfYIKEg&t=vjVQa1PpcFNa9dIHreuRU3IqYB3p35P6ZYYKU7BqBn8=” to NetStream.play(), it will play the video.

-Swami

]]>
By: luciano_dev http://pogopixels.com/blog/getting-the-url-of-a-youtube-flv-file-in-flash/comment-page-1/#comment-6611 Tue, 27 Apr 2010 21:47:28 +0000 http://pogopixels.com/blog/?p=23#comment-6611 Found found again!!!! come on!!!!!

]]>