473,396 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Flash control for screensaver?

VMI
What are the advantages/disadvantages of using the Flash component on my
screensaver application?
The basic animation that the screensaver will include can be done either
with Flash or by writing code. But with the Flash control, I can easily add
much more fancy animation. But I don't know what disadvantages (in terms of
user installation, PC requirements during installation, etc) may arise from
using this Flash component.

Any help is appreciated.
VS2005 v2.0
Jun 5 '07 #1
3 2135
VMI,

I can't think of any, of course, you would have to make sure that the
minimum required version is on the machine. Other than that, if you are
comfortable using flash animation, then by all means, use it.

I think a slightly easier distribution scenario would have you using WPF
for your animations, as it comes installed by default with .NET 3.0.
However, the animation in WPF is time based, where as in Flash it is frame
based, and that could make a big, big difference, depending on your skill
set.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"VMI" <no emailwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
What are the advantages/disadvantages of using the Flash component on my
screensaver application?
The basic animation that the screensaver will include can be done either
with Flash or by writing code. But with the Flash control, I can easily
add much more fancy animation. But I don't know what disadvantages (in
terms of user installation, PC requirements during installation, etc) may
arise from using this Flash component.

Any help is appreciated.
VS2005 v2.0

Jun 5 '07 #2
VMI
Thanks for the reply.
Is Flash required on the user PC?

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote in
message news:Op**************@TK2MSFTNGP06.phx.gbl...
VMI,

I can't think of any, of course, you would have to make sure that the
minimum required version is on the machine. Other than that, if you are
comfortable using flash animation, then by all means, use it.

I think a slightly easier distribution scenario would have you using
WPF for your animations, as it comes installed by default with .NET 3.0.
However, the animation in WPF is time based, where as in Flash it is frame
based, and that could make a big, big difference, depending on your skill
set.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"VMI" <no emailwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>What are the advantages/disadvantages of using the Flash component on my
screensaver application?
The basic animation that the screensaver will include can be done either
with Flash or by writing code. But with the Flash control, I can easily
add much more fancy animation. But I don't know what disadvantages (in
terms of user installation, PC requirements during installation, etc) may
arise from using this Flash component.

Any help is appreciated.
VS2005 v2.0


Jun 5 '07 #3
Well, if you are going to develop in flash, then the adobe flash player
is required on the machine.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"VMI" <no emailwrote in message
news:ue**************@TK2MSFTNGP03.phx.gbl...
Thanks for the reply.
Is Flash required on the user PC?

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.comwrote
in message news:Op**************@TK2MSFTNGP06.phx.gbl...
>VMI,

I can't think of any, of course, you would have to make sure that the
minimum required version is on the machine. Other than that, if you are
comfortable using flash animation, then by all means, use it.

I think a slightly easier distribution scenario would have you using
WPF for your animations, as it comes installed by default with .NET 3.0.
However, the animation in WPF is time based, where as in Flash it is
frame based, and that could make a big, big difference, depending on your
skill set.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"VMI" <no emailwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>>What are the advantages/disadvantages of using the Flash component on my
screensaver application?
The basic animation that the screensaver will include can be done either
with Flash or by writing code. But with the Flash control, I can easily
add much more fancy animation. But I don't know what disadvantages (in
terms of user installation, PC requirements during installation, etc)
may arise from using this Flash component.

Any help is appreciated.
VS2005 v2.0


Jun 5 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: klappnase | last post by:
Hello everyone, does anyone know a way to stop the screensaver under linux from starting up while a certain process is running? I need this because I experience a memory leak while recording...
0
by: Luke | last post by:
I am trying to capture an event when the screensaver starts. I have code working on Windows XP etc when the Password/Welcome Screen is enabled . Using the Fast User Switching Notifications. ...
2
by: DanielB | last post by:
Does anyone know what the command line argumentto launch a screensaver's options/configuration dialog is on Windows XP Pro? From most of the example source code I can find on the web, it would...
0
by: Paul Smith | last post by:
I have been given an unusual task to create a Windows Service to do something periodically to make the screensaver timer reset. We have a general policy of locking computers automatically after 10...
4
by: Paul Smith | last post by:
I have been given an unusual task to create a Windows Service to do something periodically to make the screensaver timer reset. We have a general policy of locking computers automatically after 10...
4
by: Simon Mercer | last post by:
I have been trying to build a screensaver that will connect to a database and display specific data depending on the user that is logged in. I have managed to get a simple data access screensaver...
1
by: VMI | last post by:
Since I'm interested in developing a screensaver and the animation that I need to do can be done in Macromedia Flash, would it be possible, would it be possible to integrate a Flash component into...
0
by: te.richardson | last post by:
I want to write a screensaver that plays powerpoint presentations. So I have a form with a webbrowser control. Is there any way to get the containing form to know when the user has moved the mouse...
3
by: VMI | last post by:
I asked this question some time ago, and I received a reply, but I never followed up on the suggestion. That's why I'm posting again... I'm trying to add a Macromedia Flash movie to my C# windows...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.