ActionScript 2.0 :: Picture Gallery To Show, Not Only Tumbs, But Also And Folders?

Oct 6, 2010

I have a problem with my picture gallery. It is working ok. It show's pictures normaly. ...so what's the problem??? Well, I want my picture gallery to show, not only tumbs, but also and folders. Like, some person click on gallery button. It will show folders, and when that person click on one of that folders, then it will show photos.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Make A Picture Gallery And Use Buttons That Move You From Picture To Picture And Backwards?

Apr 22, 2002

I want to make a picture gallery and use buttons that move you from picture to picture and backwards, but I don't want to tell button 1 to go to frame 2 and button 2 to got to frame 3 and so on (I hope you know what I mean)Can I use on button on a separate layer with the same action set? I tried something like that, but it didn't work:

on (release) {
thisframe =+1
}
[code]........

but it didn't work. I'm kind of new to any action script other than gotAndPlay, easy functions and all that.

View 2 Replies

Flash5 :: Image Gallery With Folders?

May 12, 2011

I have searched everywhere but cant seem to find out if the follow is possible.I would like to create a kind of image gallery that scrolls (which is straight forward enough) but instead of images on it i would like it to be folders?

View 1 Replies

Media Server :: Get Folders And Their Content To Show Up In The Administrative Console?

May 20, 2009

We have added a few sub folders under the webroot folder. I did this so I could make a custom web page that generates the code need to display the video in a web page if it is one of the folders. My question is how do I get these folders and their content to show up in the Administrative Console? Also how do I get the videos to be logged? I have looked through the Server.xml and Application.xml files and the fms.ini but do not see any place, Am I not looking for the correct setting? Attached is a pic of the folders.

View 2 Replies

ActionScript 3.0 :: Sub Classes & Folders - Make Folders Inside Of My Main Folder But It's Not Working?

Jul 11, 2010

I've worked wioth sub classes so I know how they work but I always work with everything all in one folder which can get messsy when there are a lot of classes to work through. So i started to make folders inside of my main folder but it's not working. Thought it may be to do with package names but as far as i know, for the whole "classes in separate folders" things that's how they are supposed to be.

View 2 Replies

IDE :: Flash 8 To Get A Picture And Show It?

Mar 19, 2009

I am trying to make an application that automatically picks a picture from a folder, example for it to grab a jpeg called "pic1.jpg" and display it on the animation?

I am trying to make a slide show, but I want the slide show to have at least 10 different pictures that it goes through (pic1.jpg, pic2.jpg, pic3.jpg (and so forth)) on the screen. Transformations are a plus.

I also own a Flash CS3, so if this is impossible to be done with Flash 8, tell me the instructions for Flash CS3

View 1 Replies

ActionScript 3.0 :: How To Show Picture Only For 3 Seconds

Nov 10, 2008

I'm using an XML file to hold all my images. How do I show each images for three seconds and then load the next from the XML file?

View 7 Replies

Make A Picture Show Up On Hover Over / On Click?

May 1, 2009

I have inserted in an image and a button and tried both ways.  When you click on the image I want a picture to appear.  I am using this on a map of a building I want to be able to show pictures of what you would see if you were in the building.  The only problem I am running into is that when you click where the picture shows up it will appear.

View 15 Replies

ActionScript 2.0 :: Clicking On The Number Will Show A Picture?

Feb 26, 2002

I have animated button inside movie clip. On rollover, button zooms in and rotates. It even swaps depths (that took me a while). However, if I have 10 buttons on the screen, one of them, and only one, will not rotate, and will not zoom, but everything else works. The kicker? The button is never the same. To see what I mean... I have the site staged on this [URL] clicking on the number will show a picture

