//Radio Options
$radio_ip = '192.168.1.186';
$radio_port = '8000';
$show_song_title = 'on'; // show_song_title: on - off. When it is on, it will show the currently playing song name on the player.
$show_album_art = 'on';
$song_title_update = '1'; // The song name update interval in MINUTE form. 2 means 2 minute. That means the script will update the song name and album art every 2 minutes.
// Color Options, if you need white or transparent background use preimg.light.png and other .png files in the img folder, set them in js/player.css.
$song_title_color = '#049f21';
$player_background_color = '#0b0b0b';
$player_size_width = '400px'; // Minumum 400px is suggested, below 300 the song name will expand if it is long.
$song_title_width = '400px';
TAEYANG (Hangul:태양). Es un
cantante, rapero, bailarín, compositor, coreografo, modelo, beatboxing y
miembro de la banda surcoreana Big Bang. Taeyang nació en Seúl, Corea del Sur el 18 de mayo de 1988
tiene un hermano mayor que es actor llamado Dong
Hyun Bae.La
primera aparición de Tae Yang en la industria del entretenimiento fue con
Maddie en el vídeo musical del grupo hip-hop Jinusean "A-yo".
La
colaboración finalmente lo llevó a audicionar con éxito en la discográfica del
grupo YG Entertainment, donde se convirtió en uno de los raperos junto con su
compañero aprendiz G-Dragon y ex alumno (ahora miembro de 2PM) Jun K. Aunque
Tae Yang fue programado para debutar junto a G-Dragon como el dúo GDYB, el plan
fue desechado por su sello discográfico. En su lugar, se les unieron otros
cuatro participantes (T.O.P, Dae Sung, Seung Ri y G dragon ) para formar el
grupo Big Bang.
Eligio el nombre artístico Taeyang (coreano: 태양, significado
sun/Sol), Taeyang abandonó la idea de rapear para centrarse en el canto como
vocalista principal del grupo. Dentro del grupo, Taeyang supo llamar la
atención sobre su persona como artista con mucho talento dentro de los géneros
y variaciones del R&B, el soul y el hip hop. Su estilo de vocalización ha
recibido la ovación del público como una voz hecha para estos géneros, y muchos
dieron una bienvenida acalorada a su actuación como solista. El 2 de junio del 2015 se reveló que mantiene una relación
con la actriz-modelo Min Hyo rin desde hace ya dos años (Confirmado por YG ENT.
y JYP ENT). Ambos se conocieron mientras grababan el videoclip de 1AM.
Unknown
Phasellus facilisis convallis metus, ut imperdiet augue auctor nec. Duis at velit id augue lobortis porta. Sed varius, enim accumsan aliquam tincidunt, tortor urna vulputate quam, eget finibus urna est in augue.
No hay comentarios:
Publicar un comentario
var PlayerInstanceCount = 0;
function WHMSonic(config, containerId){
PlayerInstanceCount++;
if (typeof config == "undefined")
config = {};
if (typeof containerId != "undefined" && containerId)
config.containerId = containerId;
this.config = config;
//script url
if (typeof this.config.url == "undefined"){
var scripts = document.getElementsByTagName("script");
for (var i = 0; i < scripts.length; i++)
if (scripts[i].src.indexOf('player.js') > 0){
this.config.url = scripts[i].src.replace(new RegExp("/[^/]+$"), "");
break;
}
}
//id
this.id = "WHMSonicPlayer" + PlayerInstanceCount;
//defaults
if (typeof this.config.path == "undefined") this.config.path = this.config.url + "/WHMSonic.swf";
if (typeof this.config.width == "undefined") this.config.width = 372;
if (typeof this.config.height == "undefined") this.config.height = 60;
if (typeof this.config.embedCallback == "undefined") this.config.embedCallback = null;
if (typeof this.config.embedCallback == "string") this.config.embedCallback = eval(this.config.embedCallback);
if (typeof this.config.bgcolor == "undefined") this.config.bgcolor = "#FFFFFF";
if (typeof this.config.wmode == "undefined") this.config.wmode = "transparent";
//setup container
if (typeof this.config.containerId == "undefined" || !this.config.containerId){
this.config.containerId = this.id;
document.write('
This player requires Adobe Flash Player 10.1 or more recent
');
}
//embed
var params = {
menu : "false",
id: this.id,
allowFullscreen: "true",
allowScriptAccess: "always",
bgcolor: this.config.bgcolor,
wmode: this.config.wmode
};
swfobject.embedSWF(this.config.path, this.config.containerId, this.config.width, this.config.height, "10.1", false, this.config, params, {}, this.config.embedCallback);
}
//SWFObject v2.2 is released under the MIT License
var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af'}}aa.outerHTML='
No hay comentarios:
Publicar un comentario