● 特殊功能 眼前一亮
紐曼M600五顏六色的鍵盤(pán)燈和兩側(cè)的跑馬燈確實(shí)為該機(jī)增色不少。每當(dāng)你按下不同的鍵位,鍵盤(pán)底部就會(huì)顯示藍(lán)、紅、綠其中一種顏色。而在播放音樂(lè)的時(shí)候兩側(cè)看似不透明的機(jī)殼內(nèi)部,則會(huì)有跑馬燈一樣的效果,在夜晚看煞是好看。雖然這兩個(gè)功能比較費(fèi)電的設(shè)置,不過(guò)紐曼的1350mAh的大容量電池可完全可以應(yīng)付的來(lái)。另外如果你不想使用這些花哨的彩燈功能,你可以在“彩燈設(shè)置”中關(guān)閉它們。
該機(jī)把重力感應(yīng)功能也加入了進(jìn)來(lái),并且應(yīng)用的比較不錯(cuò)。此功能主要體現(xiàn)在晃動(dòng)換桌面和換歌曲中。但你處于待機(jī)的狀態(tài)下,只需輕輕的晃動(dòng)手機(jī)就立刻會(huì)更新不同的背景。搖晃歌曲也是同樣的道理,當(dāng)你在音樂(lè)播放界面的時(shí)候,晃動(dòng)手機(jī)就會(huì)選擇上一首或者下一首歌曲,對(duì)于時(shí)尚新潮的人們來(lái)說(shuō)絕對(duì)是個(gè)彰顯個(gè)性的功能。
作為一款主打音樂(lè)的手機(jī),音樂(lè)的播放當(dāng)然要有些特點(diǎn)才行,所以內(nèi)置一個(gè)專業(yè)的Wolfson音頻解碼芯片。Wolfson的特點(diǎn)主要就是音質(zhì)好,中高音清晰明亮,解析度高,細(xì)節(jié)豐富;低音自然不混濁,長(zhǎng)時(shí)間收聽(tīng)音樂(lè)不會(huì)感覺(jué)疲勞。
另外一個(gè)小功能就是視頻攝像頭了,當(dāng)用數(shù)據(jù)線把手機(jī)和電腦連接的時(shí)候,手機(jī)上會(huì)有一個(gè)視頻攝像偶的選項(xiàng),選中后則能夠代替常用的攝像頭,進(jìn)行視頻對(duì)話的功能。雖然說(shuō)紐曼M600這些特殊的功能在別的手機(jī)中已經(jīng)出現(xiàn)過(guò),但是放在該機(jī)身上給人一種很搭配的感覺(jué),這也很符合此手機(jī)本身的賣點(diǎn)和音樂(lè)手機(jī)的本質(zhì)。
var useCounts191=0;
var playCount191=0;
var favCounts191=0;
function stng191()
{
if(playCount191==0){$.getJSON(Geturl(5,191),function (json){$('#playtime191')[0].innerHTML=json.Item;});playCount191=1;}
}
function ding191(flag)
{
var str='#badtime191';
if(flag==1)
{
str='#GoodTime191';
}
$.getJSON(Geturl(flag,191),function (json){if(json.Item!=null){$(str)[0].innerHTML=json.Item;}if(json.Info!=null){alert(json.Info);}});
}
紐曼M600搖動(dòng)換歌與燈效演示視頻 [原創(chuàng)]
播放:33 | 收藏:0 | 引用:1
document.getElementById("object191").SetVariable("urllk",top.location.toString())
頂 0 踩 0 收藏 引用 上傳視頻
RequestJson('191');
var orginFlash = {init:false,isFullScreen:false,position:'',top:'',left:'',width:'',height:''};
function writeFlash(){
var so = new SWFObject('/Files/BeyondPic/2008-11/7/player.swf', 'object191', '480', '400', 8, '#FFFFFF');
so.addParam('quality', 'high');
so.addVariable('file','191');
so.addVariable('screen','0');
so.addParam("swLiveConnect", "true");
so.addParam('menu', 'false');
so.addParam('allowScriptAccess', 'always');
so.addParam('allowFullScreen', 'true');
so.addParam('wmode', 'transparent');
so.write('flvurl191');
}
function getScreenSize(){
var w = 0;
var h = 0;
if( typeof( window.innerWidth ) == 'number' ) {
w = window.innerWidth;
h = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
w = document.documentElement.clientWidth;
h = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
w = document.body.clientWidth;
h = document.body.clientHeight;
}
return {width:w,height:h};
}
function fullScreen(){
if(!orginFlash.init){
orginFlash.position = document.getElementById('flvurl191').style.position;
orginFlash.top = document.getElementById('flvurl191').style.top;
orginFlash.left = document.getElementById('flvurl191').style.left;
orginFlash.width = document.getElementById('flvurl191').style.width;
orginFlash.height = document.getElementById('flvurl191').style.height;
}
orginFlash.init = true;
orginFlash.isFullScreen = true;
var screenSize = getScreenSize();
try{
document.getElementById('flvurl191').style.position = 'absolute';
document.getElementById('flvurl191').style.top = '0px';
document.getElementById('flvurl191').style.left = '0px';
document.getElementById('flvurl191').style.width = screenSize.width ;
document.getElementById('flvurl191').style.height = screenSize.height;
document.body.style.overflow='hidden';
window.scrollTo(0,0);
}catch(e){
}
}
function normal(){
if(orginFlash.init){
orginFlash.isFullScreen = false;
try{
document.getElementById('flvurl191').style.position = orginFlash.position;
document.getElementById('flvurl191').style.top = orginFlash.top;
document.getElementById('flvurl191').style.left = orginFlash.left;
document.getElementById('flvurl191').style.width = orginFlash.width;
document.getElementById('flvurl191').style.height = orginFlash.height;
document.body.style.overflow='auto';
}catch(e){
}
}
}
function reSize(){
if(orginFlash.isFullScreen){
fullScreen();
}
}
window.onresize = reSize;
writeFlash();
本新聞共
9 頁(yè),當(dāng)前在第
6 頁(yè)
1 2 3 4 5 6 7 8 9