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

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

	import UnityEngine.Flash;
	
	var swfVersion = FlashPlayer.TargetSwfVersion;