ActionScript 3.0 :: Make Photo Gallery Go Away When Clicking On Other Links?

Aug 25, 2009

Please go to [URL] and click on the photo gallery link. Then click on any other link. The photo gallery stays on the page! how I can make it go away when clicking on other links? The actionscript for the photo album is on the last frame in the actions layer.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Make Main Images Links In Photo Gallery?

Mar 2, 2011

I've made an image gallery and it works great. What I want to do is make the main image a link to a certain part of the site. The first link works great, but then I get[url]...

Basically, I made an invisible button on each main image for the link.[code]...

View 1 Replies

ActionScript 3.0 :: Make A Flash Photo Gallery That Displays All The Image Files In A Certain Directory With The Usual Photo Gallery Functionality

Sep 1, 2009

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

ActionScript 2.0 :: Adding Links To XML Photo Gallery?

Apr 17, 2006

I am playing with the xml photo gallery tutorial and wanted to add the ability for users to click on a particular image and have it go to its own url.

This is what I have done so far:

in images.xml I have added a <link> child on the same node or level as <image> and <caption>

images.xml i.e.

Code:
<images>
<pic>
<image>image1.jpg</image>

[Code]....

It obviously does not work (the rest of the gallery does though) I created a dynamic movie clip and labeled it "link" and placed it on the stage as a bg element however I am pretty sure this is the wrong way to hyperlink the images and description.

View 1 Replies

ActionScript 2.0 :: Photo Galley - Make A Gallery Based On The Tutorial Gallery (thumbs)

Jul 19, 2005

What 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]...

View 2 Replies

ActionScript 2.0 :: Create A Button Within "3D Book" Which Upon Clicking Will Open Up A Photo Gallery

Mar 29, 2011

I am trying to create a button within "3D book", which upon clicking will open up a photo gallery. The code i am using was in the Instruction Manual for the book and is as follows:

[Code]....

View 3 Replies

ActionScript 2.0 :: Make A Photo Gallery With Xml?

Dec 5, 2009

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 Replies

ActionScript 2.0 :: Make Photo Gallery With PHP?

Feb 23, 2010

I'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]...

View 6 Replies

IDE :: XML PHOTO GALLERY - Make A Second Caption?

Jan 28, 2009

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

View 1 Replies

ActionScript 2.0 :: Make A Photo Gallery?

Oct 7, 2004

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 Replies

ActionScript 3.0 :: Make A Dynamic Photo Gallery?

Nov 9, 2008

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

View 15 Replies

ActionScript 2.0 :: Using AttachMovie To Make Photo Gallery?

Feb 1, 2010

Like 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]....

View 8 Replies

ActionScript 2.0 :: Make A Photo Gallery For Website?

Sep 9, 2010

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.

View 2 Replies

IDE :: Make A Flash Thumbnail Photo Gallery?

Sep 8, 2007

[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); }

View 11 Replies

ActionScript 2.0 :: Unable To Make Xml Photo Gallery?

Mar 14, 2008

i download and try to modify a xml photo gallery from kirupa in this pagemake the buttons for "next" "back".... and one button that control the slide show, but i cant find how to activate the slide show and desactivate it.

View 1 Replies

ActionScript 3.0 :: Make A Custom Photo Gallery

Oct 15, 2010

so i wanna make a custom photo gallery for my work, and ive seen some that i like. however, i want to MAKE it myself and not download somebody's program that does it or whatever. i know i have the necessary knowledge to be able to follow a tutorial on it but i dont know how to do it myself, you know? anyways heres one that i like, if anybody knows of a tutorial that i can do this in please let me know. [URL] the important parts are that it needs to be updated with xml and have a scroller at the bottom with buttons, not a scrollbar.

View 3 Replies

ActionScript 3.0 :: Make Outlines To Photo Gallery Bitmaps?

Jun 10, 2009

How can I make wide outlines to each photo gallery bitmaps in AS3/Flex? Or where could I find a good tutorial?

View 3 Replies

ActionScript 2.0 :: Make A Photo Gallery That Loads Pics In As Swf's

Aug 6, 2003

I'm trying to make a photo gallery that loads the pics in as swf's, and was wondering if there was any way for flash to detect the number of files that are in a particular folder on website (also the names of those files).

View 3 Replies

Professional :: Make The Stack Photo Gallery Auto-playable?

Jul 25, 2010

