ADVERTISEMENT

Actor Mark Salling dies weeks after child porn guilty plea

Published Jan 31, 2018 01:15 am
  Mark Salling, who played bad-boy Noah "Puck" Puckerman in the hit musical-comedy "Glee," died of an apparent suicide Tuesday, weeks after pleading guilty to possessing child pornography. He was 35. Salling pleaded guilty in December after authorities said a search of his computer and a thumb drive found more than 50,000 images of child porn. He was scheduled to be sentenced March 7, and prosecutors planned to ask a judge to send him to prison for four to seven years. In this March 13, 2015 file photo, Mark Salling arrives at the 32nd annual Paleyfest In this March 13, 2015 file photo, Mark Salling arrives at the 32nd annual Paleyfest "Glee" in Los Angeles. Salling, one of the stars of the Fox musical comedy “Glee,” died, Tuesday Jan. 30, 2018.
(Photo by Richard Shotwell/Invision/AP, File / MANILA BULLETIN) A law enforcement official not authorized to speak publicly said Salling was found hanging in a riverbed area in the Tujunga neighborhood of Los Angeles. Ed Winter, assistant chief investigator for the Los Angeles County coroner's office, said the death is being investigated as a suicide. Winter said Salling was pronounced dead at 9 a.m. Tuesday, six hours after police received a report that he was missing. "Mark was a gentle and loving person, a person of great creativity, who was doing his best to atone for some serious mistakes and errors of judgment," Salling's attorney, Michael J. Proctor, said in an email to The Associated Press. Proctor didn't discuss the cause of death, but said the actor's family appreciated the support it is receiving and asked that a request for privacy be respected. The darkly handsome actor had appeared in only a handful of projects before his breakout role in "Glee," the popular Fox TV series about students in a high school glee club and their circle of family and friends. It aired from 2009-15. Earlier credits included 1996's "Children of the Corn IV: The Gathering," a 1999 guest role on the Chuck Norris series "Walker, Texas Ranger" and a part in the 2014 TV movie "Rocky Road." A singer-songwriter as well as actor, he released two albums: "Smoke Signals" in 2008 and "Pipe Dreams" in 2010. Following "Pipe Dreams'," release, Salling told The Associated Press he had been a singer-songwriter long before he became an actor. "I put out a record before. It went triple cardboard," he joked. "I was very excited about selling 125 units for that but you know this is something I've been doing my whole life. It's not something that I just decided to randomly do now. This is not the first. It won't be the last. And I hope people enjoy it and have something to look forward to for the next round." He said he chose the album's songs from 50 to 60 he had compiled over several years. Salling's character on "Glee" was a member of the school's football team who ends up joining the glee club. One of his character's friends was another jock-turned-singer, Finn Hudson, who was played by Cory Monteith. Monteith died in 2013 from a toxic mix of alcohol and heroin, according to a coroner's finding. Mark Wayne Salling was born Aug. 17, 1982, in Dallas, the youngest child of John Salling, an accountant, and his wife, Condy, a school secretary. Like his character on "Glee," Salling was a jock, taking part in wrestling, rugby, basketball and other school sports when he wasn't playing guitar or piano. By high school he was playing gigs in local bars. Soon after finishing school he moved to California to pursue an acting and music career and to study guitar at the Los Angeles Music Academy. After seven years of failing to land any substantial roles, and having released just one album, Salling was ready to give up when his older brother, Matt, exhorted him to keep trying. Soon after he landed the role on "Glee," where he quickly captivated audiences. His performance of Neil Diamond's "Sweet Caroline" even won praise from Diamond himself. Salling said his own musical preferences covered a wide range from jazz to country to rock, pop and hip-hop. He cited Radiohead's Thom Yorke and Trent Reznor of Nine Inch Nails as among his musical influences. He is survived by his parents and brother.
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.