这里收集适用于校内网的FLASH播放器代码,不断更新中...
使用方法
参数说明一下
POSITION: absolute :相对位置,加了这条就能自定入位置;
LEFT: 为从左向右移的位置,即挂件距离屏幕左边缘的距离;
TOP: 为从上向下移的位置,即挂件距离屏幕上边缘的距离!左右两边挂件都是以屏幕左边缘为基准的,其距离的具体数值可根据实际情况而定!
先来第一款,也是大家最常见的
效果:
- <object style="POSITION: absolute; TOP: 0px;LEFT: 0px;" type="application/x-shockwave-flash" height="20" width="200" data="http://www.sablog.net/blog/dewplayer.swf?mp3=http://www.miqiu.com/music/others/Zombie.mp3">
- <param value="http://www.sablog.net/blog/dewplayer.swf?mp3=http://www.miqiu.com/music/others/Zombie.mp3" name="movie" /></object>
第二款,此款需要修改的参数挺多的,目前款式适合黑色背景的,非主流风格推荐使用这款,音乐为自动播放。
- <object id="audioplayer1" type="application/x-shockwave-flash" height="24" width="190" style="position: absolute;top: 32px; left:658px;data="http://fm021.img.xiaonei.com/tribe/20070511/1725/A5758036MG.swf">
- <param value="http://fm021.img.xiaonei.com/tribe/20070511/1725/A5758036MG.swf" name="movie"/>
- <param value="playerID=1&autostart=yes&bg=0x999999&leftbg=0x999999&lefticon=0x000000&rightbg=0x000000&rightbghover=0x999999&righticon=0x999999&righticonhover=0xaa0055&text=0x000000&slider=0xffffff&track=0x000000border=0x666666&loader=0xffffff&soundFile=http://fm082.img.xiaonei.com/tribe/20070601/14/19/A8781149RO.mp3" name="FlashVars" />
- <param value="high" name="quality" />
- <param value="false" name="menu" />
- <param value="#000000" name="bgcolor" /></object>