﻿// JScript 文件

function MvPlay(f,p,s){
    if( f.toLowerCase().indexOf(".flv") >= 0 )
        window.open ('FlvPlay.aspx?f='+f+'&s='+encodeURIComponent(s)+'&p='+p+'', 'play', 'height=270, width=480, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no');
    if( f.toLowerCase().indexOf(".wmv") >= 0)
        window.open ('WmvPlay.aspx?f='+f+'&s='+encodeURIComponent(s)+'&p='+p+'', 'play', 'height=270, width=480, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no');
}
