Problem loading YouTube SWFs into Flash Website

Please Help!

I’m creating a website with a video section that loads SWFs from YouTube. I’ve been able to get the files to load, and even been able to resize them to fit. There’s just one problem. My Flash website is center aligned, and every time the Youtube SWF loads, the center-aligned flash file automatically realigns to the left!

To see my example please click here:

http://www.mattchamberlain.com/index_tv_test.html

If you click on ‘video’ and then click on the big red button, you’ll see what I’m talking about.

Has this happened to anyone else? Does anyone know a way around this?

I’ve tried a number of different ways to load the SWF movie, and even the simplest…:


tv_btn.onRelease = function() { 
         loadVideo.loadMovie("[http://www.youtube.com/v/9SpIG_Ovi7g.swf](http://www.youtube.com/v/JpBGRA6HHtY.swf)"); 
 } 

…does the same thing.

Thanks in advance for any and all insights into this issue!

-AR.