Like I said in the previous post, if we try to open a naked swf file in IE it
does not play. However, when I enlose it in the proper tags the content is
displayed. Is this the way it's going to be from now on?
Here is an example I pulled from google that got it to work.
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="400" HEIGHT="300"
CODEBASE="
http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="[%SWF FILE%]">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="QUALITY" VALUE="best">
<PARAM NAME="LOOP" VALUE="true">
<EMBED SRC="[%SWF FILE%]" WIDTH="400" HEIGHT="300" PLAY="true" LOOP="true"
QUALITY="best"
PLUGINSPAGE="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers ion=ShockwaveFlash">
</EMBED>
</OBJECT>
Here are a couple of other things I have tried.
Registry Permissions are correct, I even gave users full control to
everything (on a test box)
Ran Flash Uninstaller, rebooted, installed package from adobe's site
Ran Flash Uninstaller, Rebooted, installed package from filehippo
unregistered & reregistered flash9d.ocx (regsvr32)
Tried both MSI & EXE installers from Adobe's Corporate download site
Changed IE security settings to lowest possible, everything was allowed
Allowed active content from My Computer (IE advanced settings)
Tested with different users, some admins some not
Tested with different versions of Windows XP (RTM, SP1, SP2)
None of those steps made any difference, and I have run out of ideas.