PDA

View Full Version : How do you put flash video on thread? how do you dl flash video?


tonychau
Jan 22nd, 2006, 11:56 AM
I have try copying the link from youtube.com. it is still does not work.

I wonder how do you dl flash video from website

http://www.redflagdeals.com/forums/showthread.php?t=245805

gprime
Jan 22nd, 2006, 01:23 PM
The videos are streamed from the server. When you are trying to save this, you are just saving the .SWF file that reads the video.

The actionscript says this:

Load video from: "http://www.youtube.com/get_video?video_id=[VIDEO ID HERE]"

Now if you look at the video page, there is this permalink box that says something like this:

http://www.youtube.com/?v=-2Zh2YpRT_k

"v" is the video ID. So you have the URL:

http://www.youtube.com/get_video?video_id=-2Zh2YpRT_k

That's the actual video file. It's in FLV (Flash Video) format. Save it with the .flv file extension.

Now, that you have the file, you just need a player. A quick google returns this:

http://www.tekool.net/flash/flv_player/index_en.html

Give it a try. I haven't tested it.. but I assume it should work.

EDIT:

Ok, it does work.

http://img494.imageshack.us/img494/1944/flvtube8hn.png

Hey... no "YouTube" logo in the way, and you can play it from your desktop. Win win!

EDIT 2:

Weird! I was wondering why you asked how to post a video IN a thread, until I noticed the guy in the other thread did it. Apparently he used this code:

<embed src="http://www.youtube.com/v/wlE67WAKcas" tag, it actually works. Is this a bug in vB?

<embed src="http://www.youtube.com/v/wlE67WAKcas"