Hi,
I am using ASP editor V 5.2
Does any one have any suggestions on how i can prevent the editor from stripping object and param tags. Please look at the input and output below.
Input:
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/VZKQp0nDeBM&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/VZKQp0nDeBM&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
Output:
<embed src="http://www.youtube.com/v/VZKQp0nDeBM&rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></embed>