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
Screensaver creation with PHP
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: Screensaver creation with PHP
Do you mean like a .scr file?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
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.
If you want to know more, read here.