[asp]天枫AJAX百度音乐即时听附下载_AJAX相关

输入歌名自动会自动联想歌名

读取音乐地址时,背景变暗不可操作

同步LRC歌词显示,

用户可自己进行扩展,整合音乐站
screen.width-333)this.width=screen.width-333" border=0>

screen.width-333)this.width=screen.width-333" border=0>

screen.width-333)this.width=screen.width-333" border=0>
mp3.asp

复制代码 代码如下:

<%@ language="vbscript" CodePage="936"%>
<%
response.charset="gb2312"
set regex = New regexp
regex.IgnoreCase=True
regex.Global=True
songname=unescape(query("songname"))
Select Case query("s")
   case"geturl":echo geturl(songname)
   case"suggest":echo suggest()
End select

Function geturl(songname)
    page=ajax("http://mp3.baidu.com/m?f=ms&tn=baidump3&ct=134217728&lf=&rn=&word="&songname&"&lm=0","","","")
    regex.Pattern="(http)\S+\.(mp3)"
    Set urls= regex.execute(page)
    'For i=0 To urls.count-1
       'geturl=geturl&(mp3url(urls(i))&"<br/>")
    'Next
    Randomize
    i=Int(rnd()*urls.count)
    If Len(urls(i))<30 Then i=Int(rnd()*urls.count)
    url=mp3url(urls(i))
    geturl="<div>"&mplay(url)&"<a href="""&url&""">点击鼠标右键-目标另存为下载歌曲<a></div>"
    Getlrc(songname)

End Function

Function mp3url(url)
    page=ajax("http://box.zhangmen.baidu.com/m?gate=1&ct=134217728&tn=baidumt,&word=mp3,"&url&"&lm=16777216","","","")
    regex.Pattern="(http)\S+\.(mp3)"
    Set urls= regex.execute(page)
    If urls.count>0 Then mp3url=urls(2)
End Function

Function mplay(fileUrl)
    echo"<object classid=""CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"" codebase=""http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"" align=""baseline"" standby=""Loading Microsoft Windows Media Player components..."" type=""application/x-oleobject"" id=""mediaPlayerObj""  style=""width:300px;height:64px;border:1px solid #CCCCCC"">"
    echo"<param name=""url"" value='"&fileUrl&"'>"
    echo"<param name=""rate"" value=""10"">"
    echo"<param name=""balance"" value=""0"">"
    echo"<param name=""currentPosition"" value=""0"">"
    echo"<param name=""playCount"" value=""1"">"
    echo"<param name=""autoStart"" value=""-1"">"
    echo"<param name=""volume"" value=""60"">"
    echo"<param name=""currentMarker"" value=""0"">"
    echo"<param name=""invokeURLs"" value=""-1"">"
    echo"<param name=""stretchToFit"" value=""-1"">"
    echo"<param name=""windowlessVideo"" value=""0"">"
    echo"<param name=""enabled"" value=""-1"">"
    echo"<param name=""enableContextMenu"" value=""0"">"
    echo"<param name=""fullScreen"" value=""0"">"
    echo"<param name=""enableErrorDialogs"" value=""0"">"
    echo"<embed src="""&fileUrl&""" align=""baseline"" type=""application/x-mplayer2"" pluginspage="""" id=""mediaPlayerObj"" showcontrols=""1"" showpositioncontrols=""0"" showaudiocontrols=""1"" showtracker=""1"" showdisplay=""0"" showstatusbar=""1"" autosize=""0"" showgotobar=""0"" showcaptioning=""0"" autostart=""1"" autorewind=""0"" animationatstart=""0"" transparentatstart=""0"" allowscan=""1"" enablecontextmenu=""1"" clicktoplay=""0""  defaultframe=""datawindow"" invokeurls=""0"" style=""width:300px;height:68px;border:1px solid #FF0000""></embed>"
    echo"</object>"
End Function

