Search  

XML HORIZONTAL SLIDING GALLERY

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersXML horizontal sliding gallery
Full_screen_preview

This is an XML driven horizontal sliding gallery using Flash CS3 . Features - Unlimited number of images, categories - Images are categorized. - Horizontal sliding animation. - Navigate by clicking thumbs or by clicking big images. Or categories

Posted 10 months ago

@askurat1 Sorry for the late reply send me an email with the file. thanks :)

Posted 4 months ago

youre answer: ronstantine

@rez

About the categories, I guess I built it that way. I used the categories themselves as to scroll through all the categories. I figured if there are too many categories, then the user won’t be able to view categories in the far right. Although in my code you can always turn off the animation. I think this would be more practical if you have only a few categories.

so how can i turn it off? :D

Posted 4 months ago

@MFahsold

comment out or remove line 412 in sliding_gallery2.fla :)

Posted 4 months ago

Hi Ronstantine

First of all, great slider! And second, i’m no AS wizzkid, but by looking at the comments that shouldn’t be a problem :)

My question(s): The thing i need, or want to do, is this. I just want to use the upper section (with the big pictures and the navigation by clicking on the next/previous picture) and use it full screen (resizable). I know i will have to match my pictures in height for it to work, but i am not sure that your beautifull slider will work this way…

Thanks in advance for your answer

Posted 3 months ago

@wazoo

Hi there. There is a way to turn off the thumbnails and categories since they are all in separate movieclips. So showing only the big pictures can be done :)

Posted 3 months ago

Hi

Thank you for your speedy respons, i have send you a PM :)

Posted 3 months ago

@wazoo answered in you email :)

Posted 3 months ago

Just wanted to say that Ronstantine has given me exceptional support (via email) regarding this file. Excellent file too!!!

Posted 2 months ago

@dgc Thanks :)

Posted 2 months ago

hi there!

lovely program… how do i add additional back and next buttons to this script so that the user can have the option to not only click on theimages, but keep their mouse in the same position and click arrow.

thanks! maile :)

Posted 2 months ago

@mailelani

Hi there send me an email of your updated files. I will add next and add buttons

Posted 2 months ago

sent you an email! thank you so so so so much!!!!! :D

Posted 2 months ago

@mailelani changes were sent in your email :)

Posted about 1 month ago

Hey Ronstantine,

I want the thumbnails to stay stationary, how would i do that? thanks

Posted about 1 month ago

@khanman82 Hi there. Send me an email with the main fla. I will fix it for you.

Posted about 1 month ago

hi can this gallery drop right into this layout? i’m a flash noob and i never used this kinda gallery before. it’s cool, but i’m hesitant because i’m a flash noob.. i just want this gallery to have a sliding mechanism.(and i wish thumbnails didn’t move)

http://seangarrett.com/project001.htm

please help.

p.s i’ve been searching flashden for last 3-4 days, but still couldn’t pull a trigger. i’ve had simpleviewer pro and autoviewer pro and it was manageable with instructions and so on. will this gallery have an instruction?

Posted about 1 month ago

@wolverinejoe80 Hi there :) The gallery is really very simple to implement. All you need to do is change the image url in the xml file and it will be good to go. The thumbs being stationary won’t be a problem. I will email you the modification after you purchased it.

Posted about 1 month ago

Hi Ronstantine,

Aside from being able to addd a next and forward button, is it possible for the thumbnails to scroll from right to left depending on the mouse behavior? And once you select a thumbnail the Big Image version should scroll itself to the middle of the stage?

Posted 29 days ago

@yOyOnG

I have a file coming up that does that. Hopefully this week. I’m just finishing up on the documentation which is the long part for me :D

Posted 29 days ago

Hi Ronstantine, please advise as soon as the file is ready for preview. My email is yoyong@gmail.com. I’m sure that I’m going to buy either this or the new one if ever it is better. Many thanks Bro!

Posted 24 days ago

@yOyOnG I will email you when it is up :)

Posted 23 days ago

Hello, I purchased the file but I can’t change: - The type and color of font - I want to insert the font DIN and not a system font, I can? - Eliminating thumb - Change the size of sliding images

Thank you

Posted 11 days ago

@robertobruno

You can change the font by editing this var tf:TextFormat = new TextFormat(); . . . tf.font = “Arial”; // <- change this

var stf:TextFormat = new TextFormat(); . . . stf.font = “Arial”; // <- also this

If you want to embed the fonts -add the font to the library and do a linkage and export for Actionscript -under var categoryText:TextField = createTextField(0, 0, 100, 20); categoryText.embedFonts = true; // <- add this

var dText:TextField = createTextField(0, 0, mainMC.stage.stageWidth, 20); //description text for the selected image dText.embedFonts = true; // <- add this too

to hide the thumbs put inside the the last line of the allCompleteHandler handler function tContainer.visible = false; // add this

Lastly, size of the images depend on what you put inside the xml file OR If your asking is about the thumbs, these are the values you will change var tWidth:Number = 50; //width of thumbs var tHeight:Number = 50; //height of thumbs :)

Posted 10 days ago

I love the gallery. Its nice smooth and simple. If I were to purchase, I would turn the thumbnails and description off. Is it possible to make the transition from image to image automatic so that it does not require a mouse click?

Posted 8 days ago

@manngroup

Sorry for the late reply. Anyway, it is possible to turn off the description and thumbs and auto sliding of images :)

Posted 5 days ago