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

InstalledFlashVersion

Syntax

[ C# ]
public static Version InstalledFlashVersion

Description

Returns version of the installed flash.

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


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