ActionScript 2.0 :: How To Make This Gallery
Feb 27, 2005I'm trying to make something simmilar to the gallery at this site: Does any one know where can I find a tutorial or sample files?
View 2 RepliesI'm trying to make something simmilar to the gallery at this site: Does any one know where can I find a tutorial or sample files?
View 2 RepliesWhat I want to do is to make a gallery based on the tutorial gallery here (thumbs), but I want the user to be able to choose different galleries from within the movie. I figured that I could make a loop to cycle through the galleries, then nest another loop inside it to cycle through the pics, captions and thumbs. While I wrote, I constantly tested the output with trace commands, but when I tried nesting the loop I lost all output.. I'm pretty new to both Flash and Actionscript, so if theres an obvious solution I havent been able to see it.. This is my temp XML file:
[Code]...
i was looking for gallery looking like this site [URL] i was looking gallery first page title gallery then Big image like this with description.
View 1 RepliesJust trying to make a flash photo gallery that displays all the image files in a certain directory with the usual photo gallery functionality.
View 1 RepliesDoes anyone have a link to a tutorial that will show me how to make an image gallery that has an automatic slideshow with manual controls, a multi-page thumbnail bank with manual controls, and a preloading system that would be good for about 160 images at about 1024x680? I don't really know any useful actionscript, and I've managed to find a hodge-podge of tutorials but I don't know how to tie in all the parts to make what I want.This site in the gallery section is pretty much what I want, except for the color change and the animation:URL...
View 3 Repliesi am trying to make an image gallery with pan and zoom effect on mouse over ...now what i want is exactly like the below website plz remove space & see the website
View 1 RepliesI want to make a flv gallery (flv player on left and an xml thumbnail slider at the bottom) once clicking the image in the slider, the video asscoited to it should play in the player.[code]...
View 10 RepliesI'd like to know how to create an image gallery of thumbnails where an image expands to full size when you roll over it.[code]...
View 2 RepliesI have a gallery that shows pictures when yo hit a next and previous button, but id like to make it go automatically.[code]...
View 6 RepliesI am trying to make a Image Gallery for my website, I have a limited space to work with.
I am looking at doing it in Javascript but thought I could do the same thing in Flash. (maybe :P)
This is the Javascript idea.
Basically I would want it to be the same as this but the size i want instead of a small one like that.
As I have a limited space I dont want small thumbnails for people to click on and then have the larger view updated.
I would also want the controls and description to be viable all the time minus the play / pause button.
Is this possible? If so how can I do it? Is their already something out that will do this?
If possible I would like to have it database driven (the images and the description) to make it easier so I dont have to keep manually updating the flash.
Also can it be friendly to both Portrait and Landscape images?
and last but not least (and not necessary) can the images then beable to be clicked on and open up to full size ...
Do anyone know how to make a photo gallery with xml and flash 8 like the gallery in the portfolio section of this link.[url]...
View 5 RepliesI've searched the forums as well as other areas of the internet to find a solution to this issue I'm having. I've managed to gather bits and pieces here and there and they have kind of came together to get me further than I expected. I've basically went about my own little way of trying to make a photo gallery using php and flash. So far I've made more progress than I figured I would, but I have ran into a few issues and I fear I may have to start over entirely.
What I've done is pieced together some php code to read the contents of a directory, it then writes them to a php file and assigns them each a variable name and finally assigns the number of photos in the directory to a variable name, it looks like this once the script is ran[code]...
I am trying to make a very simple XML gallery.I have found this tutorial and downloaded the source files.[URL]I have made some changes to the codes so the thumbnails can be clicked while the big image is loaded on the stage.
here is the code:
ActionScript Code:
import fl.controls.ProgressBar;
import fl.transitions.Tween;
import fl.transitions.easing.*;
import fl.transitions.TweenEvent;
[code]....
what do I need to do so the images will load one by one?
I have to make a slideshow in an existing thumbnail gallery. This is the class that manage the gallery[code]...
View 0 RepliesI just tried to do a picture gallery.But It has to have around 21 pictures.In 3 sections(this is around 7 pictures per section)
I would like to look like file 1. It must have 21 buttons (on which when you click to see the picture bigger) on the same window,now there are only 13.[url]...
I am using Kirupa's XML image gallery with thumbnails: [URL]The images link to an even larger image:[URL]The only problem is that I need these larger images to come up in a Pop Up window instead of in _blank window.I have tried numerous java script & flash scripts for pop up windows. None of them work because I have XML in this gallery.
View 14 Repliesthis is the main script that I'm using in my gallery :but I want to put description to every thumbnail, not only to show with the big picture. Like thumbnail [0] and at the bottom edge description [0], thumbnail [1] and at the bottom edge description [1], and etc.
View 4 RepliesI am using the XML and Flash photogallery that Kirupa has in the tutorials [url]. I was wondering how I can:
a. make a second caption
b. make a caption with a link on it.
im am tryin to make a xml base gallery but im running into some problems. according to me is everything fine. xml, fla and images are in the same folder but somehow i get: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
now here is the XML:
<GALLERY>
<IMG="images/float_head.jpg" THUMB="images/gaine_thumb.jpg" DESCRIPT="FLoat Head" />
<IMG="images/float_head.jpg" THUMB="images/float_head_thumb.jpg" DESCRIPT="FLoat Head" />
</GALLERY>
[code]....
now....when i change IMG to THUMB, it works.
i need to make a photo gallery were i can just duplicate the folder"vacation_photos" and then rename it something else and not have to change the path on every freakin photo and button.
View 1 RepliesI want to make a dynamic photo gallery. The layout will be a scrollable bar at the bottom with thumbnails and then when you click one, a big version of the picture in the main window. Pretty simple layout. But! I want it to be dynamic in the sense that follows;
I have a txt file that contains the number of photos in the folder (at the moment, there are 5). Flash reads that number, and inputs that into a for statement, which then gets the filename of each of the 5 files (p0, p1, p2, etc) and slaps a .jpg on the end. Its like this so that i can add files to the folder, change the number in the text file, and be done (no site maintenance required).
Now comes the problem. I want to be able to, within the for statement, load those files AND be able to resize them. What i'm doing now is putting an instance of the gallery itself on the stage (just an empty movie clip), and in the for statement I am adding a "thumb" movie clip into that gallery movie clip, and loading the image into that. Visually:
Gallery_mc
--->thumb_mc
------->loaded image file.
The problem is that I can't resize them. I've tried using the loadercontentinfo stuff, but when i do that, it messes up my for loop somehow. I could always make all of my thumbnail files that size anyways, but I am also hoping to maybe implement my creation here in the future so that I can give it to others who aren't tech savvy and having them be able to use it without any difficulty. Here is the code:
Code:
//Create the URLLOader instance
var myLoader:URLLoader = new URLLoader()
//the data will come as URL-encoded variables
[code]....
I took out the loaderinfo stuff because it didnt work. As it stands, this version actually does sucessfully load the images, but doesnt do anything to resize them.
I'm making a flash gallery with XML, the thumbnails loads just fine but i cant figure out how to make the thumbnails clickable so that they can load the correct Image..Here is the code i have so far:
Code:
var galleryXML:XML = new XML();
galleryXML.ignoreWhite = true;
this.createEmptyMovieClip("container_mc",this.getNextHighestDepth());//Container for the thumbs
[code]....
how to make a video/picture gallery in flash? If not in flash then something else. I just need like a video gallery that i can put into flash!
View 11 Replies[URL] They wanted me to make the gallery images full screen.. I have done this but this time the next and other buttons stays behind the big image when you enter the gallery (koleksion and showroom parts). Also the sliding menu stays behind this picture.. How can I fix this that the buttons and menu stays on the picture..
View 16 RepliesI like to create a Flex application, an image gallery, which comes like 3D wall. How can I do that? Is there any examples available?
View 2 RepliesLike ordinally photo gallery, there is a big picture with some thumbs.
big picture = MC named gWindow
thumbs holder = MC named pics
thumbs = MC named p1, p2, p3...
[code]....
I made a flash website for a non-profit organization and it needs to have a photo gallery inside of it. It needs to have 3 categories with about 20 pictures in each category; the pictures are of different sizes.
I'd like to make a gallery like this one: [URL] but I'm not sure how to do so while also having it be inside the main flash website also.
How do I make a random XML auto gallery. The actionscript is for my auto gallery, which loads and changes every 15 seconds. How do I make it so that it loads from the XML file randomly?[code]...
View 2 RepliesI am making a dynamic image gallery, for this i am using XML and Flash mx 2004. Here is my problem[code]...
View 4 Replies[URL] how to make a Flash Thumbnail Photo Gallery. I am designing a bigger photo gellery based on this code how do I have the photo gallery to list 2 rows of thumbs 5 accross and 2 rows. This code is the code that designs the thumbnail movie clip.
function thumbnails_fn(k) { thumbnail_mc.createEmptyMovieClip("t"+k, thumbnail_mc.getNextHighestDepth()); tlistener = new Object(); tlistener.onLoadInit = function(target_mc) { target_mc._x = hit_left._x+(target_mc._width+5)*k; target_mc.pictureValue = k; target_mc.onRelease = function() { p = this.pictureValue-1; nextImage(); }; target_mc.onRollOver = function() { this._alpha = 50; thumbNailScroller(); }; target_mc.onRollOut = function() { this._alpha = 100; }; }; image_mcl = new MovieClipLoader(); image_mcl.addListener(tlistener); image_mcl.loadClip(thumbnails[k], "thumbnail_mc.t"+k); }