I want to make this gallery auto play means ones gallery load than the photos should be change by itself after few seconds.path for gallery [URL]

View 4 Replies

Actionscript 3.0 :: Make A Photo Gallery That Is Dynamically Controlled Via An Xml File?

May 8, 2008

I'm trying to make a photo gallery that is dynamically controlled via an xml file.

View 11 Replies

ActionScript 2.0 :: Photo Gallery - How To Make Image Window Smaller

Jun 25, 2004

I found this really neat photo gallery on flashkit but there is no support or readme included. Hoping one of you actionscript gurus can sort through the AS and how to size this thing.. the AS code does have comments but I am not a coder. I'd like to make the image window smaller and the overall movie smaller. 325x325 or so.

View 10 Replies

ActionScript 2.0 :: Make Photo Gallery And Drag Several Square Images?

Nov 4, 2007

I'm trying to get some general info and be pointed in the right direction to make kinda like a photo gallery where they can be dragged, and moved around like several squire images that can overlap one another, and if you click an image that is under another image, it will come upfront..

View 1 Replies

ActionScript 2.0 :: Photo Gallery - Make The Thumbnails Display Vertically Not Horizontally

Jan 25, 2007

I was wondering in the photo gallery thumbnail tutorial how do I make the thumbnails display vertically not horizontally. Also how do you add the picture caption underneath the thumbnail? [URL]

View 8 Replies

ActionScript 2.0 :: Make Flash Photo Gallery That Displays All Image Files In Certain Directory?

Sep 1, 2009

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

ActionScript 2.0 :: Photo Gallery - Photo's Start Automatically, Rather Than, On A Button Click?

Oct 27, 2011

its for a photo gallery that I downlowded,the images fades in and out, but only start that when you click a button(timer).I'm trying to founf out where in the script I can change this, so that the photo's start automatically,rather than, on a button click.I have pasted the script below, is that ok, or would people rather a zip file of the files?

// (c) Copyright by Andrew DiFiore. All rights reserved. DO NOT REMOVE.
fscommand("allowscale", "false");
Stage.scaleMode = "noScale";[code]......

View 4 Replies

ActionScript 2.0 :: Kirupa Photo Gallery - Load 2 Instead Of 1 Photo?

Aug 26, 2006

I found the tutorial by Kirupa

[Code]...

View 2 Replies

ActionScript 2.0 :: Preload First Photo Of XML Photo Gallery?

Feb 6, 2009

I have an XML photo gallery, that when it starts it has a loader for the photos. It always starts with the XML file determined sequence, which is fine, but what happens is that the tabs on the right hand side of the photo loader go astray while it is loading the first photo. If the first photo was loaded instantly this wouldnt be an issue.Is there a way that I can preload that first photo, so that it is in memory when the swf file reads the XML file, allowing the first photo to be instantly loaded ?Amongst other things, I tried embedding the photo in the swf file, but it didnt work...obviously I have no idea what to script...I also created another scene, prior to the main scene, to preload the photo.. but it didnt work either, again probably used useless script...Going further in detail, this is the main script:

Code:
import com.mosesSupposes.fuse.*;
ZigoEngine.simpleSetup(Shortcuts, PennerEasing);

[code].....

View 9 Replies

IDE :: Photo Gallery - User To Be Able To Click On A Photo For It To Appear In The Box Above

Jul 10, 2009

I have been searching for a particular photo gallery, and haven't got far. Here is an example of what I am looking for. With the example I wanting the user to be able to click on a photo for it to appear in the box above. I am looking for a tutorial, so I can customise to fit in my client's flash website.

View 2 Replies

ActionScript 2.0 :: Photo Gallery - Make The Image Window Smaller And The Overall Movie Smaller?

Jun 25, 2004

I found this really neat photo gallery on flashkit but there is no support or readme included. how to size this thing.. the AS code does have comments but I am not a coder.I'd like to make the image window smaller and the overall movie smaller. 325x325 or so

View 10 Replies

ActionScript 2.0 :: Photo Gallery XML - Html File Shows The Extra Image In The Gallery But The Swf Doesn't

Feb 17, 2008

i am trying to add extra images to the photo gallery attached. I would have thought it is easy and it seems so. I add an extra image to the gallery. I publish it. The html file shows the extra image in the gallery but the swf doesnt. driving me crazy, cant work it out?

View 14 Replies







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