Gatefold

2
 function swfCallback(e)  {  if (!e.success) hideGatefold();  }  var _isLoaded = false;  $(window).load(function() {  if ( $("#gatefoldFlash").length > 0 ) { setTimeout(function(){ $("#gatefoldFlash").startAnimation();}, 2 00);  _isLoaded = true;  }  }); function hideGatefold()  {  $("#gatefold-container").hide();  }  function makeGatefoldTransparent()  {  $("#gatefold-container").css("background", "none");  }  function isPageLoaded()  {  return _isLoaded;  }

Transcript of Gatefold

Page 1: Gatefold

7/23/2019 Gatefold

http://slidepdf.com/reader/full/gatefold 1/1

  function swfCallback(e)  {  if (!e.success) hideGatefold();  } 

var _isLoaded = false; 

$(window).load(function() { 

if ( $("#gatefoldFlash").length > 0 ){

setTimeout(function(){ $("#gatefoldFlash").startAnimation();}, 200);  _isLoaded = true;

  }

  }); 

function hideGatefold()  {  $("#gatefold-container").hide();

  } 

function makeGatefoldTransparent()  {  $("#gatefold-container").css("background", "none");  }

 function isPageLoaded()

  {  return _isLoaded;  }