Queso Posted June 4, 2007 Report Posted June 4, 2007 Hi. http://www.love-machine.org/yantra/index.html I want to extract the flash video from this site and put it on my own.(it's a personal page and I'll probably be the only one who sees it so it's no big deal) <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="715" HEIGHT="520" id="yantra" ALIGN="CENTER"> <PARAM NAME=movie VALUE="yantra.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFF00> <EMBED src="http://www.love-machine.org/yantra/yantra.swf" quality=high bgcolor=#FFFF00 WIDTH="715" HEIGHT="520" NAME="yantra" ALIGN="CENTER" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT> When I insert that into my pageI get a big blank yellow box. Why won't it play even when I click Play? :singer: Quote
Queso Posted June 4, 2007 Author Report Posted June 4, 2007 oh oops I think I found the problem hold on... Quote
Tormod Posted June 4, 2007 Report Posted June 4, 2007 You need the whole URL to the movie. Right now it just points to a file on the (remote) server. Quote
Queso Posted June 4, 2007 Author Report Posted June 4, 2007 <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="520" width="715" id="yantra" align="CENTER" data="http://www.love-machine.org/yantra/yantra.swf"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.love-machine.org/yantra/yantra.swf" /></object> I fixed that and it still won't work.It plays the music, though.... ?:singer: Quote
Queso Posted June 4, 2007 Author Report Posted June 4, 2007 do you think it has something to do with the allowScriptAccess="never" ? was this flash programmed not to work elsewhere ? Quote
Tormod Posted June 4, 2007 Report Posted June 4, 2007 Yeah, Flash has built in security for leeching, AFAIK. You may want to experiment with different settings. However, if the movie loads variables or data (like a list of images or movie sequences) from the server there is no way you will get it to work. Quote
alexander Posted June 14, 2007 Report Posted June 14, 2007 that or just download it and host it yourself (on your server) Quote
hamihaha Posted September 2, 2007 Report Posted September 2, 2007 You need the whole URL to the movie. Right now it just points to a file on the (remote) server. You can aswell "copy" the video on your computer by re-recording it.Some software do that. Quote
alexander Posted September 4, 2007 Report Posted September 4, 2007 is that not what i said just a post above? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.