I am new and wondering if anyone can help me solve this problem i have. The following code will not load the chatroom can anyone see what is wrong with my code?

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase ="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="85%" height="700" align="middle">
<Param name="id" value="chat" />
<param name="base" value="http://www.camamba.com" />
<param name="wmode" value="window" />
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="true" />
<param name="movie" value="/webcam_window_v4e.php?user=Will_deman&lang=english&setage=51&setgender=male&setroom=digitalohasis.com&bgImage=&backgroundColor=81BEF7&camImage=&logoImage=&profileUrl=&fontColor=&onlineUrl=&adm=zeplace2b"/>
<param name="quality" value="high" />
<param name="wmode" value="window" />
<param name="bgcolor" value="#000000" />

<embed width="85%" height="700" src="/webcam_window_v4e.php?user=Will_deman&lang=english&setage=51&setgender=male&setroom=digitalohasis.com&bgImage=&backgroundColor=81BEF7&camImage=&logoImage=&profileUrl=&fontColor=&onlineUrl=&adm=zeplace2b quality="high" bgcolor="#000000" name="chat" align="middle" allowScriptAccess="always" allowFullScreen="true" />
</object>

Thakn you