Summarize this content to 500 words
캐나다 게임 개발사 Behavior Interactive가 영국 스튜디오 SockMonkey를 인수했습니다.몬트리올에 본사를 둔 회사의 첫 번째 유럽 투자를 나타내는 거래에 대한 수치는 제시되지 않았습니다. SockMonkey는 Behavior UK로 리브랜딩됩니다.이 회사는 2013년에 설립되었으며 Microsoft, Sony 및 EA와 같은 회사와 협력했습니다.“업계를 선도하는 서비스 부서에 SockMonkey의 수상 경력에 빛나는 팀을 추가하게 되어 기쁩니다.”라고 Behavior CEO 겸 총괄 프로듀서인 Rémi Racine(사진) 말했다.“작년에 인수한 시애틀의 Midwinter Entertainment와 마찬가지로 SockMonkey는 혁신과 협업이라는 강력한 핵심 가치를 기반으로 설립되었습니다. 이러한 가치는 우리의 가치를 반영하며 SockMonkey를 우리의 야심 찬 성장 전략에 자연스럽게 적합하게 만듭니다.”SockMonkey의 CEO이자 공동 설립자인 Bob Makin은 다음과 같이 덧붙였습니다. Behavior는 게임 산업에서 글로벌 플레이어로 빠르게 부상하고 있으며 유럽 확장의 첫 번째 단계를 대표하게 된 것을 자랑스럽게 생각합니다. 우리는 그들의 자원을 활용하여 Behavior UK – North를 성장시키고, 영국의 뛰어난 인재들에게 더 많은 경력 기회를 제공하고, Teesside 지역을 게임 개발을 위한 온상으로 만들 수 있기를 기대합니다.”
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 1280127222113771, // App ID
//channelUrl : ‘//’+window.location.hostname+’/channel.php’, // Path to your Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
FB._PG = {
url: “/useractions/loginfb/”,
response: “allowed”,
// Common handler to fetch FB details and reload the page
process: function(me){
$.post( FB._PG.url, {
username: me.username,
uname: me.name,
uid: me.uid,
uimg: ‘https://graph.facebook.com/’ + me.uid + ‘/picture?type=large’
})
.done(function(xml){
if ( $(“status”, xml).text() == FB._PG.response )
window.location.reload();
else
alert(‘Error: Something bad just happened. Our tech department has been notified. Please try again later.’);
})
.fail(function(xml){
console.log(xml);
alert(“Error: something wasn’t right there, please try again.”);
});
},
// Used by event subscriptions to handle the response
handleResponse: function(response){
if (response.authResponse) {
FB.api(‘/me?fields=ids_for_business,name&access_token=’+response.authResponse.accessToken, function(me){
if (me.name){
me.ids_for_business.data.forEach(function(entry){
if (entry.app.namespace == ‘_pg_biz’){
me.uid = entry.id;
}
});
FB._PG.process(me);
}
});
}
},
post: function(text, image){
image = image || $(“#fb-image”).attr(“src”);
FB.ui({
method: ‘feed’,
display: ‘popup’,
link: ‘http://www.pcgamesinsider.biz/news/73636/behaviour-interactive-buys-sockmonkey-studios/’,
description: text,
picture: image
});
}
};
FB.Event.subscribe(‘auth.statusChange’, FB._PG.handleResponse);
FB.Event.subscribe(‘edge.create’, function(response) {
$.post(‘/ajax/social-links/’, { site: ‘facebook’ });
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)(0);
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “http://connect.facebook.net/en_US/all.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));