Market Mayhem Companion App
// Audio Controls
var iframe = document.getElementById("youtubeVideo");
var player;
// Load the YouTube Iframe API
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
function onYouTubeIframeAPIReady() {
player = new YT.Player('youtubeVideo');
}
// Play and Pause Buttons
document.getElementById("playButton").addEventListener("click", function () {
player.playVideo();
});
document.getElementById("pauseButton").addEventListener("click", function () {
player.pauseVideo();
});
A Gift from Cash Guy Starts Your Financial Journey! Invest it Well and Good Luck!
Final Net Worth: $0
Get In On Our Next Drop
Subscribe to our mailing list for insider news, product launches, and more.
Choosing a selection results in a full page refresh.