Ok, well I got YouTube working nicely, but I can't seem to get Google videos working at all.
The only other thing I've tried to do Andrew for YouTube, is set an icon for the file but it's not working. I altered the php code like so:
PHP Code:
if(stristr($linkurl, 'youtube.com/watch?v=')) {
$linktypebit = '<img border="0" src="http://www.amacny.com/vb/images/editor/youtube.gif" alt="YouTube Video" />';
$is_musicbox = 1;
}