Flash components › Flash files › Image Viewers
Dynamite Banner V.2
|
Posted on 2009 Jun 19 |
Can you give me a quote to customize this? top navigation and company name? thanks, mike mikey_23_ny1@msn.com
|
Posted on 2009 Aug 19 |
ryan.manning@digital-flare.com
|
Posted on 2009 Aug 20 |
|
Posted on 2009 Oct 27 |
|
Posted on 2009 Oct 28 |
Yes it is possible to remove the extra effects from the gallery.
I have sent the solution at your email.
|
Posted on 2010 May 12 |
|
Posted on 2010 May 14 |
|
Posted on 2010 May 14 |
|
Posted on 2010 May 14 |
Checked your both links.
Please check the following things-:
1. The images url in the xml file should be exact.
If images are at some different location use full http url
in the xml file.
2.If an image do not load then change its extension from lowercase
to uppercase eg - jpeg to JPEG because flash needs exact
extension while loading an image.
Feel free for any queries.
|
Posted on 2010 May 17 |
|
Posted on 2010 May 23 |
|
Posted on 2010 Jun 01 |
Full size pics
























This is nice and beautiful banner with effects.
It is easy to use and customize.
Features-:
1.Self Resizable according to the images.
Just fix the size of the 'swf' file in the 'html' code.
2.Unlimited images.
3.Thumbnail gallery with scrolloing enabled.
How to Change the Images?
There is a folder 'images'just paste your images there and
give there url in the 'imglist.xml'.
How to Change the Thumbnails?
There is a folder 'thumb'just paste your thumbnail images of 45x35 size
there and give there url in the 'imglist.xml'.
How to Change the other Properties ?
In the 'imglist.xml'just customize the value in the xml file.
file="images/1.jpg" // give the url of your image.
thumb="thumb/1.jpg" // give the url of the thumbnail image.
text="Text text text" // give the text to the image or just write a " "(space) if you want to disable the text.
Note: for disableling the text just leave a space(" ") in text tag.
eg of text disablement - text=" "
url="http://www.google.com" // give the url which will open on click on the image.
Note: for disableling the url opening just leave a space(" ") in url tag.
eg of url disablement - url=" "
window="_blank" // method of opening a url on image click.
window="_blank" - for opening a page in another blank window.
window="_self" - for opening a page in same window.
image_duration="8" // gap time between two images.Increasing value increases time gap.
text_color="0xffffff" // hexadecimal color code to give any text color.
text_size="9"` // accepts integer value to adjust the text size.
--------------------------------------------XML----------------------------------------------