楊伶雯
2013年10月9日 19:15
");
$(".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();
});
}
//-------------------
});
-
遠傳將推出新型態平台「點圈新經濟」。(圖/遠傳提供)
記者楊伶雯/台北報導
根據Google最新調查指出,95%台灣智慧型手機用戶會以手機搜尋當地資訊,其中有83%會進一步採取行動,就平均每人使用APP數量統計,台灣市場更高居全球第三,聚焦新型態APP經營概念,遠傳9日在「遠傳開發者大會」中宣布將推出新型態平台「點圈新經濟」商業模式,預計2014年第1季正式推出,目標上看1200家特約廠商,3000支聯盟APP,超過5000項行動優惠折價券。
遠傳表示,APP產業發展潛力無窮,根據Garner最新報告指出,全球APP下載量今年(2013)將突破1020億次,營收高達260億美元,潛藏的周邊商機難以計算。
遠傳指出,根據調查,台灣消費者對遊戲,社群應用及生活資訊優惠的APP應用最為喜好,其中餐飲住宿折價券及實體贈品之優惠更是首要;遠傳以『點圈經濟』概念,規劃全台最大行動生活優惠網,將美食、生活、娛樂等一網打盡。
遠傳網路暨電子商務事業群執行副總經理洪小玲表示,透過網路社群主動串連、分享生活體驗已成現今主流趨勢,涵蓋多元功能的APP需求增加。
遠傳舉辦2013遠傳開發者大會,邀請國內外業界頂尖代表與會,傳承成功經驗。(圖/遠傳提供)
洪小玲說,這次與國內外優秀技術團隊合作,借由 Sirqul於Amazon多年的雲端服務、電子商務及APP store開發經驗,加上時間軸在台灣的網路科技實力,期望鼓勵更多優秀的APP開發團隊與廣告業主一齊加入「點圈新經濟」的行列。
Sirqul首席技術長Robert Frederick隨時掌握科技新趨勢,特別秀出新型Google眼鏡。(圖/遠傳提供)
關鍵字:
遠傳
股東會
股利
營收
智慧型手機
平板電腦
時間軸科技
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:
留言列表