PARK BOM
Park Bom (hangul: 박봄, romanización
revisada: Bak Bom, McCune-Reischauer Pak Bom, nombre en inglés: Jennifer Park) es
una cantante y bailarina, miembro del grupo femenino
surcoreano 2NE1; nació en Seúl, Corea del Sur el 24 de
marzo de 1984, siendo la miembro más grande de su agrupación.
En 2006, Bom
interpretó temas con sus compañeros Big Bang, cuyo sello también es YG Entertainment. Más tarde, en 2008, ella
interpretó a la protagonista en el vídeo musical Kim Ji Eun, en Tell Me Once More. En 2009, debutó
con 2NE1 como vocalista principal.
Bom ha interpretado dos
sencillos en solitario, You and I y Don't Cry.
Ambos sencillos alcanzaron la posición número uno enGaon Chart de
Corea del Sur. You and I también
ganó Best Digital Single en los Mnet Asian Music
Awards del 2010.
Park Bom nació en Seúl, Corea del Sur como segunda hija; es
hermana de Park Go Eun, que es violonchelista.
En sus primeros años salió de Corea del Sur por sí misma para
estudiar en Estados Unidos. Se graduó de la escuela
secundaria Gould Academia, y luego continuo sus estudios en la
Universidad de Lesley, con especialización en psicología pero al tiempo lo dejo para seguir su sueño de ser cantante.
Como estudiante de la escuela secundaria, ella se enamoró de la música a través
de Mariah Carey. Bom oía sus canciones todo el
tiempo y quería seguir como una carrera como cantante, pero no obtuvo el
permiso de sus padres. Sin embargo, con el apoyo de su tía, secretamente se
trasladó al Berklee College of Music para perseguir su carrera
musical.
Park Bom audicionó para
convertirse en una cantante de la agencia YG Entertainment, pero
fue rechazada varias veces. Después de tres años, fue finalmente aceptada e
inmediatamente se convirtió en aprendiz. Bom protagonizó dos sencillos de Big Bang, We Belong Together y Forever With You,
también colaboró con Lexy y Roc Red con Baby Boy y Forever
With You, respectivamente.
También actuó en un vídeo musical de Samsung, junto al famoso cantante de K-Pop Lee Hyori, grabando su propia versión
del sencillo Anystar, con G-Dragon y Gummy, compañeros de sello de Bom. Más tarde, en 2008 ella
protagonizó como la actriz principal en el video musical de Kim Ji Eun, Tell
Me Once More.
Se dio a conocer que se formara
una nueva sub-unidad, a través de 3 teasers lanzados en el canal de YG en
Youtube, llamada BH que estará haciendo su debut el 20 de diciembre con el
single digital "All I Want for Christmas is You", el cual es un cover
de Mariah Carey. La sub unidad está compuesta por Park Bom y la cantante Lee
Hi.
En 2009, YG Entertainment anunció la creación de un nuevo
grupo femenino de K-Pop, el cual estaría conformado de cuatro miembros;
Park Bom fue elegida como vocalista principal, junto a Sandara
Park, CL y Minzy.
El grupo colaboró con sus
compañeros de Big Bang, para la canción Lollipop. La canción tuvo
un éxito inmediato, tan es así que se plantearon cuestiones sobre si el grupo
podría sobrevivir por sí mismo. Meses después el grupo debuta con el
sencillo Fire.
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('');
}
//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='
Get the Flash Player to see this player.
Shoutcast & Icecast Server
Get the Flash Player to see this player.
Shoutcast & Icecast Server
Popular Posts
-
Baek Ji Hye ( coreano : 박지혜 , nacio el 21 de julio de 1986), más conocida por su nombre artístico Zia ( coreano : 지아 ), es una cant...
-
Amy Lee (Nombre coreano: Lee Yejin , Hangul : 이예진 , Hanja : 李藝真 ) (30 de mayo de 1989), más conocida como Ailee (Hangul: 에일...
-
RAINBOW (a veces estilizada como RAINBOW ; Hangul : 레인보우 , Katakana : レインボー ) son 7 miembros de Corea del ...
ADs
Video of the day
Con la tecnología de Blogger.
No hay comentarios:
Publicar un comentario