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 6 of 13
Click here to add a comment
Fernando Lozano
Posted 968 days ago
How can I do to avoid the cache of the images?
Adrian
Posted 988 days ago
Hello Ryan Schefke, are you talking about the comments script? I do not have a code that saves comments to database, sorry, I cannot give you instructions on how to do that because it requires modifications.
I don't understand what you mean by load data from PHP file.
Ryan Schefke
Posted 988 days ago
How could I log the comments to a database vs a text file? I use PHP and MySQL. Also, do you have sample code to load data from a PHP file?
Thanks,
Ryan
Adrian
Posted 1010 days ago
Like with most XML products on this site you can make it load data from an ASP or PHP file instead of the fixed XML file, for this you first add something in the HTML code after path to swf, for example:
menu.swf?xml_file=menu.php
And then inside menu.php or menu.asp you can have php (or asp if its asp) tags that read the database and prints the XML format on screen, the menu will load the data as it will be a plain XML file.
This works with menus, photo gallery, ads loader, etc."
Andre Monsen
Posted 1010 days ago
I wonder if it is possible to make the settings file that are in xml to get the url and the CDATA text from a database field? I have no experience from xml but in some way I know that it has to be a way to populate the path, CDATA and this I know that I cant make a data connection In the xml file but it has to be a way to connect this program from a ASP against a database I hope this explain my needs for the menu and the Gallery and if you have any questions or
demands don’t hesitate to tell me.
Best regards from Norway. Andrč Monsen
Adrian
Posted 1015 days ago
Ramma, I never thought of that, I will keep in mind in case I make any other updates to this product.
Ramma
Posted 1015 days ago
Are there any plans to allow mouse wheel scrolling to keep working normally even when cursor is over ad?