IDE :: Make Thumbnail Gallery - First Page Title Gallery Then Big Image With Description

Feb 6, 2009

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 Replies


Similar Posts:


IDE :: Make A Simple Gallery With Thumbnails That Show A Larger Image Once Hover Over The Thumbnail?

Apr 20, 2009

I have flash CS4 and some time ago made a simple movieclip in an older version of flash.I now want to make a simple gallery with thumbnails that show a larger image once you hover over the thumbnail.[URL]I forgot most of the workings in flash, so it's difficult to make what I want.

View 2 Replies

ActionScript 3.0 :: Mc Into Tooltip - Text Fields On The Stage That Display The Title And Description Of The Thumbnail Item?

Feb 11, 2009

bit stuck on something here and hoping that someone will be able to answer this question. i have a gallery generated via xml - i have three text fields on the stage that display the title and description of the thumbnail item.

[Code]...

not quite sure of the best/easiest way is to do it - call from the library and attach to mouse or something along those lines?

View 2 Replies

ActionScript 2.0 :: Xml/thumbnail Image Gallery?

Jan 23, 2006

i'm using a modified version of the xml thumbnail tutorial on this site and am having a weird problem. sometime on some machines the thumbnails are desplayed in reverse order but when the page is refreshed they're dispalyed in the correct order. on other machines they load in in the correct order fine. anyone have any ideas why this would happen? the image names are loaded into an arrayin the onload of the xml the thumb images are put into an array:

for (z=0; z<videototal; z++) {
thumbnails[z] = xmlNode.childNodes[z].childNodes[0].firstChild.nodeValue;
moviefile[z] = xmlNode.childNodes[z].childNodes[1].firstChild.nodeValue;

[code].....

View 1 Replies

IDE :: Add A Title/description To The Image?

Jan 19, 2009

I have the 3dwall feature - but i don't know how to add a title/description to the image. I have followed the instructions, - I don't understand what it is asking me to do.

View 3 Replies

IDE :: Gallery Thumbnail - Display The Corresponding Fullsize Image

Feb 8, 2010

I have a MC filled with button thumbnail images. I am trying to tell the thumbnail to display the corresponding fullsize image. the script I have for the first button is

on (release) {
picts.gotoAndStop(2);
}

Picts is the name of the MC containing full size images. There is no response to the button.

View 1 Replies

ActionScript 3.0 :: 3D Globe Image Gallery - Navigate To Url From Image Thumbnail?

Oct 30, 2011

I have found an excellent tutorial and source file for a 3D image gallery. However I would like to make the thumbnail click thorugh to a url link when pressed rather than loading the image into the gallery.
 
Currently the images load in through actionscript. Is there a way to amend this script so you can specify that a thumbnail clicked links through to a url, like you would with a normal button instance rather than loading the image. Here is a link to the file and tutorial. The actionscript is on the top layer within the file.[URL]...

View 9 Replies

ActionScript 3.0 :: 3D Globe Image Gallery / Navigate To Url From Image Thumbnail

Oct 30, 2011

I have found an excellent tutorial and source file for a 3D image gallery.However I would like to make the thumbnail click thorugh to a url link when pressed rather than loading the image into the gallery.Currently the images load in through actionscript. Is there a way to amend this script so you can specify that a thumbnail clicked links through to a url, like you would with a normal button instance rather than loading the image.Here is a link to the file and tutorial. The actionscript is on the top layer within the file.URL...

View 9 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

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 :: Title And Image Description

Jul 30, 2010

I bought an xml flash template and i am trying to modify it.In main.fla file there is a layer named functions. At this layer there is actionscript code where i saw this part:[code]When i push the image gallery from the main menu, then the image_gallery.swf loads. There, i have 2 categories with photos, each of whom loads title and description of images from website_xml_imagegallery_xml/category1.xml and website_ xml_ imagegallery_ xml/category2.xml. My problem is that whether i open a photo from one category or from the second category, the title and the description remain the same as the first category's. I figured out that the title and the descrption of the first photo of the second category is the same as the title and the description of the first photo of the first category and this depends of what i am using at the last line of the attached code:images.load ("website_xml_imagegallery_xml/category1.xml");So, if i write category2.xml instead of category1.xml, then the first photo of the first category will have the same title and same description as the first photo of the second category.It seems like each category cannot read from its category.xml. Look at the xml files as well.

View 2 Replies

ActionScript 2.0 :: Kirupa XML Flash Gallery - Allow The Thumbnail Scrollbar To Begin Scrolling Once The Page Has Loaded

Nov 17, 2009

That said, I would like to alter some of the code to allow the thumbnail scrollbar to begin scrolling once the page has loaded. Here is what the code looks like as it is right now.

[Code]....

View 1 Replies

ActionScript 2.0 :: Photo Gallery Using XML And Flash - See Only 1 Thumbnail Image?

Aug 7, 2005

I learned from great kirupa tutorial and implemented the thumbnail gallery in my site.If I open the site in browser Opera or Firefox (FP 8.0.0.447) i see only 1 thumbnail image - is it bug in Player? In IE 6 I have FP 7.0.19.0 and I can see all thumbnails in the navigation bar - also correct.

View 8 Replies

ActionScript 2.0 :: Vertical Thumbnail List And XML Image Gallery

Dec 30, 2005

I've to create a image gallery with following features :
1) Vertical thumbnail list
2) I should know which image i've selected
3) It should have loading for both thumbnails & the main images
Plz take a look on the following site [URL]. I want exactly the same except the horizontal images.

