IDE :: Image Scroll Up And Down With Thumb Images
Jun 11, 2009
What I want to accomplish is to have a up and down scroll w/ thumb images. Once you press on a image the thumb gets bigger and have the option to close the big image and back to all the thumbs..
View 1 Replies
Similar Posts:
Apr 4, 2004
here is some code for a rotating crank that controls an image gallery. refer to the "image viewer stops?" thread in the flash mx forum (sorry don't know how to link to a forum yet!) for more info. attached is the fla. i want to be able to crank clockwise to scroll images forward and counterclockwise to scroll images backwards. If i keep cranking, i want the images to continue to change, if i stop cranking, i want it to stp on that image. it doesn't sem tooooo hard, i'm just numb from tryig to figure it out.
[Code]...
View 6 Replies
Dec 23, 2009
In my project we needed to make the scollbars look like Windows scrollbars.
Therefore I have a thumbIcon on the thumb of a vertical scrollbar, but if I get too many items in the combobox, the scrollbar gets fiddly. This is because the margin between the thumbIcon and the border of the thumbSkin is too small.
Is there a way to set the minimum height of the thumbSkin so that I can ensure there is always a margin there and it always looks good, even if there are too many items?
View 3 Replies
Mar 26, 2007
I am currently working on a curved scrollbar. I want to limit the travel of the scroll thumb using two clip instances that mark the top and bottom of the scroller. To do this, I believe that I'll need to use localToGlobal on my top (topMark) and bottom (botMark) markers. Unfortunatly, my attempts to get the global coordinates has failed. In the attached file, the code can be found in the actions layer of the curvedScrollbar clip.
View 1 Replies
Jan 6, 2010
Ive used the excellent tutorial to create a scrolling thumb panel ([URL]) It works brilliantly and I have movie thumbs linking to a flash player. It all works fine, what change the scrolling. At current it scrolls up and down according to where I have set the 'line', I would like it to scroll up and down near the top and the bottom, rather than all the time (effectively creating a dead zone in the middle). I cant figure out how to change the code to get this to behave as required.
[Code]...
View 2 Replies
Aug 8, 2006
I have two instances of the xml photogallery one has the thumbs working the other loads the thumbs but doesn't scroll. this is my code for the second intance.
[Code]....
View 1 Replies
Aug 13, 2009
I am using a horizontal thumb scroller which i ahd acuired from the internet. the scroller works fine but the issue is, the scroll speed is directly related to teh thumbnails present.When i am having 10-20 thumbs the auto scroll is smooth. but when the thumbs increase to say 50+ even the slightest mouse movement cause the the thumb to scroll at rapid pace rendering the thumbnail scroller useless. Can anyone help me to modify the script so that i can reduces or control teh scroll speed. Or if tahts not possible how do i add a next prev button so taht i can take away the auto scroll and fwd/rewind the thumbs one by one or a batch at each click. I am attching the fla file for reference
Code:
// Developed by www.flashmo.com
var photo_filename:Array = new Array();
[code].....
View 0 Replies
Mar 20, 2012
I'm creating a moodboard application where the user can dynamically load an image onto the stage by pressing a thumb of the image in a menu item. I have most of that working but what I would like to know is that, if there is a way the user can interactively scale/transform the image when it is on the stage in the swf file?
View 2 Replies
Jul 26, 2009
I have about a dozen thumbnail images aligned in a 3 X 4 grid. The dimension of the stage is smaller then the 3 X 4 grid therefore I will need a vertical scroll bar to scroll through my images. In addition, whenever the user rolls over one of the images the edges would glow. Also, when the user clicks on one of the images, it will bring them to a separate frame. I was wondering how I would attempt to do this. Since I will be frequently adding new thumbnails, I heard that I should look into XML. If I am to do this using XML, I am confused as to how I would do this.
View 5 Replies
Aug 30, 2005
I recently wrote a small script to display an endless scroll for 360 degree images. The image is loaded dinamically so I can use it as a viewer for all the 360 degree images in the site's gallery. It works fine, but I found one image that appears truncated even though everything else works as expected. I found this [URL] that says: The maximum image size of a Flash 2 movie is 2880 x 2880 pixels The image that is giving me this problem is larger than that and it seems to be cut at 2880px widht. Can anyone confirm this? And if so, is there any way to override it since I'm using pure as? Despite the years working with flash, I keep finding these nasty surprises. Last time I learned about the 16,000 frame limit when working on a cd presentation... I wonder what's next.
View 2 Replies
Nov 24, 2009
Using a bunch of the tutorials on this great site, I've been teaching myself AS, and inparticular the XML parse, etc. with the loop commands to load an ideterminate number of images, etc. attributed in an XML file.I've got the attached code to work before - and it works well here too, loading all the thumbnails in their correct location, and as per the XML file. BUT now it's part of this page, the 'current_thumb' seems stuck on the last thumbnail, and a rollOver of any thumbnail will cause only the last one to action. In addition, when I put the trace command in on the onRollOut function (trace(current_thumb_mc) I get "_level0.menu_mc.item3_mc" no matter which of the four tumbnails I rollOver.
//Initial P Value
p = 0;
//Project Information
//Assigning Information[code]..........
View 1 Replies
Jul 10, 2009
at the moment the menu buttons, called 'menu Items+ Number' I would like to replace this with thumb nail images and a little text description on the left side of the image. I am new to AS3 and really have no idea where to start with this.would someone beable to guide me through attaching an xml file with the script to the menu and then adding thumb nail images.I can not upload file example as to large but you can download the original menu from the above link.
View 0 Replies
Feb 27, 2009
This code is nested in the movieclip.
[Code]...
The problem is that, after several scroll, the event for "sb.thumb" cannot be removed. So, it always listening where the mouse on the stage move.
View 4 Replies
Feb 5, 2009
looking for a script that loads 6 logo image thumbs into a grid (randomly from folder), with each thumb having a rollover image and link.. Basically the logo area on this page : I have about 30 client logos in greyscale ( and colour version for rollover), and need to randomly load 6 logos at a time (or random individually) on a timer. oN RollOver. loads colour version of logo with link node in XML Something like...
[Code]...
View 3 Replies
May 6, 2009
The thumbs load on a grid and when I click on the thumb they load in the loader. Now I am having trouble removing them. The tutorial has the remove function on the loaded large image so when you click that it removes itself. I would like so that when you click on the a thumb the current image will unload and the thumb that is clicked on will load but can't figure out how to get it to do that. I figured I'd just add a CLICK listener for the "removeFull" function to the "callFull" function but I think it cancels itself out.
Here is the code I am using: (the code to load and unload is toward the bottom)
Code:
var columns:Number = 2;
var my_x:Number = 25;
var my_y:Number = 75;
var my_thumb_width:Number = 65;
[code]....
View 4 Replies
Jun 29, 2009
I'm having an issue with using a hitTest to make a thumb menu from an image gallery I'm working with move up and down. Basically I need to use a hitTest because there is a conflict with the other rollover functions in the menu itself that prevents me from using a simple onRollOver function. All I want to do is hide the menu until the mouse rolls over it then I want it to pop up then on roll out hide itself again. The gallery is part of a larger site that loads the gallery into the index page and has a full screen function so it needs to stay at the absolute bottom of the page just above the footer at all times. Here is the code I'm working with but think I'm over complicating it.
[Code]....
View 13 Replies
May 2, 2010
I found some code to create an XML based Flash gallery (I have lots of XML experience, not so much flash!) and modified it some to make the images show up exactly where I want them to on the stage. The problem I can't figure out is how to make the current image unload and the thumb that is clicked on load. Right now, the images just stack up on top of one another. I've searched all over to find a solution, but so far nothing I tried has worked. I haven't even gotten around to adding tweens to the gallery yet!
[Code]...
View 1 Replies
Feb 18, 2009
I'm all done working on my gallery for my website.I have one last question: Now that I have a working thumb gallery, when I look at my scene there is no main image that pops up until you click on one of the thumbs.Is there a simple action script I can add so that when the person opens or load the page the very first image of my thumbs can pop up automatically?
View 1 Replies
Apr 13, 2010
I am trying to create a picture gallery.. I can arrange the thumbs in the screen and when I click to one of them, it shows the bigger picture. But the problem is, I want the thumb to do something when the mouse is over it.
Code:
package {
import com.greensock.easing.Expo;
import com.greensock.easing.Cubic;
import com.greensock.easing.EaseLookup;
import com.greensock.TweenMax;
import flash.events.MouseEvent;
[Code] .....
When I use that tweenmax.to(this.....) part, all the thumbs act like one. I tried to change this to thumbs but I didn't work. How to convert all the thumbs to an individual image?
View 3 Replies
Jan 2, 2011
i want a thumb image to play an embed video in a specific location
View 1 Replies
Apr 18, 2007
i'm using a XML file fromwhich i load thumbnails and images into Photo Gallery.[code]The problem is all thumbnails acting as buttons even the empty thumb which hasn't image_path in XML?!
View 5 Replies
May 29, 2004
I m trying scroll pannnel to show image and dynamic text both in scroll panne but when i select dymanic text in text option it comes outer from scroll pannel but static text is coming.
show dynamic text also in scroll pannel.
View 1 Replies
May 29, 2004
I m trying scroll pannnel to show image and dynamic text both in scroll panne but when i select dymanic text in text option it comes outer from scroll pannel but static text is coming.
View 1 Replies
Nov 23, 2005
I been checking out the tutorials on this site, very nice indeed must say but i didnt find any for the issue that im stuck with, on how to load images into a scroll bar. Is it anything like loading external text into scroll bars at all?
View 3 Replies
Nov 10, 2009
Im making a website with a horizontal scroll and when I reach a certain point on the movie clip that im scroll, no images appear.
View 2 Replies
May 2, 2010
Basically I am trying to make a flash file where a person can see themself in a scene...
i take a photo from a digital SLR...these pictures are then saved to a folder via wireless transmittor to a folder....
All I want is to be able to scroll though the images on within a exe presentation like a slide show but I will mask in a foreground.
View 1 Replies
Jun 8, 2011
I have the following scrip below, where I call some images through an XML, and create a gallery that every 3 seconds it moves to left, passing the pictures automatically. But my images are of different sizes in width, the height is the same.
var dados:XML = new XML();
dados.ignoreWhite = true;
dados.load("xml/" + _root.xmlport);
[code]....
View 1 Replies
Sep 21, 2007
How would I scroll dynamicall loaded images. I would like to use XML but that not required.
View 0 Replies
Feb 5, 2009
I am building a "simple" xml image scroller. my scroller doesn't even have easing, it just needs to load the images via xml and then I want you to be able to scroll to the right and see more of them. There are only 5 images total, but on the site I'm working on they need to fit in a small area. My XML parsing code doesn't seem to be the issue as its pretty straight forward:
[Code]...
View 5 Replies
Jan 31, 2010
how to create a scroll bar with images that allow you to drag and drop from it.
View 0 Replies