Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje12-08-2011, 23:41 (UTC)    
Título del mensaje: Código de Canciones Diarias

♠ Con este código pueden hacer que suene una canción diferente todos los días del mes. Saldrá un reproductor. Si quieren que la música suene automáticamente deberán poner "autostart=true" en todos los lugares del código que dice "autostart=false♠ ":


Código:
 
<SCRIPT LANGUAGE="JavaScript">
<!-- hiding
//This script written by Dan Fearing.  Please do not erase//
// comment lines!  Visit my web page at http://biblion.sub.es//
page=new Date();
if (page.getDate() == 1)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 2)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 3)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 4)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 5)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 6)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 7)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 8)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 9)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 10)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 11)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 12)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 13)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 14)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 15)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 16)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 17)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 18)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 19)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 20)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 21)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 22)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 23)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 24)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 25)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 26)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 27)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 28)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 29)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 30)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");

if (page.getDate() == 31)
document.write("<embed src=URL_DE_LA_CANCION width=145 height=60 autostart=false volume=50>");
page=new Date();
var months = new Array(13);
months[1] = "Enero";
months[2] = "Febrero";
months[3] = "Marzo";
months[4] = "Abril";
months[5] = "Mayo";
months[6] = "Junio";
months[7] = "Julio";
months[8] = "Agosto";
months[9] = "Septembre";
months[10] = "Octobre";
months[11] = "Novembre";
months[12] = "Decembre";

var dateObj = new Date()
var lmonth = months[dateObj.getMonth() + 1]
var fyear = "" + dateObj.getYear()
var date = dateObj.getDate()

document.write("<br>" + lmonth + " " + date + ", " + fyear)

//done hiding -->
</SCRIPT>
Mensaje14-08-2011, 04:53 (UTC)    
Título del mensaje:

Interesante
______________

Never Forget - Lena Katina (♪)
Mensaje14-08-2011, 10:30 (UTC)    
Título del mensaje:

gracias noscartatu espero que se de utilidad gracias por el comentario
______________
Reglas del Foro

¿Dónde hacer mi tema/post?
Mensaje31-08-2011, 04:44 (UTC)    
Título del mensaje: Re: Código de Canciones Diarias

Buen aporte amigo saludos!

______________
Visitar sitio web


Mensaje31-08-2011, 05:21 (UTC)    
Título del mensaje:

Muchas gracias por tu aporte se ve interesante!

Saludos.

______________
Atentamente, AyudasHoy.
Ayuda WebMaster para todos.
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group