ActiveDen

Banner Rotator 2

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
Desmon says

I love this one very smooth :)

3 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • Brazil
  • Referred between 100 and 199 users
DomenicoCitrangulo says

Stylish gallery. Well done!

3 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Referred between 1 and 9 users
devita says

simply n nice

3 years ago
  • Has been a member for 4-5 years
  • United Kingdom
d76 says

Perfect. Wish it was AS2

3 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Turkey
3_14 says

Nice file.

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Europe
  • Referred between 1 and 9 users
tigerworks says
Author

thank you so much for your all comments.

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
iqbal0786 says

can size be changed before i buy this

i need it to be 920px in width and 350px in height

3 years ago
Author
tigerworks tigerworks replied

iqbal0786 // No need to open the fla. You can change with html.

var so = new SWFObject(“preview.swf”, “sotester”, “590”, “300”, “9”, ”#000000”);

3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
alefuenza says

I am interested buy this file,but i want to know if it works to the transfer of Flash to Dreamweaver CS4 to install it in my Web page,as previously I bought 4 similar files and 3 of them I do not have worked and after the authors do not have given me response to solve the problem.

3 years ago
Author
tigerworks tigerworks replied

Hi,
you don’t need any settings for html embed.

3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
alefuenza says
Purchased

I downloaded your file and I’ve installed it in Dreamweaver CS4 , I followed the normal steps to install the SWF file you and I get a gray rectangle stuck on loading and photos and does not appear, I did the same test with another Software (Web Plus X2 by Serif) and It’s the same

3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
alefuenza says
Purchased

I would ask you please answer the email I send regarding the operation of Banner Rotator 2 because you see before you buy and you told me that there was no problem in installing it

3 years ago
Author
tigerworks tigerworks replied

Hi,

example: html embed

<html>
<head>
<script type="text/javascript" src="js/swfobject.js"></script>
</head>
<body>
<div id="flashcontent">
<strong>You need to upgrade your Flash Player.</strong>
</div>
<script type="text/javascript">
var so = new SWFObject("preview.swf", "sotester", "590", "300", "9", "#36332c");
so.addParam("allowFullScreen", "true");
so.addParam("scale", "noscale");
so.addParam("menu", "false");
so.write("flashcontent");
</script>
</body>
</html>

3 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
ultraman says
Purchased

HI. Nice work. How can I change the transition speed. Not the time per image but the fade speed.

Thanks

3 years ago
Author
tigerworks tigerworks replied

Hi, I’ll update later.
You can change the code – line 215

Line 215 :

Tweener.addTween(currentHolder, {alpha:1, time:fadeTime, onComplete:slideFade});

change to

Tweener.addTween(currentHolder, {alpha:1, time:fadeTime, transition:”linear”, onComplete:slideFade});
3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
medwards says
Purchased

EDIT Ah, nevermind! was the result of my own stupidity! Was editing the wrong file. Works perfectly now :)**

Hello tigerworks,

This is a great gallery, thank you. I was wondering if you could help me with two issues I’m having:

1. It won’t loop for me the way it does on this page. 2. I can’t get the controls to move position, even after adjusting the x and y.

Thanks in advance for the help! Good job!

3 years ago
Author
tigerworks tigerworks replied

I didn’t fully understand, but; you can change the control mc x and y positions from the xml


more : tigerworks@hotmail.com

3 years ago
  • Has been a member for 4-5 years
  • Bought between 1 and 9 items
mindyourhead says

hi, is it possible to load this from another SWF file, using loadMovie()?

thanks

3 years ago
Author
tigerworks tigerworks replied

yes it is possible. But; mouse rollover feature is for html. Some settings are required.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
ultraman says
Purchased

Hi got your answer about the transition time settings but i don’t understand how changing the line 215 to

Tweener.addTween(currentHolder, {alpha:1, time:fadeTime, transition:”linear”, onComplete:slideFade});

will help me setting the speed. Is there any parameter where I can set transition speed in ms or any units?

Thanks

3 years ago
Author
tigerworks tigerworks replied

You can set transition speed with xml

transitionEasingDuration =”0.6”>

3 years ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
BlueberryFun says
Purchased

Can it be set to receive a set height and a variable width?

3 years ago
Author
tigerworks tigerworks replied

You can adjust the height and width with html. You can see help files !

var so = new SWFObject("preview.swf", "sotester", "590", "300", "9");

3 years ago
  • Has been a member for 2-3 years
aggiorma says

Images limits?

3 years ago
  • Has been a member for 2-3 years
aggiorma says

unlimited number of images

3 years ago
Author
tigerworks tigerworks replied

yes, unlimited…

3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
abz says
Purchased

how can i make the links not open in a new window?

3 years ago
Author
tigerworks tigerworks replied

Target Set

Line 226 :

navigateToURL(new URLRequest(xmlData.item[i].@link), "_self");

_self
_blank
3 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
rschnabel says
Purchased

Could you kindly elaborate on which document I open to insert your target set? Not sure where

navigateToURL(new URLRequest(xmlData.item[i].@link), “_self”);

is supposed to go.

Your help is appreciated.

Thanks

2 years ago
Author
tigerworks tigerworks replied

Hello,
“_blank” change to “_self”

2 years ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
smartmike says
Purchased

Hello! Nice work. just to buy… How can I change the time per image ? pelase. regards Mike

i find…very easy…

But how can put fix allays visible de menu bar (scrool picture)?

7 months ago
Author
tigerworks tigerworks replied

Hi,

data.xml

< item time=”4”

<item title="Banner Rotator Title 1" img="images/1.jpg" time="4" link="http://www.flashden.net" />
7 months ago

by
by
by
by
by