How To Morph One Photo Into Another
Jun 7, 2009How to do a simple photo morph in Flash CS4? I have image 1 on keyframe 1, and image 2 on keyframe 25, but aren't sure what kind of tween is required or what to do with the tween.
View 3 RepliesHow to do a simple photo morph in Flash CS4? I have image 1 on keyframe 1, and image 2 on keyframe 25, but aren't sure what kind of tween is required or what to do with the tween.
View 3 Repliescurrently I have the pictures just fading, but before it fades to the next picture it fades from a blank screen and not from the previous picture that was displayed.This is the code I have currently:
switch (buttonWanted) {
case "b1" :
imageLoader.load(new URLRequest (subImageArray [Number(e.currentTarget.name)-1]));
[code].....
Trying to get a square to change to different shapes when you select a button from the menu, it changes from one size to the next. Can anyone help me find a way to get this done, I am more on the designer side of the board but trying to do the back ground work. It need to change shape back and forth no matter which button is selected, without it looking like there is a hitch in the morphing of the square
View 8 RepliesI want to morph a picture into a text using a shape tween.
View 1 RepliesI'm wondering if anyone has experience morphing an object from one skin/image/etc to another?What I want to do is have an icon morph into another image went it goes into a dragging state. Much like how icons morph into their widgets when you add widgets to the mac dashboard. Any way to get this to work would be helpful, including using the Flex 4.5 sdk or an external library for Actionscript.
View 1 RepliesIm unsure if this is possible, but I'm looking for a way to distort a rectangle to become a curved shape,So far I can do this through using a variety of masks and blends, to create the illusion, but the as the shape isn't really distorted. Thus artifacts in the image are not distorted.
View 8 RepliesI'm trying to morph image captured through a webcam. The webcam snapshot part is already working but I still have no clue on how to do the morphing part. Can anyone point me to a tutorial (or kindly post code sample) on how to achieve image morphing using flash actionscript 3?
View 5 RepliesI need to make an application similar to this gamewhere the user is able to upload his photo and modify it.(similar to Liquify in photoshop
View 2 Repliesits 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]......
I found the tutorial by Kirupa
[Code]...
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
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].....
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 RepliesJust 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 RepliesI want to make a .swf that imports a jpg from a remote server.I'm able to do that with this code (actionscript 2)[code]...
After the jpg is shown, I want it to make some actions in a repeat. The thing is that every time the movie clip repeats, it needs to extract the jpg again, thus making a delay of 0.5 sec or so.
how to cut out a section of a photo use for flash?
For an example I am trying to build a script where a user can change the color of a roof of a house. So If I take a picture how do I trace it or draw it where I can then make copies of it in different colors for people to pick a color and then make an action where the roof will change to that selected color.
I can't seem to get the XML photo gallery to work in any mac browsers.
is there a fix for this?
How do I fade a photo in as an animation? I'm working in CS4 on a Mac.
View 2 RepliesI have got a free swf flash photo gallery of the internet. using dreamweaver cs4 to install the swf file,the file plays on my local browser but only some of the master images display on the live internet gallery. the navigation icons do notcan not figure out where the problem lies, is it in the flash code or the structure of the files in the directory. I have no idea
View 1 RepliesThe problem is that im trying to add a premade photo gallery to my fla with CS5 i have three files swf/xml/photo folder.which one should i add to my fla all three files are in my root folder.
View 1 RepliesI have to create a website banner intro. So what i want to do is that the picture (470x269) so I want to start with a close up on this person face up close and then fade back into the whole picture.
View 2 RepliesDoes anyone know of a easy to install photo gallery. I'm assuming it would have to be flash. I want to implement it on my own site. I am looking for the one that is thumbnails,and when you click a thumbnail, it expands and you can navigate through the other photos.
View 3 RepliesOn the site we need to implement a mark on the photograph. By type as in facebook. It is desirable but not necessary that the selection of the object was not the rectangle, and polygon. There is a ready-realization? It does not matter what technology to use php, flash, and other, exotic but not necessary:)
View 3 Repliesmy real goal is "to send the selected photo name"; now my problem is that to get the selected photo value. How to get it?
View 1 RepliesAs a school project I am trying to creating a flash website that links to an xml file. The xml file works perfectly however I am now trying to display a photo in flash through the xml file.This is the part of my xml file:
<?xml version="1.0" encoding="UTF-8"?>
<cinema>
<film>[code].........
This is the bit I am stuck on, what should I put here.
} else if (filmElement == "photo") {
photoText.text = cinemaInfo[i].firstChild.nodeValue;
}
I'm trying to put jpg, or gif picture in to the movie clip. here is the code:
[Code]...
it doesn't work always for jpg and for gif it's not working at all.
I found this site and I like the transitions between the photo's. how to make such an effect! Is it done with masks? or......?
View 14 Replieshow I can make the following code dissolve into another photo?
[Code]...
I've just completed the "photo gallery using XML and Flash" tutorial, but i've managed to get stuck uploading my own images. The tutorial shows you how to place images from the internet into the gallery, but doesnt tell you source images from your own hard drive.
This is the XML code >
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>
[Code]....
** I basically want to put the gallery on a CD so i can give it to someone, and i wanted to source images from the same folder as the actual gallery itself.
Anybody knows create dynamic photo gallery same as http:[url].....
View 4 Replies