Hi all,
really hope someone can help on this one.
Have been working on http://mtvs.virtuaffinity.net/ this week and today the client asked whether we could embed a YouTube video clip and I thought there would be no problem given that we can add html.
Added the following code,
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/5j8B6BIeXVo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/5j8B6BIeXVo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
and actinic crashed.
Re-started actinic and it loads fine but as soon as I go to the fragment with the code in it crashes. I can't delete the code because it crashes.
Anyone have any ideas?
really hope someone can help on this one.
Have been working on http://mtvs.virtuaffinity.net/ this week and today the client asked whether we could embed a YouTube video clip and I thought there would be no problem given that we can add html.
Added the following code,
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/5j8B6BIeXVo"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/5j8B6BIeXVo" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
and actinic crashed.
Re-started actinic and it loads fine but as soon as I go to the fragment with the code in it crashes. I can't delete the code because it crashes.
Anyone have any ideas?
Comment