adrianTNT.com - Flash Ads Loader

The ads loader needs macromedia flash player

A great way to easily display your products, services or other images, you can add/remove as many JPG or SWF images as you want by editing a configuration file with a simple text editor. Users will see a button for each image, buttons will blink while an image is loading.

click here to buy
Price:  $19.00

You can also enable/disable the slide show, site visitors can also disable the slide show by pressing the pause/play button.

On top of the button there is an ad-display-time indicator, it will show the time left before moving forward to next ad, ad-display-time indicator can be disabled, color can also be changed.

Image format can be JPG or SWF, you can also load gif or png if you open the fla file and publish it for flash 8. Now it only requires flash player 7.
Images can also be animated swf files if you like.

You receive the source file, but the ads loader can also work as standalone application, you do not need the flash program to set the images to be loaded and other options, the settings can be changed by editing the configuration file with a text editor.

Each ad/image can open a given url on click, the url would be the page that is showing more details about the product or service in the image. The url is optional, if none is set then nothing happens when image is clicked.

Requirements

- Users need flash player 7 to see the ads, it is installed on over 98% of online computers.
- Text editor is needed to add/remove images and set the options.
- The images that show your products or items you are trying to promote.
- If you also want to edit the source file then you need Flash MX 2004 or later, but editing the source file is not required unless you want to do some advanced modifications.

click here to buy
Price:  $19.00

The configuration file looks like this:

<ads>
<ad image="product1.jpg" link=
"/products/targa_menu/" display_seconds="4" />
<ad image=
"product2.jpg" link="/products/micro_menu/" display_seconds="8" />
</ads>

<options>
<display_seconds=
"4" autoplay="true" fade_seconds="1" show_pause_button="true"/>
<buttons_alpha=
"40" buttons_rollover_alpha="80" buttons_space="0" buttons_margin="5"/>
<show_time_bar=
"true" time_bar_alpha="100" time_bar_color="CCFF00" random_start="false"/>
</options>

Other available options

  • time to display each ad, this can be set globally or each ad can have a different time.
  • autoplay can be disabled or enabled by default.
  • fade effect between ads.
  • time to display the fading effect between ads.
  • play/Pause button can be enabled or disabled.
  • alpha value for the buttons (transparency).
  • alpha buttons for the buttons when mouse is over them.
  • space between buttons.
  • margin around the buttons group.
  • the display time bar above the buttons can be disabled/enabled.
  • alpha value (transparency) of the ad display time bar.
  • color of the ad display time.
  • an url to open can be specified, url opens when user clicks the image.
  • target frame of url to open.
  • new: you can now chose that first loaded ad to be a random ad.

click here to buy
Price:  $19.00

Let us know what you think about the product

Comments page 12 of 13
Click here to add a comment
Ray
Posted 543 days ago
Can i not set the height of ad_loader HTML to a different height than 175, when i set the height to lower number like say 130 or 100 when i
right click on the image to go to Zoom in, Zoom out, Show all, Quality, Print, Setting, About Adobe Flash Player. There is no Setting highlighted When i zoom in and out or click on Show all, The image will change size The ( Show all ) will change the image about less then half the size... The image size i need is ( 622x99 ) can you help
Adrian
Posted 552 days ago
Yes, your html code is incorrect, use the html code received with the file and make sure both "movie" and "src" are the same (pointing to the swf file), now one is missing. IE reads one value and Mozilla type browsers reads the other value.
I hope this helps.
erik
Posted 552 days ago
Hi, nice script! Works fine on Firefox and IE but I can't get it going on Opera 9.63. Anything I can do there?
Adrian
Posted 577 days ago
Jason, next to "link" add: target="_blank"
Jason
Posted 579 days ago
what is the code to open a new link page when you click the loader image?
Adrian
Posted 636 days ago
Greg, I am not familiar with that software, what is the "flash frame" ? The swf file can sit directly in the html page, there is no reason to sit in a frame, is that a limitation of that software?
Greg
Posted 636 days ago
Thanks for the help! I got it working and my main problem that I could see is that I was using the full links (www.google.com) instead of just the intenal path(/home/aboutus.html) When I source to an internal site it works fine and opens a new page. Otherwise when trying to link to an external site it's trying to open inside the flash frame. I'm using Iweb so that might be a bit of a problem.
Any suggestions?
Thanks again for your help!