Search  
Search Options

RESIZABLE IMAGE SLIDER

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersResizable image slider
Full_screen_preview

RESIZABLE IMAGE SLIDER

File developed with: Action Script 2 [AS2]

Features
This image viewer is really cool. You can add as many pictures as you like. You don´t need to edit the flash FLA file. Everything is inside XML and all pictures are external files in folder “gallery”. The only thing you need to do is to choose your pictures and edit XML file that will automatically update your flash image viewer.

Updates
20 March 2008
New images based on Triworks.net Assets Library

Reported bugs/updates
No Reported Bugs/updates.

GENERAL FAQ
Triworks.net is answering most of the support questions on our general FAQ . Please check it before sending us a support request. If you can’t find an answer to your questions send us an e-mail and we will include it in our FAQ .
Download general FAQ


TRIWORKS .NET QUICK PORTFOLIO
Check our portfolio here

XML Website templates

XML Image Galleries

XML News

XML Audio Players

XML Video Players

XML Video Galleries

WEB TV

Backgrounds



Utils

Posted about 1 year ago

can i start the flash with three images ?? like 2 thumbnail and one main image

Posted 7 months ago

Is it possible to embed this into a DIV on a site rather than a full page view? I was thinking it would be great as a product viewer.

Posted 7 months ago

Hey…

I really like the file but I just have Problems with the gallery since I tried to load it into my main fla.

It always shows this:

The class being compiled, ‘com.mosesSupposes.fuse.ZigoEngine’, does not match the class that was imported, ‘ZigoEngine’.

Posted 6 months ago

Is there anyway to get this file to work with more then 10 images? It works with less then 10 images.

Posted 4 months ago

A new version of this file is being done and going to be on-line on monday.

Everyone who bought it is going to get a new one.

We are going to create a new design as well. I hope you like the new one.

Sorry about this.

:)

Posted 4 months ago

In my previews post I told everyone that we were going to deliver a new version today. This was because of the comments that said the gallery could only work with 10 images.

We downloaded and tested this application and it worked just fine.

Triworks Team.

Posted 4 months ago

Hey triworks, this file is amazing thank you – its going to improve my site by a 100%

My question is based on MY lack on AS knowledge, and is in noway a short coming of your great script – therefor you are under no obligation to help, but man,any advice would help.

I was just wondering – I am loading the image slider into a slider_mc that “eases” to the center of a fullscreen flash movie.

The problem I am having is that I am centering the _mc with:
slider_mc.onEnterFrame = function() {
var dx=(Stage.width/2)-slider_mc._x;
var dy=(Stage.height/2)-slider_mc._y;
    vx=dx*0.1;
    vy=dy*0.1;

slider_mc._x+=vx;
slider_mc._y+=vy;
}

But no matter what I do It seems to be off center.

I am wondering how to disable the the “centering” of the image slider in the gallery.fla.

Please excuse my stupidity.

Posted 3 months ago

How can I shrink this down to 300px wide?

Posted about 1 month ago

Hi AudioVoyeur
Do you already solved your problem? Get back at us if youstill need help on that matter.

Hi davidmcgarry
You’ll find the objects you need to resize on the fla library. You can resize the objects at your will.
You’ll also should have to change some code that is related with the dimension of the container MC and the background of it.

Posted about 1 month ago

Hi
Check our newest products.
Several 10 Pack Backgrounds perfect to include in v3 and other Triworks.net portfolio files.
Easy to include with a complete Manual explaining out to do it.
For now we have 2 thematics: VICTORIAN and RETRO .
Soon we’ll have 3 more: ORIENTAL , WOODS and DOTS .
We’ll warn you about the new ones when they’re ready!

You can check it out here:

http://www.flashden.net/item/pack-10-backgrounds-victorian/12343

http://www.flashden.net/item/pack-10-backgrounds-retro/12344

Triworks.net team

Posted about 1 month ago

here i found error

  • ZigoEngine.doTween – missing targets[undefined] and/or props[_alpha] *
  • ZigoEngine.doTween – missing targets[undefined] and/or props[_alpha,_x,_y,_xscale,_yscale] *
Posted 28 days ago

Hi tkart
That’s not an error. Well, that’s an error but it don’t affect the performance and functionality of the file. It happens when an object has been removed or in that precise instance it don’t exist there. It gives that error by default in these cases. To avoid that error you must construct a code which verifies the state of each object every time it passes there. We think that doing this ruins the performance.

Posted 25 days ago

Hello triworks,

I purchased this gallery yesterday and i find it great. I just need to do one more thing in it. I want to put a layer over all with some text that will be showed all the time. When i am doing that the pictures are coming in front of my text and i cant find a way to make the text be on top of all the pictures allways!!!

Can you please tell me how to do that?

Thanks in advance…

Posted 3 days ago

Hi petrellis
Independently on the layer where the images container is, the images are being attached at a certain level. For certain, the level of the images is higher than the one that the text has. Attribute a higher depth to the text.

Posted 3 days ago

Hello again triworks,

Can you please explain me what exactly do you mean and how exactly i can do that?

Thanks again in advance…

Posted 2 days ago

Hello again again Triworks,

I think that you missunderstood me…

I dont want the text to be displayed in every image separetely.

I want it to be in front of the Scene … that means one text in front of everything!!!

Is this clearer?

Thanks and sorry for the many messages!!!

Posted 2 days ago

Hello again again again Triworks,

I searched a little your actionscripting and i found out that if i use the attachMovie i can do what i wanted in the previous message. So i am posting it here for somebody else who would like the same that i was trying…

I first created a movie clip with the text that i would like over every layer in the movie and then i added the following code in the “toStage” Actionscript code:

attachMovie(“mc_text”,”mc_text”,4); toStage(mc_text,”visible”,Stage.width/2,Stage.height/2+30);

By putting 4 i am saying to the movie that i want it over all the other layers…

I want to thank you for spenting some of your time for me.

C y a soon.

Emmanouil Petrellis

Posted 2 days ago

Hi petrellis
I’m glad it’s resolved. You welcome. Nice work.

Posted 2 days ago