F-IN-BOX .NET Help >> Classes >> Global

InstalledFlashVersion

Syntax

[ C# ]
  1. public static Version InstalledFlashVersion  

Description

Returns version of the installed flash.

[ C# ]
  1. if (f_in_box__lib.Global.InstalledFlashVersion.MajorPart < 8)  
  2. {  
  3.     MessageBox.Show("The application needs Flash 8 or higher\nCurrent flash version is: " + f_in_box__lib.Global.InstalledFlashVersion.ToString());  
  4.     return;  
  5. }  


Copyright © Softanics. All rights reserved.
F-IN-BOX is a trademark of Softanics.
Macromedia and Shockwave Flash are trademarks of Adobe