Flash.FlashPlayer.TargetVersion
static var TargetVersion: string;
Description

Get a string representing the version of the Flash Player which the current project has been compiled against.

	import UnityEngine.Flash;
	
	var playerVersion = FlashPlayer.TargetVersion;