View 8 Replies

IDE :: ThumbNailScroller Function - Adding A Thumbnail To An Image Gallery

Aug 2, 2008

I was reading your tutorial on adding a thumbnail to an image gallery. Im trying to use your thumbnail_final.fla inside another movie and is not working for me. I made a movie, in Scene 1 of this movie i have an empty movie clip(DisplayArea) and a menu button(Gallery) so that when i hit the Gallery button it load the thumbnail)final movie into the empty movie clip DisplayArea. Everything work except for the thumbNailScroller function. It load all the thumbnails and you can click them and they load the matching big picture and all but the scrolling function is not working.

[Code]...

View 3 Replies

ActionScript 2.0 :: Image Gallery / Thumbnail Scroller AND SetInterval?

Oct 27, 2008

I'm trying to combine a couple different dynamic image galleries. I've got a thumbnail scroller but I'd like it to rotate 8 every eight seconds until a thumbnail is clicked.

I'm clueless here. I could probably come up with a jacked up workaround if this wasn't dynamic, but it is.

[Code]...

View 1 Replies

ActionScript 2.0 :: Flash Image Gallery Thumbnail Scroll Sometimes Work

Jan 31, 2007

I built my gallery and import it a parent page (foo)... Sometimes the scroll of thumbnail scroll works... it is choppy.... Sometimes does not work at all.... When I view the movie outside of foo - it works beautifully...

View 2 Replies

ActionScript 3.0 :: Portfolio Gallery - Opening Image When Thumbnail Clicked

Jan 23, 2009

I'm working with XML and setting up a portfolio gallery. I basically want a thumbnail to be clicked and have an image opening, but i want the instance name of a button that is clicked to be stored in a variable that can be used when calling the images from the XML. I'm just trying to get the number that is in the instance name of btn2, and use that number 2 to reference the ID # in the xml file. I know there are easier ways to do this, but I didn't want to write new functions for all the numerous thumbnails on the site.

PHP Code:
btn1. addEventListener(MouseEvent.Click, _onBtnClick);
function _onBtnClick( e:MouseEvent ):void {
var clickedBtn = event.target.name;
}

Also the thumbnails are not being loaded through the XML, would it be easier to load the larger images without functions for each thumb, if I had the thumbs being referenced through the XML?

View 1 Replies

ActionScript 3.0 :: Creating An Image Gallery Where The User Can Select From Several Thumbnail Images?

