教程中国
PHOTOSHOP CS9.0中文版 MAYA 8.5 FOR WINDOWS Corel Painter v9.0 Flash MX2004 中文版 Illustrator cs2 中文版
VC++6.0含sp6 中英文版 VB6.0 +sp6 简体中文版 Borland Delphi 7汉化版 MSDN for vb6.0中文版 Visual Studio 2005简体
教程中国下属 文件存储共享专家BIBIDU.COM 提供大型软件,教材,源码,电影,音乐,图书等下载 更多精品请点此进入
  您目前所在位置: 教程中国 >> 编程基地 >> JSP >> Javascript技术实现真正的网上试听 RSS订阅
Javascript技术实现真正的网上试听
教程(视频,书籍)下载:  ASP.NET AutoCAD 数据库 C# ASP java photoshop 网页设计 delphi 3dmax Flash C++ VB 张孝祥 实例   更多请进入BIBIDU搜索
IT搜索引擎   
Javascript技术实现真正的网上试听-(样本)http://www.ue100.com/GRZY/yiiy/music/AgainstAllOdds.htm
归于yiiy
email:yiiy@infoworld.sh.cn
描述:欢迎使用本脚本.本脚本使用户在线收听音乐的同时欣赏自动跟随的歌词,还可以随时控制暂停,播放。
   该脚本的特点:应用Javascript的层技术,和一些function()使播放音乐的同时实现歌词的相应滚动。
        使用realplay的rm格式音乐使下载的同时进行播放。
        (该特殊效果对IE4以上都有效。)

演示:
<html>
<head>
<SCRIPT Language="Javascript1.2">
<!--
var locate = 0;
var scro = 0;
var go=80;//控制滚动的速度,越小越快。
//以下函数实现滚动
function scroller() {
if ( scro==1 ){
locate++;
scroll(20,locate);
clearTimeout(timer);
var timer = setTimeout("scroller()",go);
timer;
   }
else{
       
scroll(20,locate);
}
}
//-->
</SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Welcome to YI's Home</title>
</head>
<body bgcolor="#EEEEEE" >
<SCRIPT Language="Javascript1.2">
<!--
var offsettop=20//定义层的相应位置

//定义随网页自动滚动的层函数
function makeStatic() {
object1.style.pixelTop=document.body.scrollTop+offsettop;object2.style.pixelTop=document.body.scrollTop+offsettop;
setTimeout("makeStatic()",100);//'100'控制滚动的速度,越小越快。
}
//切换‘滚动‘和‘暂停'图像的函数
function scrorstp() {
if (scro==1)
{scro=0;
object2.style.visibility="visible";
object1.style.visibility="visible";
}
else {
scro=1;
object1.style.visibility="hidden";
scroller();}
}
//定义播放的歌曲地址
document.write('<div id="object2" style="position:absolute; left:20px; top:35px; width:46px; height:16px;cursor:hand; z-index:1 "><img src="http://www.99126.cn/article/zanting.gif" width="45" height="16" onclick=scrorstp()><font size="2"><embed height="20" src="Afainst All Odds Mariah Carey.rm" type="audio/x-pn-realaudio-plugin" width="45" controls="PlayButton" autostart="false"></font></div>')
//定义‘滚动‘和‘暂停'的切换图像,onclick激发切换。
document.write('<div id="object1" style="position:absolute; left:20px; top:35px; width:46px; height:16px; cursor:hand; z-index:1 "><img src="http://www.99126.cn/article/gundong.gif" width="45" height="16" onclick=scrorstp()></div>')
//启动Javascript
function menu3(){
if (document.all||document.layers)
makeStatic()
}
window.onload=menu3
//</SCRIPT>以下是歌词部分
//-->
</SCRIPT>//以下是
<ul>
 <li>
  <div align="center">
   <center>
   <p><span class="font" ><b>Mariah Carey--Against All Odds<font face="Times New Roman" size="4">

</b></span></p>
   </div>
  </center>
  <blockquote>
<p style="line-height: 150%" align="justify" class="font"><span class="font">
How can I just let you walk away <br>
Just let you leave without a trace <br>
When I stand here taking <br>
Every breath with you <br>
You're the only one <br>
Who really knew me at all <br>
How can you just walk away from me <br>
When all I can do is watch you leave <br>
'Cause we've shared the laughter and the pain <br>
And even shared the tears <br>
You're the only one <br>
Who really knew me at all <br><br>
So take a look at me now <br>
Oh there's just an empty space <br>
And there's nothing left here to remind me <br>
Just the memory of your face <br>
Take a look at me now <br>
'Cause there's just an empty space <br>
And you coming back to me is against all odds <br>
And that's what I've got to face <br><br>
I wish I could just make you turn around <br>
Turn around and see me cry <br>
There's so much I need to say to you <br>
So many reasons why <br>
You're the only one <br>
Who really knew me at all <br><br>
So take a look at me now <br>
'Cause there's just an empty space <br>
And there's nothing left here to remind me <br>
Just the memory of your face <br>
Take a look at me now <br>
'Cause there's just an empty space <br>
But to wait for you is <br>
All I can do <br>
And that's what I've got to face <br>
Take a good look at me now <br>
'Cause l'll still be standing here <br>
And you coming back to me is against all odds <br>
That's the chance I've qot to take <br><br>
Take a look at me now </p>
</span></p>
  </blockquote>
  <p></p>
 </li>
</ul>
</body>

</html>  
自己动手试试看,一边享受着音乐,一边享受着成功的喜悦吧!

来源:十度教育
作者:
关键字:网上试听
发表日期:2006-5-17 0:41:43

网页显示有限 阅读全文请下载本文完整版WORD文档

上一篇:WebLogic的初步研究(2-2)   下一篇:js控制excel打印完美解决方案


2008-12-4 6:40:09
本文的相类似文章
  • Javascript技术实现真正的网上试听
  • javascript技术实现真正的网上试听
  • 在学习中进步 在进步中成长 教程中国相随您的成长之路
    华腾联合科技股份有限公司版权所有
    广告联系:Rosibo@163.com