万能播放器的DZ代码
1.新增后台——帖子管理——Discuz! 代码——新增:标签:vod图标文件:bb_media.gif之后在后面打上勾选可用。点击[详情]替换内容:<script language="javascript">var LINK = new Array("{1}","提示:您播放的地址是否正确?");var linkType = new Array();linkType['WMA'] = 'WMP';linkType['MP3'] = 'WMP';linkType['WMV'] = 'WMP';linkType['ASF'] = 'WMP';linkType['MPG'] = 'WMP';linkType['MPEG'] = 'WMP';linkType['AVI'] = 'WMP';linkType['ASX'] = 'WMP';linkType['RM'] = 'Real';linkType['RMVB'] = 'Real';linkType['RAM'] = 'Real';linkType['RA'] = 'Real';linkType['SWF'] = 'Flash';linkType['FLV'] = 'Flv';var sufFix = LINK.substring(LINK.lastIndexOf(".")+1,LINK.length).toUpperCase();if(sufFix.indexOf("#")) sufFix = sufFix.split("#");if(sufFix.indexOf("?")) sufFix = sufFix.split("?");function WMP(){document.writeln("<object id='mediaplayer' width='480' height="+((sufFix=="MP3"||sufFix=="WMA")?"64":"360")+" classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' align='center' border='0' type='application/x-oleobject' standby='Loading Windows Media Player components...'>");document.writeln("<param name='url' value='"+LINK+"'>");document.writeln("<param name='AutoStart' value='1'><param name='Balance' value='0'><param name='enabled' value='-1'><param name='EnableContextMenu' value='0'><param name='PlayCount' value='1'><param name='rate' value='1'><param name='currentPosition' value='0'><param name='currentMarker' value='0'><param name='defaultFrame' value=''><param name='invokeURLs' value='-1'><param name='baseURL' value=''><param name='stretchToFit' value='0'><param name='volume' value='100'><param name='mute' value='0'><param name='uiMode' value='full'><param name='windowlessVideo' value='0'><param name='fullScreen' value='0'><param name='enableErrorDialogs' value='0'><param name='SAMIStyle' value=''><param name='SAMILang' value=''><param name='SAMIFilename' value=''><param name='captioningID' value=''>");document.writeln("</object>");document.close();}function Real(){document.writeln("<object classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width='480' height='300'id='amourReal'>");document.writeln("<param name='src' value='"+LINK+"'>");document.writeln("<param name='autostart' value='true'>");document.writeln("<param name='controls' value='imagewindow'>");document.writeln("<param name='console' value='clip1'>");document.writeln("<embed src='"+LINK+"' width='480' height='300' type='audio/x-pn-realaudio-plugin' autostart='true' controls='imagewindow' console='video'>");document.writeln("</embed>");document.writeln("</object>");document.writeln("");document.writeln("<object classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' width='480' height='60' id='amourReal'>");document.writeln("<param name='src' value='"+LINK+"'>");document.writeln("<param name='autostart' value='true'>");document.writeln("<param name='controls' value='all'>");document.writeln("<param name='console' value='clip1'>");document.writeln("<embed type='audio/x-pn-realaudio-plugin' src='"+LINK+"' width='480' height='60' autostart='true' controls='all' console='video'>");document.writeln("</embed>");document.writeln("</object>");document.close();}function Flash(){document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='480' height='360'>");document.write("<param name='movie' value='"+LINK+"'>");document.write("<param name='quality' value='high'>");document.write("<embed src='"+LINK+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='480' height='360'></embed>");document.write("</object>");document.close();}function Flv(){document.writeln("<object classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\' codebase=\'http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\' width=\'480\' height=\'360\'>");document.writeln("<param name=\'movie\' value=\'images\/play\/play_20071210.swf\'>");document.writeln("<param name=\'quality\' value=\'high\'>");document.writeln("<param name=\'allowFullScreen\' value=\'true\' \/>");document.writeln("<param name=\'FlashVars\' value=\'vcastr_file="+LINK+"&IsAutoPlay=0&DefaultVolume=100&BarPosition=1&IsShowBar=1&BarColor=0xFFFFFF&BarTransparent=50&GlowColor=0xFFFFFF&IconColor=0xFFFFFF&TextColor=0xFFFFFF&LogoUrl=/images\/play_logo.png&IsShowTime=1&BufferTime=2\' \/>");document.writeln("<\/object>");document.close();}function Default(){document.writeln("<a href='"+ LINK +"' target='_blank'>" + LINK + "</a>");document.close();}if(linkType){eval(linkType+"()");}else{Default();}</script>例子:...解释:视频播放器参数语提示:视频播放格式:wma,mp3,wmv,asf,mpg,mpeg,avi,asx,rm,rmvb,ra,ram,swf,flv嵌套次数和参数个数都写1用这个的话为了不引起混乱建议把关闭了
啊……最近也在学这个呢。
来借鉴借鉴╮(╯▽╰)╭
页:
[1]