Hi all,
I'm facing a problem. I want to embed a flash into a web content.
I try the following code.
html Code:
<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> <param name="movie" value="http://XX/XX/XX/XX/Images.EML/WEBSITE_R6-C7.swf" /> <param name="quality" value="high" /> <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> </object></td>
It is work fine in my local PC, after I uploaded the page to exchange server the code will missing.
Html Code:
<td rowspan="16" colspan="5"> [COLOR="Red"] Nothing Here [/COLOR] </td>
Why this will be happened ? Any one know how to solve the problem.
Your help is appreciated. Thanks




Reply With Quote