Just embed the YouTube video in an iframe and hide it, like so:
PHP Code:
<iframe style="display:none" id="ytplayer" type="text/html" src="http://www.youtube.com/embed/video_here?autoplay=1"/>
Replace "video_here" with the video you wish to play in the background.
For example:
PHP Code:
<iframe style="display:none" id="ytplayer" type="text/html" src="http://www.youtube.com/embed/V8GGe6-QL_4?autoplay=1"/>
will play this:
Note that a lot of songs won't work by embedding them as the record companies block the videos from being used outside of YouTube.