PDA

View Full Version : How to check plugin version?


jfharper
12-06-2004, 05:00 PM
How can I find out what Flash and Shockwave versions I have currently installed on my systems. Anyone know of a way to find this out?
JH

Billy T
12-14-2004, 12:48 PM
dont know about shockwave but do a search for moock fpi

CyanBlue
12-14-2004, 02:45 PM
Since you said 'my computer'...

If using Windows...

Right click on the C:\WINDOWS\SYSTEM32\Macromed\Flash\Flash.ocx and select Properties... Click on the Version tab...

Same thing to C:\WINDOWS\SYSTEM32\Macromed\Shockwave 10\Plugin.dll

farafiro
12-27-2004, 08:17 AM
var ver = getVersion()
trace(ver.substr(4,1))