ADVERTISEMENT

Sam Milby looking for The One

Published Mar 6, 2018 08:38 am
Sam Milby may be single but he won’t mingle just for the sake of doing so. Sam Milby (mb.com.ph) Sam Milby What he wants now after his break-up with his girlfriend of two years is find a woman to walk down the altar. “I wanna settle (down). I want to have a family. I’m ready. Sana in two to three years ‘yun ang gusto kong mangyari,” he said at a huddle for Viva Films and TheIdeaFirst Company’s “Ang Pambansang Third Wheel”. “I’m not looking for a girlfriend. I’m looking for a wife.” The Fil-Am actor shared how he is holding up after the breakup. “I’m surrounding myself with really good friends and I bike a lot. I bought a new motorcycle. Nakakawala ‘yon ng stress. I travel around a lot more. I don’t know if it I would sound too spiritual but I’m going to the church, reading the Bible and working out my relationship with God,” he said. “I think these things really help me out.” Sam admitted he has a crush on his leading lady, Yassi Pressman. “Yes, of course, na-a-attract ako sa kanya. Kasi noong MMFF before, dahil sa may ginawa akong movie, nakita ko siya sa awards night. Crush ko siya,” he admitted. Enough to pursue her, we teased. “First of, on a personal level, she’s my type, she’s beautiful. I’m single now---but I’ve also just gotten through a breakup. I’m happy where I am right now because I’m growing personally. It may sound cliché but I am happy where I am now. ‘Yun ang ginagawa ko. It’s not actually an excuse sa tanong n’yo but that is the truth,” he said. What does he look for in a woman? “Kasi you can always have ‘yung hinahanap mo sa tao. And there were times that you meet a person you (like but have qualities you) least expect. So ako, ‘yung pinakaimportante is ‘yung chemistry and connection.” Asked to describe Yassi, Sam said their exact opposites. “I’m medyo introvert so I can be quiet sometimes. Si Yassi, she’s extrovert, sobrang goofy siya. She’s not afraid to be goofy and make pangit na mukha. She’s full of energy. She loves to dance. She loves to sing. Kahit madaling-araw, grabe ang energy niya. She really gives a lot of energy sa set.” He is glad to be her leading man. “I am very blessed to be the leading man of Yassi sa first lead role niya. I don’t think she needs help because she’s already there,” he said. The two previously worked together in “Camp Sawi” but funny, they didn’t have a scene together. “Nakakatawa kasi doon sa ‘Camp Sawi,’ we had one scene na magkasama kami but during the shoot hindi kami magkasama. When I arrived, they shot her scenes. Pagdating ko, 30 minutes after umalis siya. Bumalik siya sa Maynila, she had work. We didn’t have time to bond or hangout together,” he shared. Working with Yassi, Sam said, “You can tell that she has a lot of experience. Magaling na siya. Working with her for the first time, how galing she is, she’s gorgeous.” “Ang Pambansang Third Wheel” sees Yassi play Trina, a receptionist turned copywriter in an advertising agency. She has a very active imagination and believes every person is destined to meet someone that will keep her or him company in this life’s journey. Already in her 30s, Trina is yet to find that one person for her, though. She’s had her heart broken thrice, and has long accepted the awkward status of being a third wheel to her dating friends. She swears she won’t fall for a guy until she’s sure that he meets her standards. Sam plays Neo, an art director who gets partnered with Trina in an advertising project. Beyond his good looks, Trina finds something in him that makes her break down the wall she’s built to protect her heart. Neo admits that he has loved three women, but his revelation about having an 8-year- old son devastates Trina. To make matters worse, the boy’s mother still makes her presence felt. Now third-wheeling between Neo and his son, does Trina stand a chance of being Neo’s “Only One?” Playing the role of Murphy, the attention-seeking son of Neo, is Alonzo Muhlach, while Monica, Neo’s ex-wife, is played by Sam Pinto. “Ang Pambansang Third Wheel” opens in theaters on March 7.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.