Ads Loader by adrianTNT.com --------------------------- This component is used to display ads on your site, promoting your products or services. It works like this: you need the swf file and the XML file, upload both of them in the same directory on your server, edit the XML file with a simple text editor like notepad from windows, in xml file set the path to the images and the display options, colors, etc. Now to actually display the Ads Loader in your site you need to insert the swf file in your html page on your site, if you do not know how to do this then just copy/paste the code from ads_loader.html to your other html page. In the html code you might need to edit the path to the swf file, this appears in t locations in html code, is like this: movie="ad_loader.swf" and src="ad_loader.swf" if swf is not in same directory as html then change the path so that it points to the swf file. To add more images to your ad loader just add more xml lines by copying the current ones, then edit them (image path, url to open, etc). Options: image="images/rating_system_590x175.jpg" This option sets the path to your image to appear in the ads loader, link="/products/rating_system/" This item is optional, if this is set next to image then clicking that image will open that url. target="_blank" This is also optional and it specifies the target frame of the url to open (same window, new window) display_seconds="4" In OPTIONS area this option sets the time to display each ad, if this option also appears next to ad image, then that ad will be visible for that number of seconds. autoplay="true" This tells the ad loader if images should auto play by default without user clicking the play button. Value can be "true" or "false". fade_seconds="1" This specifies the number of seconds to fade the image, this can be like 0 or 1 or 1.5, etc. show_pause_button="true"/> This tells the ad loader if it should show the pause button or now. Value can be "true" or "false".