Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a flash file: a.swf, how can I program with c/c++ to convert it to scr format?
Posted
Updated 18-May-10 22:47pm
v2
Comments
Moak 19-May-10 4:48am    
Updated subject and tags, hope this is what you are looking for.

1 solution

Windows screen saver files (.scr) are actually executables that are instantiated by the system, so to make your movie into a screen saver you will need to create some code to run the flash file. John Walker has some great samples of screen savers (including source code) here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900