Sub Getlrc(songname)
    echo"<div id=""lrcxx"" style=""display:none""></div>" 
    echo"<span id=""lrcdata"">"
    echo"<!--"
     page=ajax("http://mp3.baidu.com/m?tn=baidump3lyric&word="&songname&"&ct=150994944&lm=-1&lf=3","","","")
    If InStr(page,"抱歉,没有找到")>0 Then
        echo "没有找到歌词"
        lrcurl=""
    else
        regex.Pattern="(http://)\S+\.(lrc)"
        set lrcs=regex.Execute(page)
        lrcurl=lrcs(0)
        If lrcs.count>0 Then
            echo ajax(lrcurl,"","","")
        Else
            echo "没有找到歌词"
        End If
    End if
    echo"-->"
    echo"</span>"
    echo"<div id=""bkk"">"
    echo"<div id=""lrcstart"">歌词:<a href="""&lrcurl&""" target=""new"">点击下载LRC歌词</a></div>"
    echo"<div id=""lrcollbox"">"
    echo"<table id=""lrcoll"" style=""position:relative;top:30px;width:100%;text-align:center"">"
    echo"<tr><td><div id=""lrcwt1""></div></td></tr>"
    echo"<tr><td><div id=""lrcwt2""></div></td></tr>"
    echo"<tr><td><div id=""lrcwt3""></div></td></tr>"
    echo"<tr><td class=""kong"">"
    echo"<table border=""0"" cellspacing=""0"" cellpadding=""0"">"
    echo"<tr><td nowrap height=""30""><span id=""lrcbox"" style=""width:0;""></span></td></tr>"
    echo"<tr style=""position:relative; top: -30px; z-index:6;""><td nowrap height=""30""><span id=""lrcbc"" style=""overflow:hidden; width:0;""></span></td>"
    echo"</tr>"
    echo"</table>"
    echo"</td></tr>"
    echo"<tr style=""position:relative; top: -30px;""><td><div id=""lrcwt4""></div></td></tr>"
    echo"<tr style=""position:relative; top: -30px;""><td><div id=""lrcwt5""></div></td></tr>"
    echo"</table>"
    echo"</div>"
    echo"</div>"
End Sub

Function Suggest()
   If Trim(query("songname"))<>"" then     
       songname=Replace((query("songname")),"!","%")
       'Suggest=ajax("http://mp3.sogou.com/suggest/suggest.jsp?key="&escape(query("songname"))&"&asc=1","","","UTF-8")
      Suggest=ajax("http://music.soso.com/wh.php?"&songname,"","","")
   End if
End Function

Function Query(byval var)
    Query = request.form(var)
    if Query = "" then Query = request(var)
End Function

Function Echo(byval str)
    response.write str
End Function

Public Function AJAX(url,method,data,bm)
    If method="" Then method="get"
    If bm="" Then  bm="gb2312"
    dim http 
    Set http=Server.createobject("Microsoft.XMLHTTP") 
    Http.open method,url,false
    if LCase(method)="post" then
        Http.setrequestheader "content-length",len(data)
        Http.setrequestheader "content-type","application/x-www-form-urlencoded"
    end if
    Http.send(data) 
    if Http.readystate=4 and Http.status=200 then 
        AJAX=bytesToBSTR(Http.responseBody,"GB2312")
    end If
    set http=nothing 
End function

Public Function BytesToBstr(body,Cset)
    dim objstream
    set objstream = Server.CreateObject("ADODB"+"."+"Stream")
    with objstream
        .Type = 1
        .Mode =3
        .Open
        .Write body
        .Position = 0
        .Type = 2
        .Charset = Cset
        BytesToBstr = .ReadText 
        .Close
    end with
    set objstream = nothing
End Function

Set regex=Nothing
%>

在线演示http://www.jb51.net/demo/mp4/index.html
本地下载

时间: 2024-08-01 17:02:58

[asp]天枫AJAX百度音乐即时听附下载_AJAX相关的相关文章

[asp]天枫AJAX百度音乐即时听附下载

输入歌名自动会自动联想歌名 读取音乐地址时,背景变暗不可操作 同步LRC歌词显示, 用户可自己进行扩展,整合音乐站 mp3.asp 复制代码 代码如下: <%@ language="vbscript" CodePage="936"%> <% response.charset="gb2312" set regex = New regexp regex.IgnoreCase=True regex.Global=True songna

Ajax添加数据即时显示信息篇_AJAX相关

今天我们要学习的内容是:使用ajax向服务端的数据库添加数据,然后在网页不刷新情况下即时显示被添加的数据.需要说明的是.本次ajax实例教程与前3篇有2点大不同之处. 1:我们要对数据库进行操作.2:更换请求的服务端网页.不再使用Web_ajax.Asp文件.新的请求网页是:Add_Data.Asp.看后缀大家就应该能明白.我在服务端采用的技术是Asp.都说Asp过时了.可他的简单易用,易学深深地吸引着我!当然也你可以使用php, .net,或jsp轻松的模拟该Asp文件的源码.我会在该次教程最

[asp]天枫AJAX blog V1.0 程序提供下载了_AJAX相关

screen.width-333)this.width=screen.width-333" border=0>screen.width-333)this.width=screen.width-333" border=0>screen.width-333)this.width=screen.width-333" border=0>screen.width-333)this.width=screen.width-333" border=0> 主要

[asp]天枫AJAX blog V1.0 程序提供下载了

主要功能: BLOG日历,发表日志,添加管理分类,管理日志分类, 编辑日志分类,可使用所见即所得方式(即双击直接编辑) 后台仿GMAIL后台,大部分功能跟普通BLOG差不多, 主要全部采用了AJAX,服务端采用ASP 本程序还配套一个AJAX 聊天室. 程序共用四个主文件: 客户端:前台:index.htm 后台:admin.htm 服务端:前台:lib.asp 后台:admin.asp 后台登陆管理:admin.htm 管理员和密码均为:admin 本地下载

Ajax Hacks chm文件与源代码 下载_AJAX相关

Aajax探密书籍,收集了100条提示和技巧,并涵盖了Aajax技术的精华. Ajax Hacks  By Bruce W. Perry  本地下载

百度音乐mac版怎么下载音乐

  首先,大家自然是要下载 百度音乐Mac版 或者 千千静听Mca版,当然它们都是同一个东东. 接下来,自然是开启的听歌神器,不过目前来说界面不是很完善,首页的幻灯片都打不开!看着有些小纠结,但是基于强大的功能咋就不计较了. 你会看到下图当中所示的右上角有"登陆和注册"摁钮,如果你有百度账号,请直接登陆,没有请注册.因为这个是离线下载歌曲必须的账号. 登陆之后界面如下图所示: 第三步.在你登陆完毕你的账号之后,我们就来教你怎么下载歌曲.如下图所示,随便找一首歌,热门也好,搜索一首也好都

python中使用百度音乐搜索的api下载指定歌曲的lrc歌词_python

这次这个真的是干货哦,昨晚弄了半晚上,,,,从8点吃完饭就开始写,一直到了快12点才弄好,,,新手,伤不起呀.... 先简单的说下吧,百度提供了一个音乐搜索的api,你想百度请求类似于 http://box.zhangmen.baidu.com/x?op=12&count=1&title=最佳损友$$陈奕迅$$$$ 的地址,百度会给你返回一段xml,如下所示 This XML file does not appear to have any style information associ

也写一个Ajax.Request类附代码_AJAX相关

目的:因为blog程序里的某些模块需要用到ajax,直接使用prototype.js体积比较大(40多k),而且仅仅用到其中的ajax功能,因此为了减轻下载的负担,又不能改动已经在prototype.js框架下写好的代码,只能是按照prototype的风格,自己写一个ajax类,达到零成本移植框架. 新的ajax类如下: var Ajax = {xmlhttp:function(){ try{ return new ActiveXObject('Msxml2.XMLHTTP'); }catch(

深入理解ajax系列第一篇之XHR对象_AJAX相关

前面的话 ajax是asynchronous javascript and XML的简写,中文翻译是异步的javascript和XML,这一技术能够向服务器请求额外的数据而无须卸载页面,会带来更好的用户体验.虽然名字中包含XML,但ajax通信与数据格式无关.下面将详细介绍ajax的内容  创建 ajax技术的核心是XMLHttpRequest对象(简称XHR),这是由微软首先引入的一个特性,其他浏览器提供商后来都提供了相同的实现.XHR为向服务器发送请求和解析服务器响应提供了流畅的接口,能够以