Firefox is really starting to tick me off

How the heck do I disable the right click menu for my flash site in firefox? It works in IE but not firefox!

http://www.vectortrance.com/bathinginsanity/test/

This is my source html:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
<meta name=“description” content=“bathing in sanity: A badass calgary band hellbent on destruction.”>
<meta name=“keywords” content=“bathing in sanity, bathinginsanity, bis, band, calgary, vectortrance, vector trance”>
<title>b a t h i n g . i n . s a n i t y </title>
<link rel=“stylesheet” type=“text/css” href=“baseline.css”>
<link rel=“shortcut icon” href="/favicon.ico" type=“image/x-icon”>
</head>

<body bgcolor="#000000" style=“margin: 0px;” >
<div id=“container”>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0” width=“100%” height=“100%” id=“interface” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“interface.swf” />
<param name=“quality” value=“best” />
[COLOR=red]<param name=“menu” value=“false” />[/COLOR]
<param name=“scale” value=“noscale” />
<embed src=“interface.swf” quality=“best” scale=“noscale” width=“100%” height=“100%” name=“interface” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage="<A href=“http://www.macromedia.com/go/getflashplayer"></embed">http://www.macromedia.com/go/getflashplayer”></embed>
</object>
</div>
</body>
</html>

Is the red bold script up there not the one required to disable the rightclick menu on ANY browser?!