0

I'm writing arcade game script. i want to take a photo for thumbnail on swf files.

have php got function for this? Or How difficult?

  1. Upload a swf file
  2. Take a photo uploaded file
  3. Move directory
  4. Add to mysql
ajreal
  • 46,720
  • 11
  • 89
  • 119
Yusuf ali
  • 331
  • 1
  • 6
  • 15

1 Answers1

1

That's not possible with PHP alone. The best solution in my eyes is to use a browser screenshot tool on a page that embeds the flash.

cweiske
  • 30,033
  • 14
  • 133
  • 194
  • PHP cant make screenshots... maybe its another flash application... but it would go for a "normal" application in java or so to do the job... – Dukeatcoding Aug 09 '11 at 07:09
  • what is this http://stackoverflow.com/questions/757675/website-screenshots-using-php and http://www.phpclasses.org/browse/video/1/package/4608.html this? – Yusuf ali Aug 09 '11 at 07:38
  • They all use external tools - the phpclasses thingy uses internet explorer, while the SO question suggests using `wkhtmltopdf`. – cweiske Aug 09 '11 at 07:53