Topic: Media Plugin stripping out 'allowfullscreen'?
Hi,
I'm not sure if this is the correct forum to be posting in, and I'm not sure if this is a bug. I have the following code:
<object bgcolor="#000000" width="480" height="360" allowfullscreen="true">
<param name="wmode" value="opaque"></param>
<param name="quality" value="high"></param>
<param name="movie" value="movie.swf"></param>
<embed bgcolor="#000000" wmode="opaque" src="movie.swf" type="application/x-shockwave-flash" width="480" height="360" allowfullscreen="true" quality="high"></embed>
</object>I tried inserting the above code into the editor through HTML, but when the 'allowfullscreen' attribute gets stripped out. I have played around with the valid_elements/extended_valid_elements settings, to no avail.
However, the code remains intact if I remove the 'media' plugin (but there's no pretty placeholder, which would be a bigger issue).
I tried doing the same thing on the tinymce demo: http://tinymce.moxiecode.com/example_full.php and I get the same results (allowfullscreen being stripped out).
What am I doing wrong?
Thanks in advance!