Aug 12, 2009

I am creating an image gallery where the user can select from several thumbnail images. Once selected, the thumbnails will enlarge and load the full sized image. My problem is that while the user is waiting for the full sized image to load, he may decide to close that image and view another image. I am trying to find a way to stop a loader from loading.ere is the code I have used. My problem is that even though the user has clicked on the unloadBtn, the loader continues to load the file. Is there a way to disable that?

Code:
import flash.net.URLRequest;
import flash.display.Loader;

[code]....

View 4 Replies

ActionScript 3.0 :: Photo Gallery - User To Be Able To Click On The Image Thumbnail And See An Enlarged Version Come Up Next To It

Sep 2, 2009

I would like to create a simple photo gallery in as3. I would like the user to be able to click on the image thumbnail and see an enlarged version come up next to it. The only galleries I see for flash are XML galleries and it was really complicated the last time I tried it.

View 1 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

Professional :: Convert A JQuery Lightbox Style Gallery Into A Flash XML Based Image Gallery With Categories?

Oct 26, 2010

I've made a gallery slideshow before but wasn't as intuitive looking back at it now and I want to start fresh on this new project. I would like to convert a jQuery lightbox style gallery into a flash XML based AS3 image gallery with categories. I don't want to code the FLA, I want separate AS files.

This is a school project for my website. I would use jQuery and I have more experience with it but this project needs a flash component. I'm just not sure where to start and looking for some advice on how and where I could find resources. I want it to be minimal as I can make it;

- 8 thumbnails to a "page/section" with more flowed into page 2 or 3 etc. (or a srcoller)

- a few buttons for categories

- images fading in full size with a description when hovered over and a close button

- preloader (simple bar)

Esentially something like this > http:[url].........works which is using http:[url].... for the thumbnails. That might be ambitious but I'd suffice with a simple fade effect.I've downloaded some galleries out there but most of the code is messy or outdated.http:[url]... this is alright, but all the code is done in the FLA. I might break it into AS files but it depends.

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 :: Image Gallery - Pull The Each Different Page As An Individual Swf File?

Feb 23, 2010

build an image gallery on a site i'm building.The way I have built the site use sactionscript to pull the each different page through as an individual swf file. see: http:[url]....The page im putting the image gallery on is 'Virtual Tour'.When I test this specific page in flash it works fine, however when I view the master flash file and click 'Virtual Tour' then it doesnt pull the images through. Im not sure why this is, as if you view the swf directly then you can see the images do work: http:[url]....

View 4 Replies

ActionScript 3.0 :: Display Title Of Thumbnail Image?

Nov 23, 2009

I am trying to display the title of the thumbnail image, which is being loaded from the XML file. If i trace the title then it is printed, but it is not displayed in the TextField.

Below is the code, i used so far.

Code:
var Current_page:Number;
var Total_pages:Number;
var Detail_mc:Array = new Array();

[Code].....

View 1 Replies

ActionScript 2.0 :: Make A Simple Image Gallery Which Changes Image Upon A Mouse Click On A Button

Nov 7, 2010

I'm trying to find out how to make a simple image gallery which changes image upon a mouse click on a button, when a button is pressed I want the image to slide in from the left into the viewable area and then when another image is selected I want the previous image that was viewed to remain in the screen and then the new image slide across over the top to replace the image.

I can get the images to slide across from the left upon a mouse click however I can't change the layer order so if image 6 is viewed and then I click to see image 1, the image will slide into place however it will be below image 6 so therefore not viewable.

I don't have an example of what I'm after but I hope my explanation was good enough, I've seen this been done in javascript but I have to use flash and am unable to replicate the effect I'm after

View 4 Replies

How To Make Image Gallery

Jan 28, 2010

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

Make An Image Gallery?

Jun 5, 2010

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

Make Expanding Image Gallery?

Jun 1, 2009

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

Make An Image Gallery For Website

Jun 23, 2009

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

View 3 Replies







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