Page 1 of 1

Screensaver creation with PHP

Posted: Tue Jun 13, 2006 2:53 am
by roudi
Hi all,

I have to create a webapplication which get some pictures and then create a screensaver with them.
Is it possible with PHP ?
Cheers.

Stefano

Posted: Tue Jun 13, 2006 4:05 am
by bg6aer
o
i have never heard about that
wish you success

Re: Screensaver creation with PHP

Posted: Tue Jun 13, 2006 6:02 am
by Chris Corbyn
roudi wrote:Hi all,

I have to create a webapplication which get some pictures and then create a screensaver with them.
Is it possible with PHP ?
Cheers.

Stefano
Do you mean like a .scr file?

Posted: Tue Jun 13, 2006 8:36 am
by roudi
Hi,

Yes, i mean a SRC file !
Cheers.

Stefano

Posted: Tue Jun 13, 2006 8:56 am
by feyd
PHP doesn't, without a lot of help (and coder experience,) have the ability to create Windows screensaver files. They are fully compiled executable programs (exe's) that are slightly different from a standard executable: they take two, very specific command line parameters.

If you want to know more, read here.