To change the speed and time, simply change the time to
<script type="text/javascript">
var _gPDBSpeed = 1;
var _gPDBTime = 1;
</script>
The first line calls the close JavaScript function which will close the banner. The second line plays the timeline again and should Stop on the first frame again.
All Examples Example 1 - Images - 1 image, click to open, click to close |
With the billboard banner you will need to add this auto-open JavaScript to the top of the page.
<script type="text/javascript">
Now you will need to add this JavaScript (to the top of the page)
<script type = "text/javascript">
Now you will need to wrap your first banner and your second banner with these DIV tags. <div id="pushdownopen"> First Banner </div> <div id="pushdownclose"> Second Banner </div>
With the Billboard Banner the first banner still appears for an instant before the 2nd banner appears.
Remember that you can put images, flash or HTML inside of the above DIV layers.
|