I have to setup a web part on the SharePoint 2003 Portal that would display a swf file (in a test environment).
This setup is done and working in production environment, but the developer who did it left the company.
He used a content editor to set it up.
I added a content editor to my web site and placed there the code similar to what is inside the Source Editor on the production SharePoint server. Then I uploaded the same swf file to the same document library that existed on the production server.
However only the title for the web part is displayed (the swf file is not displayed at all).
What am I missing? I suspect this could be a configuration issue, but I am not sure.
I have this code inside the Source Editor (see below).
I have the same results in IE and Firefox.
Please assist. Thanks a lot!
**************************
**********
**********
*
<TABLE CELLPADDING="O" CELLSPACING="0" BORDER="0" WIDTH="100%"> <TR>
<TD BGCOLOR="#e6e6e6" align="CENTER">
<script src="/_layouts/AC_RunActiv
eContent.j
s" type="text/javascript">
AC_FL_RunContent('codebase
','
https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width','315','height','125','src','TestLibrary/AccordionMenu','quality','high','pluginspage','https://www.macromedia.com/go/getflashplayer','movie','/TestLibrary/AccordionMenu','bgcolor','#e6e6e6' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE
6D-11cf-96
B8-4445535
40000" codebase="
https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="315" height="125">
<param name="movie" value="/TestLibrary/Accord
ionMenu.sw
f" />
<param name="quality" value="high" />
<param name="bgcolor" value="#e6e6e6" />
<embed src="/TestLibrary/Accordio
nMenu.swf"
quality="high" pluginspage="
https://www.macromedia.com/go/getflashplayer" type="application/x-shockw
ave-flash"
width="315" height="125">
</embed></object>
</noscript>
</TD>
</TR>
</TABLE>
Start Free Trial