Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Picture Gallery


I want to make a picture gallery to show off some 3D stuff I have but I dont know much about xml so I was wondering if any one could point me to a really simple tutorial or an alternative or do I need to learn xml to make my own?




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 04-27-2006, 01:55 PM


View Complete Forum Thread with Replies

Sponsored Links:

Load Picture No Picture Gallery
i dont want a picture gallery!!!! i just want the commands or what i have to do so when they get to the frame! just download the picture...without clickin a button!!!! can somebody send me a example? mi mail is leerabanal@hotmail.com

PLEASE HELP ME

View Replies !    View Related
Picture Gallery
hi there! i need some help with a picture gallery! i want every picture be loaded on its own! do i have to make a own movie for every picture or is there any other possibility?
thanks

View Replies !    View Related
Picture Gallery...
i need a simple picture gallery for my site. i have several ideas that i have seen from other sites but when i try to imitate them it seems to take a lot longer to load than the others. i have looked for several tutorials and posts looking for something to do with galleries and such but none of them seem to be much help.

what is the best way to have one in flash? should i import the pictures directly into the flash file? should i load them externally? what is the best format to use... etc...

please let me know if you know of anything
Thanks

View Replies !    View Related
Picture Gallery
Hmm, I hope I word this right. But if you want to see exactly what I need, hit up the Altoids site and go to the gallery, I need to make something like that with a back and next button and when the user clicks on the thumbnailed picture it loads into the other "IFrame" I'm guessing into its actual size. Any tutorials on this?

Muchly appreciated,
+- Rob K -+

View Replies !    View Related
Picture Gallery
Hi,

I'm making a picture gallery in Flash, and I'm wondering about something:

In HTML, pictures load in faster if you use them as little thumbnails, meaning that you keep their width and height attributes smaller than the actual size.

What Im wondering is, that whether pictures in Flash would load faster if I reduced their size, just like in HTML. Thanks

Qasim.

View Replies !    View Related
Picture Gallery
Hello people,
Can you help me trough this problem, i want to create a picture gallery where there is at the buttom a horizontale slider with automaticly generated thumbs. When clicking on a thumb, the photo must be scaled to an exact format above the slider. The photo's are external jpg and each photo has an other resolution, size etc...
the picture must be sorted in different categories so also different subdirectories. and the comment with each photo comes from a external txt file AM I DREAMING can this be done. at the end i wanna have a picture or photo gallery that can be controlled all by external files (jpg, txt) and can be easly updated.

can you help me trought this to develop something like this?

thx

its fot this site : http://www.studiebureau-vangheluwe.b...3_homepage.htm

(under "overzicht")

View Replies !    View Related
Picture Gallery
Hi
how would i make a gallery like this?

http://www.garyjules.com/index2.html

Would it be difficult??

Thanks

View Replies !    View Related
Picture Gallery
Does anyone know how to do the picture gallery at Trapt's Website
http://www.trapt.com/site.html

View Replies !    View Related
Picture Gallery HELP
Hi there guys...I'm trying to create of Player Profile gallery for my local soccer club and have managed to build a Listbox that triggers individual player names, description etc...but what I also really like to do is when you click on someone's name a small picture also triggers. PLEASE help ! I've provided my script and would greatly appreciate a solution. Thank You

