Hi all,

I'm facing a problem. I want to embed a flash into a web content.

I try the following code.

html Code:
  1. <td rowspan="16" colspan="5"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="XXX\XX\XX\XX\FP_AX_CAB_INSTALLER.exe" width="550" height="440" VIEWASTEXT>
  2.      <param name="movie" value="http://XX/XX/XX/XX/Images.EML/WEBSITE_R6-C7.swf" />
  3.      <param name="quality" value="high" />
  4.      <embed src="http://XX/XX/XX/XX/Images.EML/WEBSITE_R6-C7.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="440"></embed>
  5.    </object></td>

It is work fine in my local PC, after I uploaded the page to exchange server the code will missing.

Html Code:
  1. <td rowspan="16" colspan="5">
  2.      
  3. [COLOR="Red"]     Nothing Here [/COLOR]
  4.      
  5.    </td>


Why this will be happened ? Any one know how to solve the problem.

Your help is appreciated. Thanks