ADVERTISEMENT

Albert Martinez 'stoked' over seeing family members abroad

Published Mar 16, 2018 08:27 am
Despite being one of the lead stars of new series “Bagani,” seasoned actor Albert Martinez won’t pass up the chance to spend a month and a half in Los Angeles, California in April to be with family. Albert Martinez (mb.com.ph) Albert Martinez In an interview, he was bursting with excitement over visiting Alyanna, his eldest daughter with the late Liezl Martinez, and granddaughter Adalynn Riley in the U.S. "I wanna play with her all day," he said, as it will be his first time to see her. "Okay lang ako mag super yaya---tatlo na inalagaan kaya expert na ako diyan." His son Alfonso is already 29-years-old while daughter Alissa is 23. Albert knows it's only a matter of time before they start thinking of having a family of their own, if not already. As such, he wants to maximize his time with them. "Just want to enjoy my apo, my kids," he said sans apology. What about finding new love in America, we teased. "I'm not looking for it but when it comes to that, why not. Pero right now hindi siya part ng consciousness ko. I'm too pre-occupied sa mga anak ko, I’m so excited to see my granddaughter. Tsaka ang trabaho dire-diretso," he answered. Forever in his heart Albert admits he still cries at night thinking of Liezl who he lost to cancer in 2015. Albert with his family (Instagram) /mb.com.ph Albert with his family (Instagram) "Hindi mawawala 'yun (sakit)," he said. "I'm surrounded by memories, I'm surrounded by love, I'm surrounded by our great time together at hindi ganu'n kadali na buburahin ko na lang lahat 'to." Work has been a friend. There are days Albert comes home so tired that he goes straight to bed with lessened time thinking of his wife. "Imagine mo kung wala akong ginagawa hanggang ngayon. Baka may depression na ako," he thought aloud. He is thankful to the executives of his home network ABS-CBN, who helped him get back on his feet. Note that three weeks after Liezl left, the actor was cast in "All Of Me." later, he became one of the main antagonists on "FPJ's Ang Probinsyano." Then "La Luna Sangre." Then "The Good Son." Now "Bagani." Blessed panacea. So far, so fun On the fantasy series "Bagani," Albert plays Agos, father of one of the lead cast members, Enrique Gil. They reunite after working on "Princess and I" in 2012. It's Albert's first time working with Enrique's 25-year-old love team partner, Liza Soberano. Albert (right) with Enrique Gil in behind-the-scene footage from 'Bagani' (Instagram) /mb.com.ph Albert (right) with Enrique Gil in behind-the-scene footage from 'Bagani' (Instagram) So how is it working with the two, we asked. "Mabait naman 'yung dalawang 'yun tsaka alam mong focused sa work and mature sila," he said. "As far as being an actor is concerned, alam mo na they're in for the long haul kaya maganda." "Maayos naman 'yung attitude ng dalawa. It's really nice to work with them," he added. Albert even noted Enrique has grown as actor compared to his performance on "Princess And I." "Talagang he's totally a different person. He is more responsible, more mature and 'yung focus niya sa work is impressive, very impressive." He also noted that though the two millennails seem to have a "thing" in real life, "hindi sila ganu'n ka showy in public." Among those he enjoys at work is the ambiance on set, proudly saying the production really invested much to have such wonderful design. "Mukha siyang totoo. Every angle ng set parang real palace. Tapos gumawa sila ng fishing village na mukhang akala mo matagal ng nandu'n," he shared. "Then may forest village na similar to the Ewoks." (With report from Bhenj Agustin)
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.