ActionScript 2.0 :: XML Photogallery With Scrolling Thumbnails And Text Labels?

Jun 20, 2007

I built the photogallery (actually four!)[URL] with a main gallery that loads the four categories. I originally had the category names appear on rollover using hover captions.
[URL] Worked great! Now the client wants to nix the hover captions and add labels in text. I thought it would be a cinch to code but I am not getting anywhere with it. Here is the code I have...

[Code]....

I have added a movieclip "thumbTxt" to the library with a dynamic text field "tipText" in it. I would like to attach it to the thumbnail, add the label from the XML and position it above the thumbnails. I have tried attach movie and I am just at my wits end. I have googled and can't find a solution that works for me. I have a feeling it is something simple that I am just not seeing.

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Photogallery W/ Loading Thumbnails?

Feb 11, 2010

Not sure how it works, but the kind of gallery I'm looking to put together is similar to the one found in the portfolio on this site:Im not sure but I understand that while the thumbnail loads it's also loading its cooresponding image into the gallery as well. Just curious how they are creating that loader, where you see the picture while it's loading.

View 0 Replies

ActionScript 2.0 :: Make Own Photogallery With Scrollable Thumbnails And Have Run Into Snag

Apr 28, 2010

I used the tut on here to make my own photogallery with scrollable thumbnails and have run into a snag. My thumbnails share the same height but vary in width and, for some reason, are overlapping and/or appearing in the incorrect order.As you can see the first 4 thumbs and the 6th thumb are okay (they share the same width) whereas the 5th is missing (actually it is about 10 thumbs down, overlapped with another). Here's the code (taken from the "Adding Thumbnails" tutorial on this website.)[code]

View 2 Replies

ActionScript 3.0 :: Scroll Thumbnails By Scrolling The Mouse Left Or Right Over The Thumbnails?

May 9, 2011

Haven't been here for a while and I'm really rusty using Flash. I looking for a tutorial or some information on how to scroll thumbnails by scrolling the mouse left or right over the thumbnails.

View 3 Replies

ActionScript 2.0 :: XML PhotoGallery - Continuously Scrolling Through Images

Mar 15, 2006

I am trying to modify the AS for the buttons so as to continuously scroll through the images rather than stop at the last image and visaversa. In the following modified code I have managed to get the last image to run to the first but When you click the previous button on the first image you have to click it twice before it goes to the last image.

