
xdlol
Beta
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola, he intentado poner un archivo html sobre flash, pero en algunos navegadores sigue estando por debajo. Dejo aqui el codigo:
Insertar CODE, HTML o PHP:
echo '
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".slide_likebox").hover(function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>
</head>
<style>
.slide_likebox {
float:right;
width:288px;
height:105px;
background: url(http://palmeraflotante.es/habbounidos.com/radio.png) no-repeat !important;
display:block;
right:-250px;
padding:0;
position:fixed;
top: 130px;
z-index:90002;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
div.likeboxwrap {
margin-top:2px;
margin-left:-5px;
width:238px;
height:85px;
background-color:#fff;
overflow:hidden;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
div.likeboxwrap iframe {margin:-1px}
</style>
';
if ($users->GetUserVar(USER_ID, "radio_on", true))
{
echo '
<br />
<center>
<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><span><div class="likeboxwrap">
<center>
<div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("http://palmeraflotante.es/radio/player.swf","ply","200","20","9","#FFFFFF");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://70.38.45.153:8020/;stream.nsv&type=mp3&volume=50&autostart=true
s1.write("container");
</script>
<a href="http://70.38.45.153:8020/listen.pls"><img src="http://palmeraflotante.es/radio/imagenes/winamp.png" width="25" height="25"></a>
<a href="http://palmeraflotante.es/radio/playlist.asx"> <img src="http://palmeraflotante.es/radio/imagenes/mediaplayer.png" width="25" height="25"></a>
<a href="http://palmeraflotante.es/radio/playlist.qtl"> <img src="http://palmeraflotante.es/radio/imagenes/quicktime.png" width="25" height="25"></a>
<a href="http://palmeraflotante.es/radio/playlist.ram"> <img src="http://palmeraflotante.es/radio/imagenes/realplayer.png" width="25" height="25"></a>
</center>
</div></span></div></div>
</center>
';
}