Bone Tomahawk
Not Rated
Movie
132 minutes
October 23rd, 2015
DIRECTOR:
S. Craig Zahler
RATING:
Not Rated
RUNTIME:
132 minutes
Synopsis
Bone Tomahawk is a Western film that follows Sheriff Franklin Hunt, who gathers together a group of fighters to save three kidnapped victims from a clan of cannibals. After the town's doctor is kidnapped along with two others, forcing the sheriff to partner with the town's Native American professor and find the tribe before it's too late.
Official Trailer
x
`;
const fallbackToNativePlayer = function(){
console.warn('Failed to load AdsNinja video player.');
const container = document.getElementById('emaki-video-player-c785613e2e34aaa2');
if(!container){
return;
}
container.innerHTML = fallbackContent;
const videoPlayerContainer = document.getElementById('emaki-video-player-c785613e2e34aaa2');
if(videoPlayerContainer){
const videoPlayer = videoPlayerContainer.querySelector('video');
if(typeof Waypoint !== 'undefined' && videoPlayer){
const videoPlayerWaypoint = new Waypoint.Inview({
element: videoPlayerContainer,
enter: function(direction){
if(direction == 'up'){
this.element.classList.remove('video-player-floating');
}
},
entered: function(direction){
if(direction == 'up'){
this.element.classList.remove('video-player-floating');
}
},
exit: function(direction){
if(direction == 'down' && !videoPlayer.paused){
this.element.classList.add('video-player-floating');
}
},
exited: function(direction){
if(direction == 'down' && !videoPlayer.paused){
this.element.classList.add('video-player-floating');
}
},
offset: -50
});
}
const closeButton = videoPlayerContainer.querySelector('button.prem-player-close');
if(closeButton){
closeButton.addEventListener('click', function(){
videoPlayerContainer.classList.remove('video-player-floating');
if(videoPlayer){
videoPlayer.pause();
}
});
}
if(videoPlayer && typeof Waypoint !== 'undefined'){
videoPlayer.addEventListener('fullscreenchange', function(){
Waypoint.refreshAll();
});
}
}
};
if(!window.an || typeof window.an.monetizeVideo !== 'function'){
fallbackToNativePlayer();
}
else{
window.an.monetizeVideo(
'.emaki-video-player-c785613e2e34aaa2',
JSON.parse(`{\"name\":\"Instream-InContent\",\"groupName\":\"content\"}`),
JSON.parse(`{\"trackingId\":\"in-content\",\"playlist\":[{\"title\":\"Bone Tomahawk (2015) Trailer\",\"description\":\"\",\"length\":\"2:36\",\"mimeType\":\"video\\/mp4\",\"url\":\"https:\\/\\/video.srcdn.com\\/2024\\/07\\/bone-tomahawk-2015-trailer-1721330416.mp4\",\"thumbnailLink\":\"https:\\/\\/static0.srcdn.com\\/wordpress\\/wordpress\\/wp-content\\/uploads\\/2023\\/09\\/where-to-watch-bone-tomahawk.jpg?fit=crop&w=1024&h=576\",\"textTracks\":[{\"kind\":\"subtitles\",\"label\":\"English\",\"language\":\"en\",\"url\":\"https:\\/\\/video.srcdn.com\\/2024\\/07\\/bone-tomahawk-2015-trailer-1721330416-1721330651.vtt\",\"default\":false}]}]}`)
).catch(fallbackToNativePlayer);
}
});