![]() | Advanced Banner Rotation Parameter Reference |
![]() [ Support ] [ About Us ] |
Name | Description | Example |
bannerN | This parameter specifies the URL of the image file for each banner. Range of Values : URL to an Image File |
<PARAM name="banner1" value="[IMAGE_URL]"> <PARAM name="banner2" value="[IMAGE_URL]"> <PARAM name="banner3" value="[IMAGE_URL]"> <PARAM name="banner4" value="[IMAGE_URL]"> |
linkN | The URL Link for each banner. Range of Values : Link URL |
<param name="link1" value="[URL_LINK],_self"> <param name="link2" value="[URL_LINK],_blank"> <param name="link3" value="[URL_LINK],_top"> <param name="link4" value="[URL_LINK],_self"> |
Speed | Banner Transition Speed specifies the speed at which the next banner will be moved into position. Range of Values : 1 (slow) to 100 (fast) |
<PARAM name="Speed" value="70"> |
Pause | Pause Time between Banners the value is a positive integer and represents the number seconds to pause before moving the next banner into position. Range of Values : Positive Integer |
<PARAM name="Pause" value="5"> |
random | The random parameter specifies whether the banners should be displayed in the order in which they are specified by the banner parameter above or whether the applet should display the banners in a random order. Range of Values : true or false |
<PARAM name="random" value="true"> |