Get videos from youporn

Aliks

Newbie
Joined
Feb 22, 2009
Messages
12
Reaction score
1
Hi there!
I have one problem, that I'm unable to solve by myself, so I decided to ask community of this forum.
Maybe someone has such experience, that can be helpful. So, few words about what I'm trying to do.
I try to get video's from youporn.com to insert to my blog. But I don't want to donwload videos, just insert appropriate HTML code to my site to allow users view videos. But youporn uses SWFObject and that's why I can't cut appropriate code of flash player.
I'll be thankful for any ideas

PS: it's a pity, but I can't post here HTML code, because it has links and I have too small number of posts
 
Install the firebug extension for firefox, and look in the Net Tab and inside Net look inside Flash tab, Then get the .FLV file
 
hm, I have something similar on my mind, I can play the stream on other site but when I take his code it doesn't work on mine.

here is the code, is there anything I can do with this ? (tried firebug, doesn't show anything )

Code:
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="520" height="420">
<param name="movie" value="http://www32.websamba.com/channel52/laf.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="autostart=true" />
<embed src="http://www32.websamba.com/channel52/laf.swf"
width="520"
height="420"
allowfullscreen="true"
allowscriptaccess="always"
flashvars="autostart=true" ></embed>
</object>
 
Last edited:
Back
Top