I am also experiencing this problem.. Has anybody found what the problem is?
In general it seems as flash object do not render on DNN3.0.13... I have tried using a Text/Html module and the page doesn't finish loading.... The same code in DNN2.1.12 works perfectly.
======== Code for Text/HTML module ======
<OBJECT width="500" height="300" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><br/> <param name="src" value="/portals/0/Splash.swf"><br /> <param name="CONTROLLER" value="False"><br /> <param name="LOOP" value="True"><br /> <param name="PLAY" value="True"><br /> <EMBED height="300" width="500" src="/portals/0/Splash.swf" PLAY="True" LOOP="True" CONTROLLER="False" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"><br/> </EMBED><br /></OBJECT>
=================================
I think the problem is(was?) in the CORE and not in this module.
Any help will be appreciated...
Chalo