TheFilmGod Posted April 8, 2007 Share Posted April 8, 2007 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 More sharing options...
MadTechie Posted April 8, 2007 Share Posted April 8, 2007 i only see the player not the video! Link to comment https://forums.phpfreaks.com/topic/46129-youtube-vid/#findComment-224178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.