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 11 of 13
Click here to add a comment
Adrian
Posted 637 days ago
Jum, I resent the script to your other email. I think you received it.
About the modification, I thought you want some other text in html but I think you want a text inside flash to appear over the image...
I do not have exact instructions for that, sorry. It requires some modifications and testing.
Jim
Posted 638 days ago
Hi Adrian, I am a web developer. :) So outputing an html file like the configuration text you have above isn't an issue for me. Just the action-scripting to do the actual text import to the swf. Btw... I did a purchase of this module last night and didn't get a confirmation email from either PayPal or yourself. I will check with PayPal to see what's up and if not there will re-try. I can use the module as-is, but with the additional features I described I would buy it again (and I think you would potentially have more sales from others -- having the text be dynamic means people don't have to mess with adding text in photoshop, etc).
adrianTNT
Posted 638 days ago
Hi Jim, I think what you need must be custom made depending on your other content/scripts. How you do it depends on how you read your data and how you have everything setup, that is unknown to me. I recommend to let a web designer/developer to do that for you.
adrianTNT
Posted 638 days ago
Hi Greg, try changing target="_blank" or target="_parent", etc, that is target frame. It should be next to URL in xml file, if is not there then write it like above.
Greg
Posted 638 days ago
I'm having problems using this in Iweb I got it working but then when I click on a link it opens inside the frame instead of a new window or the whole browser window.
Thanks for the help.
Jim
Posted 638 days ago
This is great. How tricky would it be to add some dynamic text overlaying the image? In other words your lower left text bar would be dynamic text with potentially some description text beneath it. I am trying to find something as a feature story preview window and would like to dynamically pull the text, desc, and an image to populate your script. Cheers...Jim
Adrian
Posted 717 days ago
Joe, you would have to modify teh source a bit for that.
Something like replacing:
my_buttons._x = target_mc._width-my_buttons._width-butto ns_margin;
with:
my_buttons._x = 10;

The above is to place buttons group on left margin, rather than right margin, right margin is total width minus the space.