很多人不知道怎么调用播放器,方法如下
新建页面default.htm,内容如下:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head>
<frameset rows="25,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="cbo.htm" name="topFrame" scrolling="NO" noresize > <frame src="index.asp" name="mainFrame"> </frameset> <noframes><body>
</body></noframes> </html>
