' VB Script Document ' Detects if Internet Explorer can play Macromedia Flash ' This script is originated from a Flash detection script by Macromedia on error resume next MM_contentVersion = 6 MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))