Hi, I thought that maybe it was better to start a new thread to catch more attention.
In general it seems as flash object do not render on DNN3.0.13...(Strange since the flash in the skin provided does) I have tried the code below 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>
=================================
Anybody seen this? Any work around... I have to finish a splash screen as of yesterday.
Chalo