Hi
I have just noticed that my you-tube movie doesnt work in IE 6.0 when using the Text/html module. It works fine in Firefox.
If i view the source of the module in firefox i get the following code:
<p><object width="220" height="180">
<param name="movie" value="http://www.youtube.com/v/NXHyF10CtCE" />
<param name="wmode" value="transparent" /><embed width="220" height="180" src="http://www.youtube.com/v/NXHyF10CtCE" type="application/x-shockwave-flash" wmode="transparent"></embed></object></p>
which is the code supplied by You-tube
But if i view the source from the text/html module through IE 6.0 i get the following code:
<p><embed src="http://www.youtube.com/v/NXHyF10CtCE" width="220" height="180" wmode="transparent" type="application/x-shockwave-flash"></embed></p>
Any ideas
Cheers