H guys.
I found this site and some good information on Flash embedding.
http://code.google.com/p/swfobject/...umentation The SWFObject2 seems to be the latest when it comes to embedding Flash movies.
However, the code includes JAVA Script, and I enter the string as shown below. When I then reopen the text/html module the Java script is removed?
Why is this happening?
And what can I do about it?
First the SWFObject2 I entered: (With spaces or commas.)
<, div align="center" ,>
<, object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420", >
<, param name="movie" value="/dotnetnuke/Portals/25/Flash/AnimationDemo.swf" / ,>
<,!--[if !IE],>--,>
<,object type="application/x-shockwave-flash" data="/dotnetnuke/Portals/25/Flash/AnimationDemo.swf" width="275" height="300",>
<,!,--
<,p,>Alternative content,<,/p,>
<,!--[if !IE]>--,>
<,/object,>
<,!--
<,/object,>
<,/div,>
Then the remains after DotNetNuke has modified it:
<,div align="center",><,object height="420" width="780" classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000",>
<,param value="/dotnetnuke/Portals/25/Flash/AnimationDemo.swf" name="movie" /,>,<,/,object,>,<,/,div,>
Cheers
Olle….