How to create an interstitial banner?

How to create an interstitial banner?

Normally the Interstitial ad is delivered by an ad server. Virtualcms give the chance to create and customize the Interstitial banner.

It can be used to promote an event, such as a week free subscription, or a shipping for free.

The Intersitial ad can:

  • contains flash scripts or images;
  • set with a count down so that the ad automatically closes when time expires;
  • set for appear every "n" views.

It need to have in the code also the follow script:

<script type='text/javascript' src="js/bannerInterstitial.js"></script>

Flash script or image?

Into the slot of Interstitial ad, we can put the flash script or upload an image.

Script Flash

var codeSrc = "<sc"+"ript> OA_show(56); <no"+"script> 
< a target='_blank' href='http://www.urladvserver.it' >
< img border='0' alt='http://www.urladvserver.it' / > < /a >";

bannerInterstitial.sorgente = codeSrc;
bannerInterstitial.isScript = true;</no"+"script></sc"+"ript>

Image

bannerInterstitial.sorgente = "< img src='path/to/image.jpg' / >"; 
bannerInterstitial.isScript = false;

* replace the path/to/image.jpg or www.url-advserver.it with the real ones.