Jump to content
Science Forums

Recommended Posts

Posted

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 page

I get a big blank yellow box.

 

Why won't it play even when I click Play?

 

:singer:

Posted

<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:

Posted

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.

  • 2 weeks later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...