var aStats:Array = [
{label:"Marcus", data:{age:32, id:'FOUNDING MEMBER', nickname: '3:1', description:'COMING SOON'}},
{label:"Ronan", data:{age:35, id:'4th Season', nickname: 'The Terrier', description:'COMING SOON'}},
{label:"Joel", data:{age:30, id:'FOUNDING MEMBER', nickname: 'Pappy Nobo', description:'COMING SOON'}},
{label:"Damien", data:{age:29, id:'FOUNDING MEMBER', nickname: 'DJ Death', description:'COMING SOON'}},
{label:"Andrew", data:{age:29, id:'2nd Season', nickname: 'Hootie', description:'COMING SOON'}},
{label:"Blackers", data:{age:29, id:'FOUNDING MEMBER', nickname: 'Gap Finder', description:'COMING SOON'}},
{label:"Matt. R", data:{age:29, id:'4th Season', nickname: 'The Brick', description:'COMING SOON'}},
{label:"Foz", data:{age:29, id:'LAPSED FOUNDING MEMBER', nickname: 'Grand Master', description:'COMING SOON'}},
{label:"Scotty", data:{age:29, id:'LAPSED FOUNDING MEMBER', nickname: 'Trophey Master', description:'COMING SOON'}},
{label:"Rudas", data:{age:29, id:'1st Season', nickname: 'Call Da Copzz', description:'COMING SOON'}},
{label:"Anna", data:{age:29, id:'HARDCORE SCORPETTE', nickname: 'Commitment', description:'COMING SOON'}},
{label:"Ben", data:{age:23, id: "2nd Season", nickname: 'Kegzz', description:'once'}} ];

function showStats(obj):Void {
dtfAge.text = obj.target.selectedItem.data.age;
dtfId.text = obj.target.selectedItem.data.id;
dtfNick.text = obj.target.selectedItem.data.nickname;
dtfDesc.text = obj.target.selectedItem.data.description;
}

names_lb.dataProvider = aStats;
names_lb.addEventListener("change", showStats);

View Replies !    View Related
Picture Gallery
Hi,

I am making a dynamic photo gallery but i am running in to a few problems.

The movie will look like this: There is a maximum of 16 photo's that can be loaded (external). First you will see a page with 16 tumbnails and when you click on a tumbnail, the larger photo will appear.

