文件名称:Flash Mp3 播放器 1.0插件for p-jblog.rar
文件大小:16KB
文件格式:RAR
更新时间:2022-08-02 22:55:34
程序插件-pjblog插件
看到我的插件在pjblog这么受欢迎,实在很高兴,长期以来收到反馈最多的问题,莫过于播放器的防刷新,今天我贴上一段代码,给大家参考一下 复制内容到剪贴板 代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> <title>简单生活-左手一支刀,右手一支叉,把生活慢慢享受!</title> [removed] function framebutton(){ var obj = document.getElementById('navigation'); var musicobj = document.getElementById('topFrame'); var frameswitch = document.getElementById('frameswitch'); var switchbar = document.getElementById('switchbar'); if(obj.style.width == '1px'){ obj.style.width = '200px'; musicobj.style.width = '200px'; switchbar.style.left = '200px'; frameswitch.style.backgroundPosition = '0'; frameswitch.src = 'http://www.wilf.cn/plugin/flamp3/images/btn_hide.jpg'; }else{ obj.style.width = '1px'; musicobj.style.width = '1px'; switchbar.style.left = '1px'; frameswitch.style.backgroundPosition = '-11'; frameswitch.src = 'http://www.wilf.cn/plugin/flamp3/images/btn_show.jpg'; } } if(top != self) { top.location = self.location; } [removed] </head> <body 100%; margin: 0; padding: 0;" scroll="no">
<iframe src="http://www.wilf.cn/plugin/flamp3/widget_code.asp" frameborder="0" scrolling="no" height:100% ;" name="topFrame" id="topFrame"></iframe> |
|
【文件预览】:
FlaMp3
----install.xml(1KB)
----function.asp(9KB)
----playlist.xml(3KB)
----mp3player.swf(9KB)
----config.asp(3KB)
----config.xml(392B)
说明.htm