hao123右下角有一小块区域可以快速听歌,但是直接查看那一段html代码放到新的html里发现出现样式,也没法播放。不过代码里发现了其调用的播放列表的URL是http://play.baidu.com/player/hao123/ ,既然找到了其源列表所在的地址还有什么办不到的呢?
随便搞个样式,把这个源地址加进去不就好了。先看下我的效果
|
|
以上三个效果的源代码分别是:
<P align=center> <TABLE borderColor=#bc8f8f cellSpacing=1 width=315 border=1> <TBODY> <TR> <TD><EMBED style="FILTER: invert(); WIDTH: 320px; HEIGHT: 210px" src=http://play.baidu.com/player/hao123/ type=audio/mpeg autostart="true"></EMBED></TD></TR></TBODY></TABLE> <P align=center></P></DIV> <P></P>
<P align=center><table style="BORDER-RIGHT: #ff69b4 3px dashed; BORDER-TOP: #ff69b4 3px dashed; BORDER-LEFT: #ff69b4 3px dashed; BORDER-BOTTOM: #ff69b4 3px dashed" cellSpacing="0" cellPadding="0" bgColor="white" id="table6"> <tr> <td> <table borderColor="#ff69b4" align="center" bgColor="#ffccf5" border="2" id="table7"> <tr> <td style="FILTER: alpha(opacity=100,style=3)"> <p align="center"> <embed src="http://play.baidu.com/player/hao123/" width="320" height="210" type="audio/mpeg" loop="-1" autostart="true" volume="0"></tr> </table></td> </P>
<P align=center><table style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing="0" cellPadding="0" bgColor="#00000" id="table5"> <tr> <td> <table borderColor="#000000" align="center" border="1" id="table6"> <tr> <td> <p align="center"> <embed style="FILTER: Xray" src="http://play.baidu.com/player/hao123/" width="320" height="210" type="audio/mpeg" loop="-1" autostart="true" volume="0"> </td> </tr> </table> </td> </tr> </table> </P>