Disregard!
Just incase anyone ever runs across this problem again – and that is VERY unlikely – here’s the problem.
Last night I found all the videos I wanted to post.
I copied them and saved them into notepad.
When I brought up notepad today, I copied & pasted the information from notepad into my PAGE blog.
I wasn’t until I maximizing “notepad” I realized that notepad had done this to my script:
Christmas Tree Decoration - Christmas Crafts for Kids The Host is a Child - Our Favorite!!
<object width="425" height="349"><param name="movie"
value="http://www.youtube.com/v/lsIHNHc1Dbk&hl=en&fs=1
&rel=0&color1=0x402061&color2=0x9461ca&border=1"></param>
<param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/lsIHNHc1Dbk&hl=en&fs=1&rel=0&
color1=0x402061&color2=0x9461ca&border=1" type="application/x-
shockwave-flash" allowfullscreen="true" width="425" height="349">
</embed></object>
It was putting breaks in the coding! Now I didn’t think it would matter that much, but when I looked at the code as I pasted it into the html editor it looked like this:
Christmas Tree Decoration - Christmas Crafts for Kids The Host is a Child - Our Favorite!!
<object width="425" height="349"><param name="movie"
value="http://www.youtube.com/v/lsIHNHc1Dbk&hl=en&fs=1
&rel=0&color1=0x402061&color2=0x9461ca&border=1"></param>
<param name="allowFullScreen" value="true"></param><embed
src="http://www.youtube.com/v/lsIHNHc1Dbk&hl=en&fs=1&rel=0&
color1=0x402061&color2=0x9461ca&border=1" type="application/x-
shockwave-flash" allowfullscreen="true" width="425" height="349">
</embed></object>
Once I removed all the breaks in the code it worked just fine. That is why when I copied the script for the video on the homepage it did the same thing, because it was in that same notepad document.
If I had copied the script from the homepage PAGE, it would have worked just fine.
Live and learn!