More Films Pro ติดต่อโฆษณา: Line: DKmayS
กลุ่มหนังของเรา: https://www.facebook.com/groups/611797929626631/

11/04/2026
18/03/2026

เรื่องน่าขันคือ ชายคนนี้ถูกไล่ล่ามานานถึงสามปี แต่สุดท้ายกลับคืนดีกับศัตรูของเขา

17/03/2026

ชายติดอยู่กลางทะเล 7 วัน 7 คืน ประดิษฐ์น้ำจืดเองเพื่อเอาชีวิตรอด

17/03/2026

ชายเหยียบระเบิดตอนถ่ายทำ ผู้กำกับยังให้ถ่ายต่อ ก่อนเกิดหายนะ

16/03/2026

ชายคนหนึ่งเผลอเหยียบกับระเบิดโดยไม่รู้ตัว

ที่อยู่

431 433 Thanon Tanao, San Chao Pho Sua, Bangkok
Bangkok
10200

เบอร์โทรศัพท์

+263782418776

แจ้งเตือน

รับทราบข่าวสารและโปรโมชั่นของ More Films Proผ่านทางอีเมล์ของคุณ เราจะเก็บข้อมูลของคุณเป็นความลับ คุณสามารถกดยกเลิกการติดตามได้ตลอดเวลา

แชร์

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "THAILAND" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });