UBB代码,如何实现可以播放MP4文件呢? ,多谢

UBB代码,怎么实现可以播放MP4文件呢? 请指教,谢谢!
UBB.asp代码如下:


<%
Const MaxLoopcount=50
function ubb(bod)  'h=2为转换帖,h=1为转换签名
Set re=new RegExp  '声明正则表达式对象
re.IgnoreCase =true   '设置是否区分字符大小写
re.Global=True   '设置全区可用性
're.pattern 设置模式
bod = dvHTMLEncode(bod)
re.Pattern="(javascript)"
bod=re.Replace(bod,"<I>&#106avascript</I>")
re.Pattern="(jscript:)"
bod=re.Replace(bod,"<I>&#106script:</I>")
re.Pattern="(js:)"
bod=re.Replace(bod,"<I>&#106s:</I>")
re.Pattern="(value)"
bod=re.Replace(bod,"<I>&#118alue</I>")
re.Pattern="(about:)"
bod=re.Replace(bod,"<I>about&#58</I>")
re.Pattern="(file:)"
bod=re.Replace(bod,"<I>file&#58</I>")
re.Pattern="(document.cookie)"
bod=re.Replace(bod,"<I>documents&#46cookie</I>")
re.Pattern="(vbscript:)"
bod=re.Replace(bod,"<I>&#118bscript:</I>")
re.Pattern="(vbs:)"
bod=re.Replace(bod,"<I>&#118bs:</I>")
re.Pattern="(on(mouse|exit|error|click|key))"
bod=re.Replace(bod,"<I>&#111n$2</I>")
'常用标签
re.Pattern="(\[humor)([\d]+)(\])"
bod=re.replace(bod,"<img src=""images/humor/$2.gif"" border=""0"">")
're.Pattern="\[QUOTE\](.*)\[\/QUOTE\]"
re.pattern="\[QUOTE\]([\s\S]*?)\[\/QUOTE\]"

bod=re.Replace(bod,"<table style=""border-collapse:collapse;width:100%"" bordercolor=""#6595D6"" cellpadding=5 cellspacing=0 border=1><tr><td bgcolor=""#E4E8EF"" width=""100%"">$1</td></tr></table>")

re.Pattern = "(\[SIZE=([0-9]*)\])(.[^\[]*)(\[\/SIZE\])"
bod=re.Replace(bod,"<FONT SIZE='$2'>$3</FONT>")

re.Pattern = "(\[B\])(.[^\[]*)(\[\/B\])"
bod=re.Replace(bod,"<B>$2</B>")

re.Pattern = "(\[COLOR=(.[^\[]*)\])(.[^\[]*)(\[\/RED\])"
bod=re.Replace(bod,"<FONT COLOR='$2'>$3</FONT>")

re.Pattern = "(\[RED\])(.[^\[]*)(\[\/RED\])"
bod = re.Replace(bod,"<FONT COLOR='#FF0000'>$2</FONT>")

re.Pattern = "(\[GREEN\])(.[^\[]*)(\[\/GREEN\])"
bod = re.Replace(bod,"<FONT COLOR='#009900'>$2</FONT>")

re.Pattern = "(\[BLUE\])(.[^\[]*)(\[\/BLUE\])"
bod = re.Replace(bod,"<FONT COLOR='#000099'>$2</FONT>")

re.Pattern = "(\[GRAY\])(.[^\[]*)(\[\/GRAY\])"
bod = re.Replace(bod,"<FONT COLOR='#999999'>$2</FONT>")

re.Pattern = "(\[S\])(.[^\[]*)(\[\/S\])"
bod= re.Replace(bod,"<FONT STYLE='TEXT-DECORATION:LINE-THROUGH'>$2</FONT>")

re.Pattern = "(\[I\])(.[^\[]*)(\[\/I\])"
bod = re.Replace(bod,"<I>$2</I>")

re.Pattern = "(\[U\])(.[^\[]*)(\[\/U\])"
bod = re.Replace(bod,"<U>$2</U>")

re.Pattern = "(\[ALIGN=(.[^\[]*)\])(.[^\[]*)(\[\/ALIGN\])"
bod = re.Replace(bod,"<DIV ALIGN='$2'>$3</DIV>")
re.Pattern = "(\[CENTER\])(.[^\[]*)(\[\/CENTER\])"
bod= re.Replace(bod,"<CENTER>$2</CENTER>")

re.Pattern="\[anchor=([^\]]+)\]"     '--锚点链接
bod=re.Replace(bod,"<a name='$1'></a>")

re.Pattern = "\[url=#(.[^\]]*)\](.[^\[]*)\[\/url]"
bod = re.Replace(bod,"<img align=absmiddle src=images/url2.gif border=0><a style=font-size:9pt href=#$1>$2</a>")

re.Pattern = "\[url=(.[^\]]*)\](.[^\[]*)\[\/url]"
bod = re.Replace(bod,"<img align=absmiddle src=images/url.gif border=0><a target=_blank style=font-size:9pt href=$1>$2</a>")
re.Pattern = "\[url](.[^\[]*)\[\/url]"
bod = re.Replace(bod,"<img align=absmiddle src=images/url.gif border=0><a target=_blank style=font-size:9pt href=$1>$1</a>")
re.Pattern = "\[email=(.[^\]]*)\](.[^\[]*)\[\/email]"
bod = re.Replace(bod,"<img src=images\email.gif align=absmiddle border=0><a href=$1 style=font-size:9pt>$2</a>")
re.Pattern = "\[email](.[^\[]*)\[\/email]"
bod = re.Replace(bod,"<img src=images\email.gif align=absmiddle border=0><a href=mailto:$1 style=font-size:9pt>$1</a>")
re.Pattern="\[fly\](.*)\[\/fly\]"
bod=re.Replace(bod,"<marquee width=90% behavior=alternate scrollamount=3>$1</marquee>")
re.Pattern="\[move\](.*)\[\/move\]"
bod=re.Replace(bod,"<MARQUEE scrollamount=3>$1</marquee>")
re.Pattern="\[SHADOW=*([0-9]*),*(#*[a-z0-9]*),*([0-9]*)\](.[^\[]*)\[\/SHADOW]"
bod=re.Replace(bod,"<table width=$1 ><tr><td style=""filter:shadow(color=$2, strength=$3)"">$4</td></tr></table>")
re.Pattern="\[GLOW=*([0-9]*),*(#*[a-z0-9]*),*([0-9]*)\](.[^\[]*)\[\/GLOW]"
bod=re.Replace(bod,"<table width=$1 ><tr><td style=""filter:glow(color=$2, strength=$3)"">$4</td></tr></table>")
'多媒体标签

   re.Pattern="\[QT=*([0-9]*),*([0-9]*)\](.[^\[]*)\[\/QT]"
   bod=re.Replace(bod,"<embed src=$3 width=$1 height=$2 autoplay=true loop=false controller=true playeveryframe=false cache=false scale=TOFIT bgcolor=#000000 kioskmode=false targetcache=false pluginspage=http://www.apple.com/quicktime/>")