Code:
function nextImage() {
if (p<(total-1)) {
p++;
if (loaded == filesize) {
picture._alpha = 0;
[Code] .....

View 2 Replies

ActionScript 2.0 :: Scrolling Thumbnails - Not Scrolling - Involves Xml

May 4, 2007

I have been working on a site that will display a portfolio for a friend of mine who is a photographer. I want to have thumbnails that can be scrolled on the bottom of the page, and an area where the thumbnail is presented when selected. I have the thumbnails appearing. I have them loading, however, I can't get them to scroll when the mouse moves to the left or right of the row of images. he file can be viewed at...[URL] Here is the code I used for the slideshow:

[Code]...

View 4 Replies

ActionScript 3.0 :: Call A Function Back In The PhotoGallery Class To Start Setting Up The PhotoGallery

Mar 18, 2011

I am developing a photo gallery using an XML file as the structure. As the document class I have a class called PhotoGallery:-

[Code]...

Once the parsing is finished here I want to call a function back in the PhotoGallery class to start setting up the PhotoGallery. Is this possible, or am I even going about this in the right way? I am not sure I am using classes in the correct

View 4 Replies

Scrolling Menu With Thumbnails ?

Jul 23, 2009

I'm building a site with flash (obviously) and it has multiple pages, now on one of these pages i wanted a scrolling menu with thumbnails that when you click them they take you to another page, but I'm not quite sure how to go about it. The methods I already tried haven't worked.

View 9 Replies

Scrolling Image Bar (10 Thumbnails Around)

Aug 13, 2009

I need to develop a scrolling image bar, I have never ever used a 'scroll bar' in flash. What it needs to do is have around 10 thumbnail images, that you can scroll left to right to, then when you click the image enlarges?

View 1 Replies

Scrolling Panel Of Thumbnails?

May 2, 2009

just watched Lee Brimelow's how to create a scrolling panel of thumbnails. I have no questions regarding the panel, but, rather, how do I add a link to each image of the scroll; so, when the user clicks one, a popup or new page opens showing not the thumbnail he clicked, but the real size image?

View 1 Replies

ActionScript 2.0 :: Scrolling Thumbnails With Mouse?

May 22, 2007

I followed a tutorial over at [URL] regarding scrolling thumbnails with the mouse pointer. Everything is working fine except the thumbnails are not stopping at the left and right x position that I have set. I'm tracing the x position of the thumbnail MC and it's showing that it's not changing, but the MC is definitely still moving. The code I'm using is:

Code:
panel.onRollOver = panelOver;
function panelOver(){
this.onEnterFrame = scrollPanel;

[Code].....

View 8 Replies

ActionScript 3.0 :: XML Based Scrolling Thumbnails?

Jun 20, 2009

flash and actionscript but am a computer science student so code is ok. that said I wanna build a xml based scrolling thumbnails in an horizontal bar. each pic should have some effect when the mouse is over it + the scrolling bar should scrol left or right depending on the mouse pos+ the bar stops when am over a pic (with some conditions) I think this i all PS: I have only two days to do it

View 1 Replies

Actionscript 2.0 :: Cannot Do Scrolling Thumbnails In A Site

Feb 19, 2009

here is the source or the site reference path

[URL]

in that there is a xml phot gallery, i jus need the images to scroll within that panel.

View 2 Replies

Actionscript 2.0 :: 2 Scrolling Thumbnails In 1 Scene

Dec 10, 2010

I've created a two strips of Scrolling/Sliding Thumbnails, now one bar works, but the second keeps scrolling in a loop.I changed the instances names so that i can communicate with the Actionscript but, I placed both image bars on the main timeline, but i really have no idea what the actionscript means. I searched on the internet and i think i need to change the _root? into something else? [code]My second bar is called imgBar2, do i need to change the Var, aswell? to maybe myVar2?

View 3 Replies

IDE :: Horizontal Scrolling Thumbnails XML/Flash?

Jul 18, 2008

I saw the xml gallery with vertical scroll and It kicks ***, since then, I�ve been trying to make it scroll horizontal but with no succes.

how to make the thumbnails in the gallery scroll horizontal instead of vertical?

View 3 Replies

ActionScript 3.0 :: Creating Side Scrolling Thumbnails?

Feb 8, 2009

I'm creating a gallery page for my site, and I need a side scrolling thumbnail display.

Basically it would have several thumbnails that would keep scrolling for ever (some how duplicating the content in a mask).

View 1 Replies

ActionScript 3.0 :: Very Large Scrolling List Of Thumbnails?

Oct 10, 2008

I have a photo browser that I am building, and so far itlooks good. It loads in however many images are listed in an XMLdocument to thumbnails, and then opens a larger window when youclick on them. The program basically stacks the thumbnails on topof one another in a movieClip, and you scroll through with a scrollbar or by dragging the thumbnails up and down directly. My issueis, once that movieClip gets to a certain size, Flash doesn't dealwith it well. Let's say I have 100 images I want to scroll through.If I stack them all up, and they are 150 pixels high with 25 pixelspadding each side, that's a 20,000 pixels high movieClip, and thatdoesn't fly. I thought about using a list component, but I need itto scroll smoothly, and not only a cell at a time.

Do folks have any ideas on how to do this? It's really keythat it scrolls smoothly, and that it can scroll by dragging photosdirectly up and down in the viewer. It's easy now because I canhave the dragging behavior attached to the thumbnail scroll, andnot each individual image, and I can move that one movieClip,rather than tracking the position of all the images

View 6 Replies

ActionScript 3.0 :: Controling An XML Based Scrolling Thumbnails?

Jun 20, 2009

this is my code so far:

[Code]...

View 4 Replies

ActionScript 1/2 :: How To Build Slideshow With Scrolling Thumbnails

Jan 16, 2010

I am trying to build a slideshow with scrolling thumbnails and mouse control. I am fallowing a you tube tutorial. [URL] I have done everything that he says to do and I can not get it to scroll. He builds this in AS2 and I have changed my publish settings to AS2. The thing that confuses me is that he is able to get it to scroll before he puts the code in.
Attachments: Center Stage Salon Tour Slideshow.fla.zip (240.5 K)

View 8 Replies

ActionScript 3.0 :: Unable To Get Scrolling Thumbnails To Loop Around

Oct 19, 2009

I made a Photo Gallery using flex builder 3. I am having a MAJOR MAJOR issue though. Currently I have thumbnails scrolling by, when clicked the fullsize image shows up in the canvas above. Unfortunately I cannot get the thumbnails to loop around. Here is my current movement code.

ActionScript Code:
public function defaultMovement(e:Event):void {
e.target.x += 1;
if (e.target.x > 338) {

[code]....

View 5 Replies

ActionScript 2.0 :: Continuous Scrolling Panel Of Thumbnails

Jan 29, 2010

I followed a tutorial at [URL]. I used this tutorial because I was interested in a continuously scrolling panel of Thumbnails instead of one that stops when you reach the end. Perhaps people know of another tutorial that accomplishes this and I can just use that one instead? While I can accomplish what he accomplishes, there was (I thought) an easy change. Instead of continuously scrolling I want the thumbnails to only scroll when the mouse is hovering over the thumbnails. You can see the current state of things at: [URL]. And the offending AS is below. I thought I could begin by telling the scrollbar to stop if myVar was equal to false, but I don't even know how to word that.

ActionScript Code:
_root.onEnterFrame = function(){
if(_root._ymouse<400 and _root._ymouse>480){
myVar=false;
} if(_root._ymouse>400 and _root._ymouse<480){
myVar=true;
[Code] .....

View 1 Replies

ActionScript 3.0 :: Image Gallery With Scrolling Thumbnails

May 25, 2011

I have this project. It is an image gallery with scrolling thumbnails that when you click them will load the larger images. However, I can not get that part to work. The thumbnails load and scroll, but when I click them I get an error message.

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at BannerVer3_fla:mcThumbsInside_6/imageLoadedThumbThree/BannerVer3_fla:gotoPage()[BannerVer3_fla.mcThumbsInside_6::frame1:124]

This is the AS3 for the thumbnail image.
Code:
var fader:MovieClip;
var photos:MovieClip;
var loaderThumbThree:Loader;
function loadImageThumbThree(url:String):void{
//Set properties for this loader
loaderThumbThree = new Loader();
[Code] .....

View 1 Replies

ActionScript 2.0 :: Continuously Scrolling / Looping XML Thumbnails

Dec 30, 2005

I am trying to make the bar in the Simple Flash XML Photogallery [URL] continuously loop and having a hard time. I don't really care if the mouse would control the thumbnails, just trying to have the thunbnails move left continuously. I have put two tutorials together and made the mouse control the thumbnails. I used the "Simple Flash XML Photogallery" and the "Scrolling Thumbnail Panel" from [URL] and came up with the file below. How to make this continuously loop or scroll. [URL]

View 1 Replies

Actionscript 2.0 :: Scrolling Thumbnails And Using AttachMovie To Load A Clip

Apr 6, 2009

I used the scrolling thumbnails to make a buttons that use attachMovie to load movieclips from the library to the stage. I think i have put it together correctly but nothing is loading into the holder.

i was doing testing on the first 2 thumbnails the first 2 chairs in the scrolling thumbnails
I wanted it to load movieclips from the library to the stage in a designated holder

here is the code i used for the scrolling thumbnails-

Code: Select allpanel.onRollOver = panelOver;
function panelOver() {
this.onEnterFrame = scrollPanel;

[Code].....

View 1 Replies

ActionScript 2.0 :: Make Scrolling Thumbnails Loop Infinitely?

Aug 17, 2005

URL...Can anyone provide me with some code on how to make the scrolling thumbnails loop infinitely? So that when you reach the last picture on the scrollbar, it will loop to the first picture?

View 3 Replies

ActionScript 2.0 :: Create Dynamic Thumbnails For Forward / Back Scrolling?

May 24, 2010

I'm working on a flash module that basically needs to offer the ability for the user to scroll through a series of thumbnails in a carousel format. I currently have the following code which is creating my thumbails horizontally which is all working fine. [code]...

View 1 Replies

ActionScript 2.0 :: Reuse The Tween Class In A Scrolling Thumbnails Panel?

Mar 7, 2007

How do I reuse the tween class in a scrolling thumbnails panel?

View 5 Replies

Flash :: IDE - XML + Photo Gallery Tutorial - Image Open Up From The Scrolling Thumbnails

Nov 1, 2006

i want each image that opens up from the scrolling thumbnails below to have another set buttons relating to the main image. for instance:

[Code]...

numbers = buttons linked to another set of external images that are related to the big image. the problem is i don't know what controls the thumbnail/main image when i click on the scroller (i'm kinda lost in the code). so right now i have only one set of numbers regardless of which big image opens up.

View 14 Replies

Flex :: Align Text In Spark Labels?

Aug 26, 2010

I have 2 spark labels next to each other. They are in a basic layout and both have bottom set to 0. They have different font sizes (28 and 12).

Both fields only display numbers. I want the baseline of the numbers to line up.

At the moment they do not as there are no descenders and the descender area of the line is obviously a different height for the 2 different font sizes.

View 1 Replies

Flex :: Underline Style For Text/labels?

Feb 3, 2012

I use the setStyle("textDecoration", "underline"); for showing an underline on text hover. This works fine but the underline is touching the text itself. Is it possible to put some spacing between text and the underline?

Update: 02/072012 I'm using Flex SDK 3.5 so I cant use the spark solution for now. Im using Label component and setting the textfield's style.

View 1 Replies







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