
Frequently Ask Question
Question:
1) How do I upload files?
2) What is the size of the small image?
3) Why I don't see small image appears at the corner?
4) What is the size of the large image?
5) Why I don't see large image appears when mouse over?
6) What type of the image can I use?
7) What is the target URL can I use to redirect user when image is clicked?
8) Can I use multiple images for multiple ads?
9) How do I rotate multiple images?
10) Why I don't see my multiple images to appear?
11) Can I specify individual redirect target for each images in multiple script?
12) How do I display the peel animation on my web page?
1) How do I upload files?
You need the 3rd party software to upload your files to the web server. Normally it called ftp application.
If you don't have one yet click here to download FREE FileZilla FTP software
2) What is the size of the small image?
If you need to create/design the graphic for your ads, the size for small image is (75x75)
3) Why I don't see small image appears at the corner?
In order for script to work you need to upload all files to the web server and runs it online.
If some how the small image still does not appear you need to open the script and check whether you
have specify the correct path where the small image file is located. OR check the path for the small flash (vspsmallleft or vspsmallright.swf) file if it is
correct.
4) What is the size of the large image?
If you need to create/design the graphic for your ads, the size for large image is (800x600)
5) Why don't I see large image appears when mouse over?
you need to open the script and check whether you have specify the correct path where the large image file is located.
OR check the path for the large flash (vspbigleft.swf or vspbigright.swf) file if it is correct.
6) What type of the image can I use?
This version only support jpg format
7) What is the target URL can I use to redirect user when image is clicked?
There are four type of target you can use to redirect user such as (blank/parent/self/top)
8) Can I use multiple images for multiple ads?
Yes, you can. you have to use multiple ads script. There are a few variables you need to modify for it to work
For example: if you want to rotate and display four images you need to change your script such as
1) 4 smallImageArray[0], smallImageArray[1], smallImageArray[2], smallImageArray[3]
2) 4 bigImageArray[0], bigImageArray[1], bigImageArray[2], bigImageArray[3]
3) 4 openLinkArray[0], openLinkArray[1], openLinkArray[2], openLinkArray[3]
4) toalAds = 4
9) How do I rotate multiple images?
This will be done automatically for you. The multiple ads script has the random function included.
Your images will be rotated and displayed randomly any time you refresh your browser.
10) Why I don't see my multiple images to appear?
Because the image is rotating to display randomly. Therefore, if you want to see different image you need to refresh your browser.
11) Can I specify individual redirect target for each images in multiple script?
Yes, you can. There is a variable openLinkArray[0]. you can specify individual to redirect
for example:
1) openLinkArray[0] = 'blank';
2) openLinkArray[1] = 'self';
12) How do I display the peel animation on my web page?
Open the page you would like to display the ads, go to the very end of the page and find the </body> put the javascript line <script src="the path of your filename.js"></script>
between the </body> and </html>
For example
you want to display rotate ads on the right side. You should put the script on the page like
<script src="multiadsright.js"></script>
back to top