Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑难] 谁能解决我送一份完整版米粒模块!

[复制链接]
q471305713 发表于 2010-2-5 00:34:23 | 显示全部楼层 |阅读模式
本帖最后由 q471305713 于 2010-02-05 00:36 编辑

其实我知道这个问题对于大大们应该很简单的,就是怎样在随便看看页加入背景音乐播放。就是只要用户登入到这页就可以自动播放音乐!我站采用随便看看做主页,大家帮下我,地址:www.smilehn.cn

只要教我弄好这个,我送你一个米粒的完整模块,我们论坛卖出了20个金币的高价啊!
原帖:https://discuz.dismall.com/viewthread.php?tid=1548335

希望大家帮帮!
 楼主| q471305713 发表于 2010-2-5 00:34:58 | 显示全部楼层
自己帮知己顶上去!
回复

使用道具 举报

 楼主| q471305713 发表于 2010-2-5 12:09:43 | 显示全部楼层
还是没人回答啊    自己先顶下
回复

使用道具 举报

linshi88 发表于 2010-2-5 12:18:05 | 显示全部楼层
随机音乐其实很简单的
<SCRIPT language="JavaScript">
<!--
var sound1="song1.mid"
var sound2="song2.mid"
var sound3="song3.mid"
var sound4="song4.mid"
var sound5="song5.mid"
var sound6="song6.mid"
var sound7="song7.mid"
var sound8="song8.mid"
var sound9="song9.mid"
var sound10="song10.mid"
var x=Math.round(Math.random()*9)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else if (x==8) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else  
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')


//-->


</SCRIPT>
这样的代码放在你的首页HTML里,然后更新缓存即可
回复

使用道具 举报

 楼主| q471305713 发表于 2010-2-5 12:32:36 | 显示全部楼层
详细说下可以吗  谢谢
回复

使用道具 举报

linshi88 发表于 2010-2-5 12:34:34 | 显示全部楼层
还要什么详细啊?就上面那段代码,在在你随便看看的模版里,然后修改音乐地址成为你自己的,最火更新缓存就可以了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 13:37 , Processed in 0.033987 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表