Here is my code: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="420" height="350" id="/YouTube_video/youtube" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="youtube.swf?xml=config.xml<?php if( $_GET['video'] != null ) echo "&video=".$_GET['video'];?>" /> <param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="youtube.swf?xml=config.xml<?php if( $_GET['video'] != null ) echo "&video=".$_GET['video'];?>" quality="high" bgcolor="#ffffff" width="450" height="369" name="/YouTube_video/youtube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> Code (markup): Wordpress is replacing the &'s with the ascii codes. The <'s in the code look like they are being replaced as well. I have already disabled the WYSIWG editor, I have checked the SQL directly for the post I am putting this code into, and it all checks out. It's only once I view the source of the post it shows this, and obviously the code isn't working. I am paying $20 to whoever helps me fix this first. Add me on MSN: John (at) Livewirehost.com
it seems wordpress is converting the chars when outputting posts. Wordpress can be annoying like that. I found this on google: http://www.welped.com/2007/09/06/stopping-wordpress-making-your-apostrophes-curly-hack/ it seems like a similar issue, maybe try following instructions but look for the >'s and &'s instead in the file and replace them with the needed, replacements hopefully I made sense there, lol.