i see the problem.
go to the
passiveVid - Global Array plugin find this line (under // myspace):
PHP Code:
'string' => '#'.$urlrx[0].'vids.myspace.com/index.cfm\?fuseaction=vids\.individual&VideoID=(\d{8,15})(?:[^"]+)?'.$urlrx[1].'#',
and add an "i" after the # sign so it should look like this:
PHP Code:
'string' => '#'.$urlrx[0].'vids.myspace.com/index.cfm\?fuseaction=vids\.individual&VideoID=(\d{8,15})(?:[^"]+)?'.$urlrx[1].'#i',