Because this gallery is used on a website with different catagories, I want to load each picute externally (for small photo's small1.jpg - small16.jpg and big1.jpg - big16.jpg). The problem is that not in all catagories there are 16 photo's, in some there are only as few as 4 photo's.

What I have already done is create 16 MC's with instance names (photo1-photo16), and an actionscript that will load all 16 (or less) JPG's into these MC's:
code:
loadMovie ("small1.jpg", photo1);
loadMovie ("small2.jpg", photo2);
blablabla
loadMovie ("small16.jpg", photo16);


Now, when there are only 4 JPG's in that directory, only those 4 will be viewed, but, when you load a JPG into a SWF, it doesn't react to actionscript I assigned to the instance "photo1" (I had an action script that views the larger picture)

For the larger picture I used the same actionscript for loading the JPG's and I have next and previous buttons, but the "next" button must be disabled at photo4 when there are only 4 photo's loaded?

Does anyone have a solution to these 2 problems?

View Replies !    View Related
Picture Gallery?
I am still in the bigining of Flash and I wonder can you
help me to do the follwing:

I just tried to do a picture gallery.But It has to have around 20 pictures.In 3 sections(this is around 7 pictures per section)

On the Zip file 1.fla is made the halp part .Can you help me from
there to do the other parts that are in the Site.fla
Plan,please?
I think that it can be copy this but I dont know how.

View Replies !    View Related
Picture Gallery
is there any ways to create a dynamic picture gallery, gets the list and creates thumbnails from a folder including pictures ?

View Replies !    View Related
Gallery Picture
hello verybody!!!
i`m trying to make a gallery picture that scroll to the right if you move the mouse to the right and left if you move to left,and when you click a picture it display information about it in the same project.
Any help with this will be really appreciat it.
thank you very much

View Replies !    View Related
Picture Gallery
hey everyone

I am trying to put together a flash picture gallery on my site and I am trying to build it from scratch. The method i am using is creating an empty movie clip and then loading my picture into it using loadMovie.

I have several variables being loaded from a php script including the url of the image and the number of pictures.

I am then creating the empty movie clips from actionscript using a for statement which uses the variable (number of pictures) from the php script to control the loop. I can get this part to work.

What I cant get is for the images to load properly and I have not been able to set the position for each of the movie clips.

My second problem is that I don't know how to scale the images so I end up with a kind of thumbnail interface.

I know that this is a lot to ask for but any ideas or suggestions on how to approach this project would help me a lot. Thanks

-m1kr0

View Replies !    View Related
Picture Gallery Help
Hey everybody,

I am new to flash and have three seperate but sort - of related questions that I was hoping you guys could help me answer!

Question 1. In april, I will be putting on a "website" - its going to be displayed live via a projector onto a projection screen. for a small student convention, at this convention are competitions for the students to enter, the students will be leaving the competition through to doors (door A and door b) What they (I) want to do is take a photograph of a student as they leave their competition, ship the photo over to the computer holding all the files for the site, and then 10-30 seconds after the picture was taken I want it to be displayed live on the screen. I have the camera's set, they automatically take a picture and send them to a file on a computer hooked up via network. What I need is a gallery that will display pictures randomly from four sources, - 1) stock photos taken prior to the convention, 2) Pictures from Door A 3)pictures from Door B and 4) Advertisments created prior to the convention. The first three sources I want to cycle through about every 20-30 seconds, preferably with a spiffy transition from one picture to the next with preference (at least in the case of Door A and B) given to the newest photos taken. The fourth source (the advertisments) I want to cycle into the gallery every 7-10 minutes and stay on screen for 1 - 3 minutes. I can give up source 4 if nescesary, but I would like to have it. All the pictures/ads will be the same size.

The gallery doesnt need to be styled on the borders, I need it to blend and be part of the page, just change images when it needs to. I will be doing other things at the conference and cannot baby-sit the flash gallery, is their a way to create the gallery, and tell it to pull from the sources (call it four folders) and rotate when needed. I know (but dont know how to make) that the transitions elements can be set up ahead of time, but what about the live image aspect?

Question 2 - Similar to the first, but everything will be done ahead of time - at another point on the page I want to have banner ads from our sponsors, I just need a gallery to cycle through the ads at a predetermined time (i.e Ad 1 stays up for 5 minutes, while Ad 2 stays up for 2 minutes, etc)

Question 3 - Not related to the above website, I have another page I am developing that I think could greatly benefit from the coolness of flash. This will be a picture gallery for 2 products, what I am envisioning is a display area for a large picture, underneath it 2 tracks of thumbnails, click on track 1 and the display area shows the big pictures of the thumnails in that track, click on track 2 and it displays the big pictures of that track. It would also be cool if it had a zoom feature and a move feature. I know the images can be loaded in with an xml document (I think I know this) The site will be using a database with lots of products, I need to be able to make the XML and flash gallery work with the database so that it can change thumnails and bigpictures according to the database info - so when you are on product 1, you see product 1's thumbs and bigpics. Product 2 - etc.... I can make the XML dynamic, I just need the flash part, and make sure it pulls the thumbs from an xml file (or other outside source that can be set to dynamically get the info) This gallery will be styled and embeded into a product template, and
also can't be babysat or created for each product.

I am not against buying a prebuilt option if someone knows some good ones, I am also not against building it myself if someone could give me some guidance as to where to go for tutorials, that sort of thing.

Thanks for the help everybody, If you need any more info please let me know.

-Adam

View Replies !    View Related
Help Please With Picture Gallery
Hi Guys!

My name is Rick, i want to create a picture gallery using as datasource a
xml file, until now i can load each image from xml reading its path, i
create a movieclip instance and load inside the jpg file, but now i want to
create an onPress event for each picture to send popup using javascript,
i've tried with several ways but i can't make it works, just one image can
handle the onPress event, how can i create at runtime onPress events for
each of my images?


this is my code

function CargaXML(RUTA) {
// Create a new XML object.
var flooring:XML = new XML();
// Set the ignoreWhite property to true (default value is false).
flooring.ignoreWhite = true;
// After loading is complete, trace the XML object.
flooring.onLoad = function(success) {
if (flooring.firstChild.hasChildNodes()) {
var X = 0, Y = 20;
var algo,nombre,nombre2;
for (var i = 0; i<flooring.firstChild.childNodes.length; i++) {
nombre = "mc"+i; //name of new movieclip
var nextDepth = _root.spMain.spContentHolder.getNextHighestDepth();
_root.spMain.spContentHolder.attachMovie("mcImg", nombre, nextDepth,
{_x:X, _y:Y}); //mcImg is a movieclip in my library, so i create new
instance for each xml node
CARGARIMG(flooring.firstChild.childNodes.childNodes[0].firstChild.nodeValue,
flooring.firstChild.childNodes.childNodes[1].firstChild.nodeValue,
nombre, i, Y); // pas some

Y += 150;
}
//for
}
//if
_root.spMain.vScrollPolicy = "on";
};
//function
// Load the XML into the flooring object.
flooring.load(RUTA); //RUTA has the xml path
}

function CARGARIMG(Nombre, whichImage, mc, i, Y) {
if (Nombre != "Ninguna") {

loadMovie(whichImage, mc); //here i load the jpg image
// then i create a text field for an image title
var texto = "texto"+i;
createTextField(texto, getNextHighestDepth(), 0, Y+100, 300, 30);
eval(texto).multiline = true;
eval(texto).text = Nombre;
eval(texto).autoSize = "center";
mc.onPress(){trace(Nombre);} // mc has the new movieclip instance, i also
tried with eval(mc).onPress(){trace(Nombre);} but nothing works, just the
last image has attached the event =(
}


PS: im using Flash 8

Regards
Rick

View Replies !    View Related
Picture Gallery
Hello,

I have created a picture gallery in flash using mainly actionscript. The gallery worked perfectly, there are 8 thumbnails on stage when one is pressed a masked movieclip moves up or down untill it reaches the required image relating to the thumbnail. The images are created and exported for actionscript but are not place on the stage. That is done by creating an empty movieclip using script and placing the images in a vertical column in the movieclip.

The problem came when I wanted to add a sperate feature of a text box which displays information about the image you are seeing. I created 8 title_box mc's. and used the same code and attached them to the stage in the same way the images were. Although when it runs it is fine but the images do the same as the text dispite me changing all the variables. So the txet scrolls up and down as do the images but the images scroll to the xy value the text is using. I have looked at the co0de for hours now and just cant understand why. Any help would be appreciated.

I am obviously doing something stupid but just cant see it.

this.createEmptyMovieClip("images", 100);
this.attachMovie("mask", "mask", 101);
mask._x = images._x =200;
mask._y = target = 40;
images.setMask(mask);
images._y = -1000;
speed = 5;

this.createEmptyMovieClip("title", 110);
this.attachMovie("title_mask", "title_mask", 111);
title_mask._x = title._x =200;
title_mask._y = targetb = 340;
title.setMask(title_mask);
title._y = -100;
speed = 5;

for (var i = 0; i<8; i++)
{var img = images.attachMovie("image_"+i, "images_"+i, i);
img._y = img._height*i;
var thumb = this["thumb_"+i];
thumb.pos = target+(i*-img._height);
}

for (var t = 0; t<8; t++)
{var tit = title.attachMovie("title_"+t, "title_"+t, t);
tit._y = tit._height*t;
var thumb = this["thumb_"+t];
thumb.pos = targetb+(t*-tit._height);

thumb._alpha = 60;

thumb.onPress = function() {
target = this.pos;
targetb = this.pos;
};
thumb.onRollOver = function() {
this._alpha = 30;
};
thumb.onRollOut = function() {
this._alpha = 60;
};
}


this.onEnterFrame = function() {
images._y += (target-images._y)/speed;
title._y += (targetb-title._y)/speed;
};

View Replies !    View Related
Picture Gallery
i download the .fla for the picture gallery with the animals. i was wondering if somehow u can have all the pics in the folder somehow go into the .fla file so u dont have to use the folder, (it will all be in just one nice .fla form)???? plz help?

View Replies !    View Related
Picture Gallery HELP HELP
hi i wanna make a picture gallery like this .fla ... and the thing is the only why you can see the pictures is that you have to publish it and look at it through html..but then i wanna put this is my flash site/movie ....so i need someone's help please please..

View Replies !    View Related
Help With XML Picture Gallery
Hi Anyone,

I need help...yet again...with the XML picture gallery tutorial...I tried to make my own just by solely copying everything in the Finished fla and resizing it/colouring it to make it my own.
The only thing is, no pictures actually load except the ones used in the example...can anyone help?

Here is the file that I made (MX2004)
Soz I had to Zip it to make it OK to upload.

I salute anyone who can help me

Benji
BTW, the image I want to use is http://bgstorage.f2g.net/bg/p1.jpg, I made it bigger cause I thought the pxXpx made a difference, but alas it didn't

View Replies !    View Related
Help With Picture Gallery
I need some help with a picture gallery I made...it works when i use the original gallery file, but when it's loaded into the main swf it doesn't work, here are the two files..
http://www.msfrealty.com/mike/punchy
http://www.msfrealty.com/mike/punchy/gallery.swf

thank you

PS: Please help, thgis website needs to be done b4 feb, cuz i leave to the Air Force...i'm in a rush.....thank you in advance.

View Replies !    View Related
Picture Gallery
Hai

I am working on a file which contains a picture gallery.That picture gallery is inside a movie clip.That gallery is working in flash player 7 and above.It is not working in flash player 6 and below.In flash player 6 it is loading but the buttons are not working.

Here I had a problem with a script _root.link=1 and i have got a solution from kirupa.com that puting a script this._lockroot = true; in that MC containg picture gallery.It was working fine in flash player 7 and above.
Is that script doesn't works in flash player 6? I am new in flash,so I am not good in scripting.
Hope anybody can help me to solve this problem.........

Thanks in advance,

Nazam

View Replies !    View Related
Picture Gallery
can someone help me out

i wanna make a picture gallery. But insted of back ond forward buttons i want the image to change when i press it..
and when its on the last image i want it to start from the beginning again

are there any tuts or .fla(movie) files i can get

would be swell

thx

View Replies !    View Related
Picture Gallery
i download the .fla for the picture gallery with the animals. i was wondering if somehow u can have all the pics in the folder somehow go into the .fla file so u dont have to use the folder, (it will all be in just one nice .fla form)???? plz help?

View Replies !    View Related
Help With XML Picture Gallery
Hi Anyone,

I need help...yet again...with the XML picture gallery tutorial...I tried to make my own just by solely copying everything in the Finished fla and resizing it/colouring it to make it my own.
The only thing is, no pictures actually load except the ones used in the example...can anyone help?

Here is the file that I made (MX2004)
Soz I had to Zip it to make it OK to upload.

I salute anyone who can help me

Benji
BTW, the image I want to use is http://bgstorage.f2g.net/bg/p1.jpg, I made it bigger cause I thought the pxXpx made a difference, but alas it didn't

View Replies !    View Related
Picture Gallery
ok not even too sure how to describe this one.

I have seen a new trend for thumbnail picture gallerys where the thumbnails are shown and when you click on them the whole site greys out and the picture appears on a layer above.

I assumed it was flash by the loading symbols but i may be wrong too, if it is not then could you point me in the right direction.

as an example i have included the link below

http://www.boredofsouthsea.co.uk/photos.php

i would like to know what it is called as i cant look it up with out knowing what it is called or where it comes from

thanks

View Replies !    View Related
How Is This Picture Gallery Done?
wishboxphoto.com/gallery.htm

This is just one example, but there are plenty of websites that do the same thing, but I don't know whether it's flash or javascript or what and just want to be pointed in the right direction to where I can learn how to do this picture gallery effect where after you click on a picture, it opens up like it does.

View Replies !    View Related
Picture Gallery
Could someone please tell me or point me in the direction of how to create a clean dynamic picture gallery like this one....

http://www.mueblesfavorita.com/base.html

Thanks

View Replies !    View Related
Picture Gallery Help
Hello!

I tried making a page with pictures that just slightly grow --kind of like the movie files on macromedia.com-- but I can't seem to get it right. So my question is can someone post an example ActionScript as a refrence for me?

Thanks guys
(Sorry I'm such a newbie )

View Replies !    View Related
Picture Gallery?
I 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.
Could you please help me to do?
here is the link of the FLA file
http://w02.easy-sharing.com/115120/i...sLR5WKQ7/1.zip

View Replies !    View Related
Picture Gallery
hey everyone

I am trying to put together a flash picture gallery on my site and I am trying to build it from scratch. The method i am using is creating an empty movie clip and then loading my picture into it using loadMovie.

I have several variables being loaded from a php script including the url of the image and the number of pictures.

I am then creating the empty movie clips from actionscript using a for statement which uses the variable (number of pictures) from the php script to control the loop. I can get this part to work.

What I cant get is for the images to load properly and I have not been able to set the position for each of the movie clips.

My second problem is that I don't know how to scale the images so I end up with a kind of thumbnail interface.

I know that this is a lot to ask for but any ideas or suggestions on how to approach this project would help me a lot. Thanks

-hector

View Replies !    View Related
Picture Gallery Won't Work
ive made this picture gallery that i was going to use for my website. But for some reason i can't get any pictures to show up. I copied and pasted Actionscript code to get it going but for some reason it doesent work. can someone help me?

View Replies !    View Related
Preload My Picture Gallery
I'm doing a Gallery of Pictures with Flash and I want to post it on the webpages.

However there are a lot of pPictures in my collection and everytime a user clic on it, he has to wait for that picture to load. I was wonder if I can write a script with flash that would load other picture as a cooky while the user is looking at one picture.

Sorry for my English if you don't have a clue of what I'm talking about, please let me know so I can explain it again.

If you think you can help me, please email me: pandaboy@sympatico.ca

Thank you

View Replies !    View Related
Picture Gallery Flash MX
I'm trying to make a picture gallery with Flash MX. I have about 20 pictures @ 640 x 480. The final gallery will be on a cd..keep in mind I must publish to Flash 5 and I will only be able to use 1 SWF file and no 'loadmovie'. I've been able to do this, but the final SWF comes out to 16 MB and takes a while to load. Is there any way to create 1 SWF and have it load fast...please advise!

-Chaunce Rodriguez

View Replies !    View Related
Problem With Picture Gallery - Please Help
Hi everyone -

I've got a problem with a "picture scroller" i'm adding to my Flash movie. The scroller itself works fine, but when I click the button to change the Scene, back to the main page, pieces of the picture page are still there (the picture selection arrows, thumbnails etc), and are not dissapearing as they normally would.

I'm using the code from the "Protogallery" downloaded from the movies part of this site, & I've included the code in a text file attached to this message.

Any help or advice is much appreciated!!

View Replies !    View Related
Picture Gallery Question
hello,

I'm in trouble, can someone help me,
I've found a amazing picture gallery here in flahkit under movies
i' just wanna change some features in it, but don't know how, i'm a newbie you see
this is what i wanna change :

the tumbnails, now on the page, i wanna make a horzontal scrollbar at the buttom

is there a way, when you click on the thumb it appears in a empty moviclip and so that every external jpg is automaticly scaled so it doesn't matter how large the photo' are and if they are landscape or portrait

i also want that the pictures in everey category are arranged in several directoys

is this possible and can someone tell me how please.

i've attached the files that i've found in the movies sector of flashkit

thx a lot

View Replies !    View Related
Picture/Photo Gallery
Hey does anyone know where i can find a tutorial to make a Picture/Photo Gallery? i saw one in the tutorials section a while back but i cant seem to find it now

View Replies !    View Related
Picture Gallery Control
I'm looking for a way to use hyperlinks as a means of sequencing images in a movie. I want to click on a given hyperlink and have the movie display a particular frame. The movie will be loaded on the same page as the text. This seems like it should be a simple operation. Is it? Any tips appreciated.

View Replies !    View Related
Login Picture Gallery.
Hello. I need some help. I am very amateur with php and cgi and just scripts in general. I am looking to make a picture gallery full of party pictures but would like to have my users register and log in in order to see the picture gallery. If you would be kind enough to help me out, I'd be a happy camper. Thanks

View Replies !    View Related
Rotating Picture Gallery
Hi. I searched for this but had trouble finding answers since I don't knwo the name for what I'm trying to do. Is there a tutorial I could look at? It's an effect I've seen many times before but I don't know how to do it.

I'm trying to have three pictures that are links to outside URLs (open in seperate window). I want them to look like they are in 3d a little in space, like there is one in front and two that are smaller (look further away) and maybe less alpha that look like they're behind the first one. Then when you go toward one in the background with your mouse, it rotates forward. See what I mean? Like they are attached to an invisible horizontal ring suspended in space, and it rotates to bring the one you want closer. Seems like this would be easy but I'm only a beginner...

Thanks!

View Replies !    View Related
Picture Gallery Actionscript
Hi guys and girls,

I asked this on Kirupa Forum but no one seemed to have a solution to my problem so maybe you guys can shed some light on it.

http://www.kirupa.com/developer/mx/photogallery.htm

I have copied down the action script as it said in the tutorial but am having problems getting the script to find the images. Everytime I type the place of the pictures and test the movie, a error comes up with the location and ends in nan/ for some reason. I have no idea why this is appearing so hence why i'm begging to you guys for help.

Any help will be grateful,

Thanks

Lewny

View Replies !    View Related
Sliding Picture Gallery
Hi ~ I'd like to create a horizontal movie clip in my movie which the viewer can drag, or scroll horizontally (without the scroll bar), kind of like the way the jewelry is displayed here http://www.johnatencio.com/johnAtencio.html, then the viewer can mouse over each picture and it enlarges. Can someone help me with the dragging part?

Thanjks,
Susanna

View Replies !    View Related
Stacked Picture Gallery
i wanted to do something similar to this:

http://www.mymanufactory.com/v1/

i wanted to have an image gallery that has stacked images kinda like this.

i want it so you can either be able to click on the thumbnail on the side of the stack of pictures or the actual pic.

then the picture you click on moves to the top.

how would i do that?
any help would be greatly appriciated!

thanks!
austin

View Replies !    View Related
Problems With Picture Gallery
Sorry to be a pain but i was wondering if anyone could help me.
Ive got a picture gallery which i got from this site and is free to change etc. Everytime someone clicks on a thumbnail a picture appears, however when the file starts no picture appears until a thumbnail is clicked on.
I want the first image to appear when the page loads and then change when people click on different thumbnails.
Ive tried many different things without success and was wonderinf if anyone would be up for having a look at it for me. Im sure its quite simple but im not great with Flash so...
The file is 1.2mbs. i can email it to you if youd like.
This is for a project which needs to be done asap so i really would appreciate any sort of help.
Thanks again
Dave

View Replies !    View Related
[F8] Picture Gallery Help Needed
Hi,
I've created a picture gallery that works like this:

I load all the images into the movie on the first frame into thumbnail movieclips ("1" to "4"), like so:

loadMovie("images/1.jpg", "1");
loadMovie("images/2.jpg", "2");
loadMovie("images/3.jpg", "3");
loadMovie("images/4.jpg", "4");

Then when you click on a thumbnail button:

on (release) {
gotoAndPlay("open");
place = "images/1";
}

it loads the corresponding pic full size into the main movieclip ("large"):

loadMovie(place+".jpg", "large");


My problem is, I need to create a "previous" and "next" button so that once an image is open in "large" you can just flick between the pics without having to go back to the thumbnails. Can anyone help please?

Thanks,
Bilbo

View Replies !    View Related
Picture Gallery Issue
Can any body help me out for the issue I am facing,

check the below link to access the flash picture gallery,
- http://office.invengence.com/~design...llery/gal.html

I need the red mouseover the images to be ONE pixel border to the thumbnails on to the left.

To understand the issue in detail pls check the attached image.

View Replies !    View Related
Actionscript For Picture Gallery.. Need Some Help
Ok so I need help making a picture gallery for a website I'm doing..

The page basically has thumbnails to the right of the page all lined up, and I want it so when you click a thumbnail it tweens into the center and increases in size. I was able to make the basic part of clicking the picture and having it enlarge in the center.

The way I did that was by making each thumbnail a movie clip symbol with a tween to enlarge and then tween to go back as a thumbnail in its original position.

The AS attached to each thumbnail is simply:
on(release) {
nextFrame();
play();
}

However, I want to make it so when you click another thumnbnail while one is being viewed...I need the previous image to go back into its original location. Right now, all the pictures end up stacking on each other and it looks really sloppy.

If someone can point me in the right direction I would really appreciate it

View Replies !    View Related
Xml Driven Picture Gallery
good day everyone,
i really need your help. i am making an xml driven picture gallery but when i'm trying to manipulate each pic (like on press function) the codes wont work but there is no error. below are my codes. thanks
stop();
var gallXML = new XML();
gallXML.ignoreWhite = true;
gallXML.onLoad = function(success) {
if (success) {
displaypicture();
//trace(this.firstChild.firstChild.firstChild);

}
};
gallXML.load("images.xml");
function displaypicture() {
st_x = 50;
st_y = 50;
offst_x = 200;
offst_y = 200;
curr_x = st_x;
curr_y = st_y;
cnt = 0;
for (i=0; i<gallXML.firstChild.childNodes.length; i++) {
this.createEmptyMovieClip("pic"+i, 1000+i); //1000 for depth
this["pic"+i].loadMovie(gallXML.firstChild.childNodes[i].firstChild.nodeValue);
this["pic"+i]._x = curr_x;
this["pic"+i]._y = curr_y;

if (cnt<2) {
curr_x += offst_x;
cnt++;
} else {
curr_x = st_x;
curr_y += offst_y;
cnt = 0;
}

//---------------------------
//this part won't work i don't know why
// anybody can help me on this?

this["pic" +i].onPress =function() {
this.startDrag();

//------------------------
} ;


}
};

View Replies !    View Related
Picture Gallery Problem
Hey everyone, I'm almost finished with my portfolio website, and then only thing I really have left to do is add the gallery for my work. I have the thumbnails created, and could easily create a way to look at them. However, there's a semi-popular picture viewer used on some sites that I would like to implement.

http://www.conceptart.org/?artist=NoxIzMad

If you click on any of the thumbnails in these two examples you'll see what I mean.

http://www.artofokami.com/fanart5.php

These two sites use that method of picture viewing, and I'd like to do something similar. It creates a background and automatically resizes it to slightly larger than the image, and then gives information, the ability to close it, go to the previous image, or next. Is there anywhere you could direct me to give me an idea on how to code something like that?

View Replies !    View Related
Picture Gallery With Blending
Hello friends out there!
I am looking for an AS that allows me to make a picture gallery with thumbnails. One picture should blend smoothly into another, regardless of the order of the pictures.
Here is an example of exactly the solution I am searching.

http://www.easterpig.com/demo/gallery/shan/gallery.html

Can someone help me please?
Greetings from Austria

View Replies !    View Related
XML Gallery - Picture Display
Well, with a bit of help from these forums, and some others, I've got almost all of the kinks worked out of a Flash/XML photo gallery that I've been working on.

The only problem now is getting the full-size images to center themselves. See here: http://phenixdesigns.net/testing/art_index.html

I've got that black box on the stage to show where the images will load. Their top left corner will begin at the top left corner of the box. That would be great if all of the full-size images were the same size.

I'd like the images to load centered on the stage, but I'm not sure how to accomplish this. I've obviously got them showing up on the stage already, but I don't know what to do with XML, AS, or what else in order to get them all to be absolutely centered upon loading.

Thanks!

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved