You should be doing this in your CMS, not TT. TT is primarily a design tool for the template, and your relative CMS will have a far greater range of add-on tools available for handling things like this. For example, in Joomla, it's as easy as dropping in the embed code you can get off any YT video (code starts and ends with
<frame>...</frame>
and there it is. Want to center it on the page? Add
<div align="center><frame>...</frame></div>
and you're good to go!