Jump to content

Youtube Vid


TheFilmGod

Recommended Posts

Hi, I'm trying to download a video from youtube and putting the file on my web server but I'm having no luck. I got the file to download but it seems like the code I'm using doesn't work.

 

Here's the code:

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="425" height="350" id="FLVPlayer">
                        <param name="movie" value="FLVPlayer_Progressive.swf" />
                        <param name="salign" value="lt" />
                        <param name="quality" value="high" />
                        <param name="scale" value="noscale" />
                        <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=video/test&autoPlay=true&autoRewind=false" />
                        <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=video/test&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="425" height="350" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />

 

The video seems to get transferred onto the visitor's computer but nothing shows up! Any clue?

Link to comment
https://forums.phpfreaks.com/topic/46129-youtube-vid/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.