Kod:
<script language="JavaScript1.2">
// Drop-in content box- By Dynamic Drive
// For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
// This credit MUST stay intact for use
var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"
var bouncelimit=32 //(must be divisible by 8)
var direction="up"
function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}
function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}
function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}
function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}
function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
window.onload=initbox
***********
Sol üst köseye gelecek. Icinde klasik müzik M3u'su var...baska bir m3u, asx, mp3, wav veya midi ile degistirebilirsiniz.
HEAD kismina :
ve BODY kismina :
Code:
Kod:
<div id="dropin" style="position: absolute; visibility: hidden; left: 20; top: 20; width: 186; height: 120; background-color: #000000">
<p><center><object
id="RP"
width="198"
height="66"
classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"
codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading"
type="application/x-oleobject">
<param name="url" value="http://examineyourself.info/downloads/classical.m3u">
<param name="autoStart" value="0">
<embed src="http://examineyourself.info/downloads/classical.m3u" type="application/x-mplayer2" pluginspage="http://examineyourself.info/" autostart="false" name="RP" id="RP" width="198" height="66" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" ShowPositionControls="1" /></object>
</center></p>
<p><a href="http://examineyourself.info/downloads/classical.m3u"><img border="0" src="http://img231.imageshack.us/img231/1259/radiobsmallgs4.gif" width="180" height="50"></a></p>
</div>