Developing Windows Screen saver with Flash movie file using C#

Hi Everyone,

                      I am Mohan Giri. I am trying to develop screen saver with flash movie file using C#. Actually what i did is I used the Shockwave Flash Activex control in the form and called the movie file using the control. I wrote C# codings to stop the movie file running when  Keyboard and Mouse events occurs. And I renamed the .exe fie into .scr and placed that file into system folder. But everything is working fine but it requires flash movie file and when we select preview option the movie file is not running. Only the Activex control is displaying as white background.

                     So tell me how to solve this. And I want to know how flash to screen saver tool is converting Flash movie file into(SWF) screen saver(SCR). Is there any other way to do this.

Thanks.

 

 

 




Answer this question

Developing Windows Screen saver with Flash movie file using C#

  • cgraus

    Just one of the hundreds of programs already doing that, so don't see why it doesn't work.

    http://www.karland.com/Current_Projects/KFlashSaver/

    Maybe you need to activate the movie somehow by setting the size and sending a play command I guess I have to try this myself too sometime since it sounds fun.


  • Developing Windows Screen saver with Flash movie file using C#