ActionScript 2.0 :: How To Use Same Photo For Small And Bigger Picture
Apr 29, 2004
I have a dynamic gallery of images with a small picture that you click on that loads a bigger picture. I would love to be able to just have one photo that loads into the bigger mc and also the small mc. right now what I am doing is making two size photos a small 47x47 and a large141x141. How I can use the same photo for both mc's. If that works will it make the small photos take forever to load since their sorce is a large photo?
View 5 Replies
Similar Posts:
Nov 6, 2006
I am wondering what that effect is called or how to achieve it where let's say I have 6 squares, 3 on top, 3 on the bottom(2x3 matrix) and where if I click one, it gets bigger, and all the other ones get smaller. The problem here is the how they get bigger. If I click the middle square in the top row, it should stay in it's position and grow where as If If I click the bottom right one, it should grow towards the far left side. I'm guessing the registration point needs to be changed dynamically?
View 3 Replies
Mar 4, 2009
I am using a logo in .png form. I would like to have the logo very small at first and then get bigger frame by frame as it goes down the timeline. I created a keyframe on frame 1 and then another keyframe on frame 40. I then made the logo on frame 1 a small size, and I have the logo on frame 40 a large size. I am not sure how to tween them to produce the effect. It won't let me select the "shape" tween. I tried "classic" tween and motion tween (makes you convert to symbols), but no dice.
View 8 Replies
Jul 29, 2009
I don't know what Flash calls this type of action - if I did - I'd know where to go for help or what to ask for.So is this a button, a movie?
View 2 Replies
Jul 13, 2009
[URL] how I could make it so when clicking on one of the pictures I got a big picture in a new window?
View 2 Replies
Jun 12, 2009
When I rollover my thumbnails I want it to load the corresponding version of a bigger picture, which is stored in the name property of each thumbnail. This works but the problem is i also want to, when clicked, goto a URL adress. But now the name property already have the path to the big version so I cant put the URL-path there. So how do I make each thumbnail find the "big version" and the url-path?
Code:
//thumbnail picture
thumb_Loader.load(new URLRequest(xmlList[i].attribute("thumb")));
//thumbnail BIG picture
thumb_Loader.name=xmlList[i].attribute("source");
View 3 Replies
Jun 21, 2009
I want to make a list of things, when I move the mouse over an item, a small picture appears next to it. when I click on an item it sends me to another scene _page_ within the flash.
View 3 Replies
Apr 29, 2004
i sort of asked this before but never got a clear responce to it. this is sort of a two part question. one i have a dynamic gallery of images with a small picture that you click on that loads a bigger picture. I would love to be able to just have one photo that loads into the bigger mc and also the small mc. right now what i am doing is making two size photos a small 47x47 and a large141x141. does anyone know how i can use the same photo for both mc's second question. if that works will it make the small photos take forever to load since their sorce is a large photo?
View 5 Replies
Oct 13, 2011
I'm making a small Flash game, which is rotating rings in an image to create a coherent picture. Think of the puzzles in Assassins Creed.I have three scenes set up, one with the puzzle, one with a fade to white transition, and one with a congratulatory screen.
I have this code to check if the orientation of the rings match, but I'm really new to actionscript so I'm not sure if it's right or not.
function orientationCheck()
{
if (center.orientation == 0 && ring1.orientation == 0 && ring2.orientation == 0 && ring3.orientation == 0 && ring4.orientation == 0)
[code]....
Unfortunately it keeps playing through the movie and not giving the player time to solve the puzzle.
View 9 Replies
Aug 27, 2011
I've an app which has requested for the "user_photos" permission. I've been trying to get the picture data with a photo id. eg. [URL] but I keep getting the error below:
"type": "OAuthException",
"message": "A user access token is required to request this resource."
What I'm actually trying to achieve in the end is to retrieve the cover_photo of every album a user has. I'm using the AS3 Facebook API's Facebook.getImageUrl(id) function - which is working well with profile pictures - but not this.
View 1 Replies
Jan 16, 2011
How can I do an animation like in the attachment. There are four stages. Every picture shows the next stage of the animation. So I want a picture to lighten from the middle to up and down equally.
View 1 Replies
Jul 2, 2011
I've been trying to figure out a way to add a transition script to my existing AS2 code so I can make my MC (picture) transition each time a new photo is called. Using Flash CS4 and calling images through an XML document. The code works perfectly right now, except it only uses the "fade alpha" technique as an image transition. I need to use a different transition method. I prefer something a little funky if possible, but ultimately I need something like the built in "Blinds" compnent to work. Here is the current code:
[Code]...
View 13 Replies
Aug 18, 2008
how to incorporate a link from the picture thumbnails of the photo gallery so that when the user clicks on the thumbnail, it may link to another part of the same website or to an url.
View 1 Replies
Feb 25, 2010
I need to create a photo viewer like this one: [URL] You can see that if you zoom in a picture it will start download from a server for a better quality one.
View 1 Replies
Aug 26, 2009
i would like to know, is it possible to go to a other website (url) if i click on one of the picture in the tutorial "3D Photo Panals)? What is the command for this? It doesn´t work with TweenLite. I would like to have the same tutorial, but with buttons. Is this possible?
View 3 Replies
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
Mar 22, 2003
I recently used the loadMovie action to load a .swf file to a target in the movie which it was being called from. Then I tried calling a picture to another target in the movie, but it did not load the picture as intended. I read about it on my book, but it didn't seem to work. Is there anyways on calling a picture into a target in the movie without placing the picture inside an swf file?
View 7 Replies
Jan 5, 2005
I have just been to a really nice website that has some really nice use of Flash on it.... I'm totally wowed by the resizing picture effect though? When each picture loads the loading frame resizes to the new picture size.
View 3 Replies
May 12, 2010
I am trying to build a site that would give users the ability to upload a picture to a picture frame on my site. I would like AS3 to dynamically re-size, and upload the file from an upload bar under the frame.
View 1 Replies
Jan 5, 2005
I'm totally wowed by the resizing picture effect though? When each picture loads the loading frame resizes to the new picture size.It must be some sort of actionscripting but how is it done?
View 3 Replies
Oct 2, 2011
I how that any Can help I have a Picture that I want To destroy it As someone break it as a glass and then something made it go back as she was
View 1 Replies
Dec 7, 2010
i got five images, and five buttons, every image has a color, and lets say we start at the red one. When i click the the green button i want the green image to fade in.. i fugured out a way to do this on the timeline, but then i have to have a black box first fading in to remove the old picture and then start fading in the new picture..
View 2 Replies
May 27, 2011
I made a simple picture slideshow with a timer, prev/next buttons, pause/play buttons and jump buttons. Everything went good so far.Now i'm trying make every picture go to a URL when the picture is clicked but only the link on the first frame goes to the URL when clicked the other 5 buttons do nothing when click.(FYI: I made alpha 0% buttons in a layer above pictures)I tried two different codes but both have no effect.
as layer
Code:
stop();
var nextImage:Timer = new Timer(3000);
nextImage.addEventListener(TimerEvent.TIMER,playNext);
nextImage.start();
[code]....
View 1 Replies
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
Aug 26, 2006
I found the tutorial by Kirupa
[Code]...
View 2 Replies
Jun 18, 2009
is some thing like i have a menu as the background, then if i click the picture, another menu rollover the background picture covering ard 40% of the background.any1 can lead the road for me >< me jus start learning AS3 ><
View 3 Replies
Mar 22, 2010
Are there any examples of Flash + Javascript libraries which allow you to display a variable-sized Flash movie in your page that captures Webcam snapshots (still frames), and submits them to your server in a JPEG format?
Currently I know of: jpegcam
View 2 Replies
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
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
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