I'm having an issue with an embedded video from youtube. It was working fine until recently and now I can see it when I load the site from my desktop but not from the server. The code is as follows:
Singing doesn’t stop after the lesson- I will help get you involved in the music community.
<p>Watch a former voice student perform at a special Valentines Day gig at The Company House in Halifax. I arranged the show especially for talented up-and-coming young stars!</p>
<p align="center"><br />
<script type="text/javascript">
AC_AX_RunContent( 'width','560','height','340','src','http://www.youtube.com/v/xqnhBLoi_Sk&hl=en_US&fs=1&','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscreen','true','movie','http://www.youtube.com/v/xqnhBLoi_Sk&hl=en&fs=1&' ); //end AC code
</script>
<noscript>
<object width="560" height="340">
<param name="movie" value="http://www.youtube.com/v/xqnhBLoi_Sk&hl=en&fs=1&" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="http://www.youtube.com/v/xqnhBLoi_Sk&hl=en_US&fs=1&" width="560" height="340" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" movie="http://www.youtube.com/v/xqnhBLoi_Sk&hl=en&fs=1&"></embed>
</object>
</noscript>
I'd appreciate any help.