Click here to Skip to main content
15,909,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is going to sound like a stupid question now, but I have an application which displays flash files (.swf) using the Shockwave Flash Object in VB.NET - however when other users are using my application do they have to have Adobe Flash Player or/and Adobe Shockwave Player installed on their computers before they can view the flash files / use my application?

Thank-You :-)

--------------------------
REPLY:
Thanks :-)
Posted
Updated 27-Sep-10 7:31am
v2

Simply yes. Flash and Shockwave run client side and must therefore be installed on the client machine to work. They are very commonly accepted so most users will have this installed.

Good luck!
 
Share this answer
 
v2
Check out swfobject on code.google

http://code.google.com/p/swfobject/[^]

This performs all the client side detection and gracefully handles when flash isn't available.

It's a nice easy to use script
 
Share this answer
 
v3

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