Re: Embedding YouTube Video
Nevermind, I just needed to add the <embed> tag to the allowed tags in the Settings module.
Re: Embedding YouTube Video
NEVER MIND!
I don't know how you got the youtube video to display. First, youtube doesn't use the embed tag any longer (they use 'object'), and even when I add that tag in the settings, I still can't get the video to display (even though the code is printed out).
Does anybody have any ideas?
thanks,
Bill
Re: Embedding YouTube Video
Code:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/-RPM7RLEFjs&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/-RPM7RLEFjs&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
embed is within object bill.
put above in an html content element and it should show
Re: Embedding YouTube Video
yeah, I got it working ... something else screwy was going on too ... cache problem? Don't know, but all of a sudden it started working. Thanks!