	'Map VB script events to the JavaScript method - Netscape will ignore this... 
	'Since FSCommand fires a VB event under ActiveX, we respond here 
	Sub flashPlayer_FSCommand(ByVal command, ByVal args)
		call flashPlayer_DoFSCommand(command, args)
	end sub

