Flash control for screensaver?

  • Thread starter Thread starter VMI
  • Start date Start date
V

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
 
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.
 
Thanks for the reply.
Is Flash required on the user PC?

Nicholas Paldino said:
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]
- (e-mail address removed)

VMI said:
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
 
Well, if you are going to develop in flash, then the adobe flash player
is required on the machine.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

VMI said:
Thanks for the reply.
Is Flash required on the user PC?

Nicholas Paldino said:
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]
- (e-mail address removed)

VMI said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top