Extract swf from another source

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fabby
Forum Commoner
Posts: 62
Joined: Tue Feb 15, 2005 1:06 am
Location: Romania
Contact:

Extract swf from another source

Post by fabby »

Hi.
Do you know that, if it is a way to copy a swf from a link and put it in a directory where i want? That to do from php.

I want to extract free online games dinamic. Until now i have to enter in each link, extract the game, etc - that take a lot of work.
Thanks.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Re: Extract swf from another source

Post by Ambush Commander »

You would use one of PHP's http retrieval functions. Google curl.

But, I suspect that your actions would not be legal. Have the flash authors allowed you to download and redistribute their flash files?
Post Reply