ActiveDen

XML Smooth Tiled Banner Rotator

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 1 and 9 items
  • United States
  • Referred between 10 and 49 users
scottrockers says

Nice animations, nice file.

2 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
Quantax says

this is a great file. Very nice graphics, congrats…

2 years ago
  • Has been a member for 5-6 years
  • Bought between 100 and 499 items
ricky_fasshauer says
Purchased

Hi…

I just bought this great file but have just one problem…

When I am loading the swf info a movieclip called (container) the images becomes pixelated. Can you please help me with this problem I would be very greatfull…

// Ricky

2 years ago
Author
damojo damojo replied

Hi,

there is a stageembedexample.fla provided which loads the banner into a container.
Please try to use this as a guide as the pixelation you are describing does not occur there.

Cheers, damojo

2 years ago
  • Has been a member for 5-6 years
  • Bought between 100 and 499 items
ricky_fasshauer says
Purchased

The file stageembedexample.fla is working perfectly but i have tried to move the movieClip and the image moves with it but not the buttons. How come?

So my question is: Can I move the MovieClip in the file stageembedexample.fla to another position than just top left?

And could you please tell med how?

Best regards

Ricky6

2 years ago
Author
damojo damojo replied

Hi,

easy to do: In the stageembed code there is a container._x and container._y value for the corresponding positions.

Cheers, damojo

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Romania
  • Referred between 10 and 49 users
fifty_tons says

awsome job D, love the transitions :)

2 years ago
Author
damojo damojo replied

Thanks 50 :)

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 50 and 99 items
wueins says
Purchased

Nice item! Where did I change the font-style?

Greetz!

2 years ago
Author
damojo damojo replied

Hi,

thanks! Open the tiledbanner.fla and edit the txtmc movieclip from the library. You can change the font type as you please in the dynamic text field.

Cheers, damojo

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 50 and 99 items
wueins says
Purchased

Worse luck, it doesn’t work. Current its the font “John Doe”, after changing, nothing happend. Whats wrong!?

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 50 and 99 items
wueins says
Purchased

My fault, its the font “Geo Sans Light”, and its working! :-) Its not the file “tiledbanner.fla”, instead “smoothtiled_externalxml.fla”

2 years ago
Author
damojo damojo replied

Glad to hear you got it working :)

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

Hi, I am trying to load the tiledbanner.swf into another movie-clip but i am having problems centralizing it on the stage

How can I centralise the tiledbanner.swf on the stage?

please help

thanks

2 years ago
Author
damojo damojo replied

Hi,

take a look at the included stageembedexample.fla. Use this code for a stage embed and automatic centering:
Stage.scaleMode = "noScale";
//Regular image loader function
regularImageLoad = function (link, item) {
    my_mcl = new MovieClipLoader();
    mclListener = new Object();
    my_mcl.loadClip(link,item);
};
_root.createEmptyMovieClip("container",1);
regularImageLoad("tiledbanner.swf",container);
//
position = function () {
    container._x = (Stage.width/2)-(590/2);
    container._y = (Stage.height/2)-(300/2);
};
//
resizeListener = new Object();
resizeListener.onResize = function() {
    position();
};
Stage.addListener(resizeListener);
//
position();
NOTE : replace 590 with your slideshow width and 300 with the height.

Regards, damojo

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

Hi thanks for the quick response

I used the code and put it in the stageembedexample.fla

but when I use it nothing loads on the stage.

could it be something to do with the

_root.createEmptyMovieClip(“container”,1);

becuase i already have a movie clip loader on stage called myswfholder_mc

2 years ago
Author
damojo damojo replied

Hi,

I think its rather the path to the banner you want to load. See if the filename I used is correct.

Regards, damojo

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

Hi, the filename is correct as I have left it on default and also the tiledbanner.swf is in the root folder.

any ideas?

this is the code in my main timeline for the swfholder_mc

// This function is executed when pressing a button this.goRef=function(ref){ this.ref.ref.text=ref; loadMovie(ref,this.swfholder_mc); this.loader.startLoading(this.swfholder_mc); }

2 years ago
Author
damojo damojo replied

Simply execute my code on button press, since the loading and creation of a container is included. Or just use the positioning function with your container.

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

thanks for your help Dajomo. Excellent banner!

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

Hi Dajomo

one other question

can I change the font sizes to different sizes using the standard xml?

i.e

i have tried but it doesn’t seem to work

2 years ago
Author
damojo damojo replied

Hi,

there is a fontsize parameter for each slide in the xml file.

Regards, damojo

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • United Kingdom
damaskmedia says
Purchased

HI thanks for the quick response, what i meant was have different font sizes for the same caption.

I am aware of the fontsize parameter

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

Hi I just purchased this from you and I can not get it to work in IE 7 ? Any idea why?

2 years ago
Author
damojo damojo replied

Hi,

does your ie7 have flash installed?
If flash is properly installed and allowed in the browsers settings this slideshow should behave no different than any other flash. Maybe this is only offline as well, try it online.

Regards, damojo

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

Hey i love your slideshow. I just need to put the text on top of the picture and i was able to do it but i dont want to use the background captions … and i need the sentences to be closer together when i increase the size of each sentence …

for example:

THE BIGGEST HITS vh1 music awards

The first headline is at 45px and second headline is at 20px I need the sentences to not spread out so much because of the background caption …

Please help me out ASAP .

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

How do you change the speed of the transition (sliding tiles)? -thanks

2 years ago
  • Has been a member for 4-5 years
  • Author had a File in an Envato Bundle
  • Interviewed on the Envato Notes blog
  • Author had a Free File of the Month
  • Beta Tester
  • Exclusive Author
  • Sold between 250 000 and 1 000 000 dollars
  • Elite Author
  • Bought between 1 and 9 items
  • Germany
  • Referred between 200 and 499 users
damojo says
Author

Away notice:

I will be unavailable from 26th of August till 3rd of September.

Please send me an email via my profile contact form if you have any questions. I will answer all requests when I return.

Cheers, Damojo

2 years ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
mon2000 says
Purchased

Great stuff here, if I want to use this for an online banner, do I need to send the xml file and all folders to the company that is hosting my banner?, as soon as I move the fla and swf file, nothing works.

sorry new to all this

4 months ago
Author
damojo damojo replied

Hi,

you need to keep all the files and folder structure except for source files (.fla). Also make sure that in the xml file alle paths stay correct in the new environment.

Regards, damojo

4 months ago

by
by
by
by
by