楊伶雯
2013年6月7日 11:22
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
誠研自創品牌及WiFi行動照片印表機。(圖/誠研提供)
記者楊伶雯/台北報導
2012年全球智慧手機出貨量約7億台,年增43%,預估至2016年時更可能突破14億台,隨著智慧型手機使用量倍增,大幅帶動智慧型手機周邊設備市場影像產業也將跟隨這個潮流產生需求、市場面的變革,誠研董事長黃健華指出,看準這個趨勢,特別打造行動影像娛樂品牌Pringo,同時推出WiFi行動照片印表機,除迎合市場需求外並引領影像娛樂浪潮。
黃健華對創立台灣自有品牌有獨到的想法,他認為,自有品牌不僅是企業經營,對國家、社會更有積極的意義,強調,「有核心研發能力與創造力之台灣品牌才能有獨特價值並對世界做出貢獻」。
黃健華指出,不以過去在數位影像輸出產業之成就而自滿,希望透過在數位影像輸出產業的經驗及基礎,發展行動影像娛樂產業的自有品牌,提供市場更全面的影像相關服務。
他表示,未來Pringo產品將與通路影像娛樂品牌立可得共同合作,以雲端、網路、影像娛樂技術與產品的串連創造全新的影像娛樂網絡,向世界展現台灣最原生、原創的行動影像娛樂品牌與嶄新格局。
因智慧型手機市場大幅成長,誠研旗下品牌Pringo看準行動影像娛樂市場,推出同名、全球首創的WiFi行動照片印表機,只要將智慧型手機存放的相片傳輸至Pringo,就可立即沖印,Android、iOS系統都能適用。
誠研科技2001年2月創立,憑藉領先的研發技術以熱昇華輸出為核心技術,研發高品質數位相片印表機、數位卡片印表機及週邊耗材等相關產品,為專業數位影像輸出系統設計、製造及銷售公司,透過自有品牌「HiTi」,擁有涵蓋電子、機構、韌體、軟體及色彩學5大領域的專業研發團隊,將產品深入歐美及全球新興印表機市場。
誠研2007年12月13日掛牌上市,是全台第一家專注於全方位數位影像產業的上市公司;Pringo則是消費性行動影像娛樂品牌,透過技術研發、雲端、網路及與企業相關品牌合作,提供消費者合宜、便利、富趣味性的行動影像娛樂體驗。
關鍵字:
誠研
黃健華
智慧型手機
印表機
WiFi
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表