body { background: url(http://www.mpchat.ru/okairinasai/img/two.jpg) no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
if (src.match(expr)) { src = src.replace(expr, vidregxp[i][2]); viwindow.style.display = 'block'; if (vidregxp[i][3] == 1) { //грузим в embed через x-shockwave-flash text = text.replace('[media]' + t2[0] + '[/media]', '<a href="' + t2[0] + '" target="_blank" title="ссылка откроется в новом окне">Видеоролик загружен!</a>'); viwindow.innerHTML = '<embed width=' + viwidth + ' height=' + viheight + ' src=' + src + ' type="application/x-shockwave-flash" allowscriptaccess=always allowfullscreen=true></embed>'; } if (vidregxp[i][3] == 2) { //грузим в iframe text = text.replace('[media]' + t2[0] + '[/media]', '<a href="' + t2[0] + '" target="_blank" title="ссылка откроется в новом окне">Видеоролик загружен!</a>'); viwindow.innerHTML = '<iframe width=' + viwidth + ' height=' + viheight + ' src=' + src + ' frameborder=0 allowfullscreen></iframe>'; } if (vidregxp[i][3] == 3) { //грузим в embed через x-mplayer2 text = text.replace('[media]' + t2[0] + '[/media]', '<a href="' + t2[0] + '" target="_blank" title="ссылка откроется в новом окне">Видеоролик загружен!</a>'); viwindow.innerHTML = '<embed width=' + viwidth + ' height=' + viheight + ' src=' + src + ' type="application/x-mplayer2" allowscriptaccess=always allowfullscreen=true></embed>'; } }
if (src.match(expr)) { src = src.replace(expr, vidregxp[i][2]); if (vidregxp[i][3] == 1) { //грузим в embed через x-shockwave-flash text = text.replace('[media]' + t2[0] + '[/media]', '<embed width=' + viwidth + ' height=' + viheight + ' src=' + src + ' type="application/x-shockwave-flash" allowscriptaccess=always allowfullscreen=true></embed>'); } if (vidregxp[i][3] == 2) { //грузим в iframe text = text.replace('[media]' + t2[0] + '[/media]', '<iframe width=' + viwidth + ' height=' + viheight + ' src=' + src + ' frameborder=0 allowfullscreen></iframe>'); } if (vidregxp[i][3] == 3) { //грузим в embed через x-mplayer2 text = text.replace('[media]' + t2[0] + '[/media]', '<embed width=' + viwidth + ' height=' + viheight + ' src=' + src + ' type="application/x-mplayer2" allowscriptaccess=always allowfullscreen=true></embed>'); } }
/* Простоплейер */ text = text.replace(/\[ppl\](http:\/\/pleer\.com\/tracks\/(.*?))\[\/ppl\]/mig, '<object width="550" height="42"><param name="movie" value="http://embed.pleer.com/track?id=$2"></param><embed src="http://embed.pleer.com/track?id=$2" type="application/x-shockwave-flash" width="550" height="42"></embed></object>');