Detecting browser version?

Hey!

[size=3][font=Times New Roman]Is it possible to detect, through flash, browser version on a user’s computer?[/font][/size]
[size=3][font=Times New Roman][/font][/size]
[size=3][font=Times New Roman]//phreaky[/font][/size]

no.
AS doesnt support browser inspections…
JS on the other hand does.

window.navigator.appVersion

Prophet.