very little code here (as you can imagine)
on rollOver {
_root.stopandgoto(frame#);
x=0
x=x+2
_root.instance.swapdepths(x)
}

View 13 Replies

How To Create Picture Gallery In Flash

Dec 3, 2009

I want to create a picture gallery in Flash. I want small thumbnail images all around the edges of the canvass (canvass will be a rectangle). When the user clicks on the thumbnail I want the image to be displayed in the centre of the rectangle in its full size. How do I create such a picture gallery? Is there a simple tutorial? Or simple template I can use anywhere?

View 1 Replies

ActionScript 3.0 :: Removing Picture In Gallery?

Aug 9, 2009

I have a movieclip that when click call function moveW()The function work if I didn't add the command to change frame, but when I add command to change frame the function move to different frame before removing the pics. Does anyone know how I can fix this?this is the function:

function moveW(event:MouseEvent){  var i:int = 0;  for (i=0; i<=count; i++) scene.removeChild(arr[i]);  arr=[];
count=0; 

[code].....

View 1 Replies

Make A Picture Gallery Run Automatically?

Feb 16, 2010

I 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 Replies

ActionScript 2.0 :: Loading First Picture In XML Gallery?

Aug 13, 2005

The XML gallery I have has a pop-up window that appears after selecting a thumbnail. What I'm trying to accomplish is for the first picture in the gallery to load into the pop-up window, which is now always shown on the stage. I was able to make it so that the pop-up is always visible, but one thing I couldn't figure out is how to make it so that the first picture in the gallery loads into the pop-up box WITHOUT the user selecting the thumbnail first?I think it has to do with this code:

Code:
portfolio_xml.onLoad = function(success) {
if (success) {
var gallery = this.firstChild.childNodes[index];
galleryInfo.text = this.firstChild.childNodes[index].attributes.title;

[code]....

View 3 Replies

ActionScript 2.0 :: Make A Picture Gallery?

Nov 28, 2005

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.[url]...

View 1 Replies

ActionScript 3.0 :: Created An XML Picture Gallery?

Feb 19, 2009

So i have created an XML Picture gallery in AS3. Everything is made in two files:

1) The main file Gallery.fla that has only one layer and has just a stage color applied to it
2) and Gallery.as taht contains all the code and functions.

And now that it all is created i would like to create a preloader, but i am having problems doing it. Have been solving this issue for a week, reading lots of tutorials etc. no luck so far. I even tried creating a seperate .fla file that contained only a preloader, that simply loads an .swf movie - which was my Gallery.swf but no good - it is not working like that because i am using an XML file in that Gallery.swf .

[Code]...

View 4 Replies

IDE :: Gallery - Next Picture By Simple Click?

Jun 7, 2009

I want to make a gallery where the next picture to be displayed by one left click.

View 1 Replies

ActionScript 3.0 :: Picture Gallery Generated With XML?

Aug 27, 2009

I have created a gallery with pictures that is generated from an XML file. When I look at it on Flash, it works perfectly; However when I upload it to a web server, the images don't appear. The files I have uploaded includes the XML file, the pictures folders, the html and the swf file as well as a swfobject.js.

View 9 Replies

ActionScript 3.0 :: Playing Slide Show - Don't See A Single Picture?

Dec 11, 2010

when I try to play my slideshow I click play and it goes so fast you don't see a single pictue then it goes back to the first one?? I don't know how to really fix this? This is all the code it.

[Code].....

View 46 Replies

ActionScript 2.0 :: Pop Up Window That Opens To Show A Picture On Website?

Aug 4, 2007

Here is a link to an example of which i am referring.If you rollover anyone of the pictures a pop up image appears..

View 2 Replies

Make A Video/picture Gallery In Flash?

Jul 31, 2009

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

Loading Picture Gallery - Preloader Frame

Feb 26, 2010

I am building a web site and I have the main movie, which loads a picture gallery (another .swf file) using "loadMovie();" and then the problem comes in - my gallery movie has a preloader which after finishing is supposed to move on frame 2 of the gallery movie, but instead of that it moves to frame 2 of the main site...

This is the main movies button code loading the gallery:
on(release) {
gotoAndStop(5);
Gallery_Sub.loadMovie("../Flash/murals.swf");

Here is my preloaders code on the frame 100:
_level0.gotoAndPlay(2);

And at last my gallery movie's code on the preloader frame:
stop();
percent = Math.floor(getBytesLoaded()/getBytesTotal()*100);
if (percent == 100){
_level5.gotoAndPlay (2);
}else{
_preloader.gotoAndPlay(percent);
}
I tried using loadMovieNum(); but somehow it didn't work as well.

View 3 Replies

ActionScript 3.0 :: Picture Gallery With Multiple Pages?

Sep 27, 2010

Working on a picture gallery with multiple pages. The basic idea of what I'm trying to do is I get a list of all thumbs, separate the list in groups of 20 and then add all the groups to a MC that slides left and right when the user presses a left or right button.This is the code I've written:

Code:
if ((totalPics % 20) > 0)
{

[code].....

View 2 Replies

Flash :: Professional - Centering Xml Gallery Picture

Sep 17, 2010

I have a website that I would like to make a little improvement. The website is functioning quite well except one little small thing. The xml gallery image is not centering. At the moment it is aligned to the top left corner. I would like to center all images no matter what size they are, but I don't know where to find the action script that centers the content in XML. Here is the website, so you can see what I am talking about: [URL] how to make a pop up window that you can see the image even larger and go up and down to see the details?

View 7 Replies

Professional :: Create A Picture Gallery On Flash?

Jan 29, 2011

Is there a simple way to create a picture gallery on flash?I literally want to have an image in the middle of the screen and use buttons on the left and right to scroll through the pictures?

View 1 Replies

ActionScript 2.0 :: Can't Hide Picture Border On A Gallery

Oct 23, 2009

I have added 3 staggered backgrounds behind each picture that act as a tri-color border around the image, named borderOuter, borderMiddle, borderInner. When i click on the thumbnail, i would like the border to disappear. [code]...

View 2 Replies

ActionScript 3.0 :: Jumping Back To First Picture, Gallery?

Oct 31, 2009

i'm making a photo gallery in flash AS3. I have two buttons, prev and next, what i want is when you are at the last image end press next, you jump to the first image. I have tried to google it and searched for an answer, but cant find anything. This is my code so far.

picture.stop();
rbutton.addEventListener(MouseEvent.CLICK,
clicknext);
lbutton.addEventListener(MouseEvent.CLICK,
clickprev);

[code]...

View 1 Replies

ActionScript 2.0 :: Add A Gallery When The End-user Clicks On A Picture?

Jul 27, 2011

I am editing a template made with as2, flash8 and its controlled externally by a html file. I want to add a gallery when the end-user clicks on a picture. The main problem is the structure of the template. Its like that: There is a symbol named "pages" and in that there are 6 frames which one represents a page of the website except the main menu which is in another symbol. In the 4th layer 3rd frame there are 6 movie clips which are instances of another symbol named "p1_3 copy 2" which is a button and an instance of another button named "but_picts". One of those movie clips i want to make it a link for my gallery. So we there is the movie clips with the following actionscript attached:

ActionScript Code:
onClipEvent(load) {
loadMovie(_root.url + "_portfolio1.jpg", this.cont);
url=_root.url7;

[Code]....

View 2 Replies

ActionScript 2.0 :: Picture Gallery And Thumbnail Doubts?

Jan 27, 2004

Here's the situation: I'm making a script that will dynamically load JPG's from a file and will eventually display each JPG's thumbnail them side by side. I've got the code going and would like to know any suggestions for corrections.

[Code]...

View 14 Replies

ActionScript 2.0 :: Little Xml Gallery - Open Pop-up Window With Big Picture

May 10, 2006

I'am searching for a gallery with thumbnails which will load from xml file, and each thumb will open pop-up window with big picture. Does anoyone have fla for something like that or tutorial ? I had searched ultrashock and this forum, but every gallery is much more complicated than that what i'am searching for.

View 2 Replies

ActionScript 3.0 :: Flash XML Picture Gallery On Server Bug

Jun 17, 2010

i made a pic gallery that loads pics from xml file.. when I open the gallerys .swf itself on my server it works fine.. when I open the website .swf file on my server it looks fine... but, when I open the flash-generated .html file and try to open my gallery on my web site it sometimes shows me only a couple of pictures... sometimes none. also, when I open it up on my computer, it works fine...

btw: the gallery is stand-alone and I load it in my flash web site through the code ->

Code:
var ldr = new Loader();
var url:String = "MY GALLERY.swf";
var urlReq:URLRequest = new URLRequest(url);

[Code]....

View 14 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved