Ripping .swf file from website?

Associate
Joined
17 Mar 2004
Posts
1,562
Anything which will do this?

It's not the normal YouTube etc, it's a suppliers website and he's given us permission to take the video to put on ours.
 
could you not just

Code:
<object width="woteva" height="woteva">
<param name="movie" value="link to the swf">
<embed src="link to the .swf" width="woteva" height="woteva">
</embed>
</object>
 
Back
Top Bottom