I'm trying to add the following HTML code to a reusable content list item.
<object width="400" height="250"><param name="movie" value="http://www.youtube.com/v/mUH8KeiRS10?fs=1&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mUH8KeiRS10?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="400" height="250"></embed></object>
For some reason, when I save the changes that piece of code disappears. Are those tags not supported in reusable content items? If not, how can I reuse this kind of content among several site collections?