|
for some reason my video code gets changed after i hit save all changes, here is my original code:
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/2L8jd9PHhl0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/2L8jd9PHhl0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
here it is after i hit save:
.. type="application/x-shockwave-flash" data="http://www.youtube.com/v/2L8jd9PHhl0" height="350" width="425"> <param name="movie" value="http://www.youtube.com/v/2L8jd9PHhl0" /> <param name="allownetworking" value="internal" /> <param name="allowScriptAccess" value="never" /> <param name="enableJSURL" value="false" /> <param name="enableHREF" value="false" /> <param name="saveEmbedTags" value="true" /> <param name="wmode" value="transparent" /> ..>
anyone know wtf is going on here? the code is totally altered and useless.
i'm using internet explorer 7 and windows xp pro
This post has been edited by iamcdn: 18 Jan, 2007 - 09:10 AM
|