I am having issues (just started this morning) where I cannot have a YouTube (or other) video embedded correctly. I'm currently running 3.7.4, if I upgrade to 2.5 will it help with this issue?
I changed the "URL" to "AME" as someone had mentioned in the 2.5 thread (and possibly here on this thread), but it simply displays the following code on the post....
Code:
<div style="display: none;" id="ame_noshow_post_1234038437_3">
<a href="" title="YouTube" target="_blank">YouTube</a>
</div>
<div style="display: inline;" id="ame_doshow_post_1234038437_3">
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="1" 425 style="margin:10px 0">
<thead>
<tr>
<td class="tcat" colspan="2" style="text-align:center">
<a href="" title="YouTube" target="_blank">YouTube</a>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="panelsurround" align="center">
<object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/dZZfuCJ970w"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.youtube.com/v/dZZfuCJ970w" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="350" wmode="transparent"></embed></object>
</td>
</tr>
</tbody>
</table></div>
</div>
....any thoughts?