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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[经验] 分享★明星24小时整点报时代码★(不会的请进来看,我修改过-去掉大学生的语音)

[复制链接]
369wz 发表于 2008-8-14 09:44:26 | 显示全部楼层 |阅读模式
刚才看见有人提供这个觉得很好玩,经过修改测试成功。现在发给大家。
首先感谢meiguizhi提供的明星语言文件,和poplong提供的大学生网的报时代码。

   二位提供的都没有修改好,是原版的有大学生网的语音,如果去掉了就不播放了。所以我重新写了播放代码(去掉了大学生网的语音)
音乐文件meiguizhi已经提供了,我就不发了。地址是:https://discuz.dismall.com/thread-1017319-1-2.html

代码如下:
  1. <!--{if date("H") < 1}-->
  2. <embed src="http://www.99quan.com/image/baoshi/00.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  3. <!--{elseif date("H") < 2}-->
  4. <embed src="http://www.99quan.com/image/baoshi/01.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  5. <!--{elseif date("H") < 3}-->
  6. <embed src="http://www.99quan.com/image/baoshi/02.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  7. <!--{elseif date("H") < 4}-->
  8. <embed src="http://www.99quan.com/image/baoshi/03.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  9. <!--{elseif date("H") < 5}-->
  10. <embed src="http://www.99quan.com/image/baoshi/04.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  11. <!--{elseif date("H") < 6}-->
  12. <embed src="http://www.99quan.com/image/baoshi/05.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  13. <!--{elseif date("H") < 7}-->
  14. <embed src="http://www.99quan.com/image/baoshi/06.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  15. <!--{elseif date("H") < 8}-->
  16. <embed src="http://www.99quan.com/image/baoshi/07.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  17. <!--{elseif date("H") < 9}-->
  18. <embed src="http://www.99quan.com/image/baoshi/08.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  19. <!--{elseif date("H") < 10}-->
  20. <embed src="http://www.99quan.com/image/baoshi/09.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  21. <!--{elseif date("H") < 11}-->
  22. <embed src="http://www.99quan.com/image/baoshi/10.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  23. <!--{elseif date("H") < 12}-->
  24. <embed src="http://www.99quan.com/image/baoshi/11.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  25. <!--{elseif date("H") < 13}-->
  26. <embed src="http://www.99quan.com/image/baoshi/12.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  27. <!--{elseif date("H") < 14}-->
  28. <embed src="http://www.99quan.com/image/baoshi/13.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  29. <!--{elseif date("H") < 15}-->
  30. <embed src="http://www.99quan.com/image/baoshi/14.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  31. <!--{elseif date("H") < 16}-->
  32. <embed src="http://www.99quan.com/image/baoshi/15.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  33. <!--{elseif date("H") < 17}-->
  34. <embed src="http://www.99quan.com/image/baoshi/16.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  35. <!--{elseif date("H") < 18}-->
  36. <embed src="http://www.99quan.com/image/baoshi/17.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  37. <!--{elseif date("H") < 19}-->
  38. <embed src="http://www.99quan.com/image/baoshi/18.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  39. <!--{elseif date("H") < 20}-->
  40. <embed src="http://www.99quan.com/image/baoshi/19.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  41. <!--{elseif date("H") < 21}-->
  42. <embed src="http://www.99quan.com/image/baoshi/20.mp3" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  43. <!--{elseif date("H") < 22}-->
  44. <embed src="http://www.99quan.com/image/baoshi/21.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  45. <!--{elseif date("H") < 23}-->
  46. <embed src="http://www.99quan.com/image/baoshi/22.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  47. <!--{elseif date("H") < 24}-->
  48. <embed src="http://www.99quan.com/image/baoshi/23.wma" width="0" height="0" autostart="true" loop="false" volume="100" hidden="true"></embed>
  49. <!--{/if}-->
复制代码
修改的时候注意里面的文件不全是mp3格式,换音乐文件注意格式。后缀名错误是播放不出来的。

还有人问代码放在那里,下面我说下吧,代码放在模版文件的index.htm或者你想要他播放报时的页面,如果还不知道,那我就说不明白了。(::24::)

我是放在了首页和随便看看这2个页面。

演示:http://www.99quan.com
           http://www.99quan.com/network.php
PS:站长请勿注册,谢谢!

[ 本帖最后由 369wz 于 2008-8-14 09:47 编辑 ]
vscvscvsc 发表于 2008-8-14 09:47:32 | 显示全部楼层
支持LZ!
回复

使用道具 举报

食谱网 发表于 2008-8-14 09:51:32 | 显示全部楼层
支持...................!
回复

使用道具 举报

mrwwx 发表于 2008-8-14 10:02:23 | 显示全部楼层
支持...................!支持...................!
回复

使用道具 举报

cndew 发表于 2008-8-14 10:20:00 | 显示全部楼层
强烈支持已经用上了哦

http://www.my0717.com/u
回复

使用道具 举报

 楼主| 369wz 发表于 2008-8-14 11:35:09 | 显示全部楼层
原帖由 cndew 于 2008-8-14 10:20 发表
强烈支持已经用上了哦

http://www.my0717.com/u

谢谢支持~·~
回复

使用道具 举报

luring 发表于 2008-8-14 11:44:48 | 显示全部楼层
我晕,用得着这么长吗....
回复

使用道具 举报

mosen77 发表于 2008-8-14 11:50:19 | 显示全部楼层
不错 支持下...
回复

使用道具 举报

浙嘉论坛 发表于 2008-8-14 11:56:08 | 显示全部楼层
呵呵,不错
回复

使用道具 举报

fancyhz 发表于 2008-8-14 17:19:05 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 09:32 , Processed in 0.344417 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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