Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




URGENT PLEASE HELP Zooming In On Pictures In Movies



Hi

Please can someone help me. I need to know how to zoom in and out of a picture within a flash movie.

Thanks alot

Rebecca



FlashKit > Flash Help > Flash MX
Posted on: 01-08-2004, 03:49 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Zooming In On Pictures.
i have a movie with a picture in it and when you click on the picture, i want it to zoom in and move to the side. i tried making a movie and just breaking apart the picture to make a tween. the movement is fine but when the picture starts to get bigger, the graphic size gets bigger but the picture itself stays the same size and is just tiled inside until it gets to the last frame and then the picture will get bigger.

i hope i am explaining this good enough. let me know if you have an answer, thanks

Josh

Zooming Pictures
Can anyone post me a small .fla showing me how to do this:

I have a .jpg and when you move the cursor over it & press on it, I want it to open up in a little seperate window with a close button in that window. I have an example of this on someone elses website can anyone tell me how to do what they are doing.

there is 3 little pics down the bottom of this persons site and when you place your move over them they say "zoom (+)". Does anyone knwo how to do this in the most easiest fashion.
Thank Q.

http://www.euromotorscorp.com/

Zooming Pictures
Can anyone post me a small .fla showing me how to do this:

I have a .jpg and when you move the cursor over it & press on it, I want it to open up in a little seperate window with a close button in that window. I have an example of this on someone elses website can anyone tell me how to do what they are doing.

there is 3 little pics down the bottom of this persons site and when you place your move over them they say "zoom (+)". Does anyone knwo how to do this in the most easiest fashion.
Thank Q.

http://www.euromotorscorp.com/

Why Is This Thing Zooming The Pictures?
Yes, Im new to Flash
I found a movie on the site, that Im trying to change to use in a little site of my own. Its called: John_Mar-FlashGur-1993. What Im trying to do is make the whole thing bigger, so I can put in bigger pictures, but when I try to that, the thing to zooms in on the pictures. And it just looks crappy.
Have a look here: http://www.thebeast.dk/test/
Anyone knows how I get that thing to stop zooming the pictures?

Cheers, FoZzI

Enlarging Pictures For A Zooming Effect
i would like to know how to enlage a picture and have the stuff taht goes over the boarders cut off for a zooming in effect.

[mx04] Zooming Pictures And Then Fading
Hello,

I'm trying to Zoom a picture in
Then Fade the same picture out
As another picture Fades in
& at the same, this picture that is fading in is moving to the left.

Below is my Zoom code which actually Works:


function zoom(clip, goal) {
clip.onEnterFrame = function() {
clip._xscale += (goal - clip._xscale)/41;
clip._yscale += (goal - clip._yscale)/41;
};
}
// usage
pic1.onEnterFrame = function() {
zoom(this,110);
};


But Then I tried to slowly fade in another picture over that first picture after that first picture zoomed in to a certain point:

if (zoom(this,110)) {
_root.pic1._alpha = _root.pic1._alpha - 25;
_root.pic2._alpha = _root.pic2._alpha + 1;
}

Of course that code doesnt work so I didnt try moving the picture to the left yet.

Also does it matter what layers these images are on to fade in and out since this is being done using actionscript and not tweening?

Can this also be done by using external images, which might work better?

Tweening of course would work very easy but the images stutter as they move and zoom in.

I appreciate any help you can give me.

Zooming Pictures And Flip Books
Hi everyone:
I'm looking for a component which could help me Zooming into pictures with good resolution. and a good flip book component whith maybe the same ability.

Any thoughts?

Thank you

Carlo

Zooming In And Out Of Pictures And Still Retaining Detail
click on the zoom+ the picture zooms in and loads and still retains detail is this just a fake way of loading a closer file or what?

http://niketown.nike.com/niketown/ca...uctGroup=73036

Zooming Movies - Ok, Maybe I'm Asking A Lot.
I don't know much about flash, but I have any idea for a single page on our web site.

I am a quick study so I'm hoping somebody can help me.

What I'd like to do is direct the user to our page, where they will see a picture zoomed WAY in, when they click on the image (as instructed) the picture will zoom out a bit, and some words will appear with more instructions to click again. At that point the picture will zoom out all the way.

I have opened flash for the first time a week ago and so far I've been able to create a motion tween from picture that I transformed and took it to it's original size. It play's fine. But I'm not sure if I am going about this the right way. Any suggestions in heading me in the right direction?

I have about a 1 week deadline and no budget... always the way right..

I have downloaded 4 examples of zooming files from the flashkit portion of the site. But now that I have them I'm not sure what to do with them.

See, I told you I was asking for a lot.

Thanks,
Tina

Flash With Pictures And Movies
Just curious what everyone thinks of using Flash
with images and movie clips. Have a client that wants
a show for a corporate event. This will be showing the history
of the company. Images and movie clips will be used.
Would you use Flash for this show or another application?

Yes I am a newbie at Flash and have often thought if this
is the correct app. to use.

Any suggestion would be greatly appreciated.

Editing Pictures/movies In Flash.
I am VERY new to flash. I was just wondering how to edit pictures and movies that I have imported, because when I try to paint over it, the paint goes behind it. Can anyone help?

Loading Exterior Pictures (jpg-png) And Txt Into Flash Movies
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I don't know how to do it, please help with action script if you can.

thanks,

-mike

Loading Exterior Pictures (jpg-png) And Txt Into Flash Movies
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I've tried the following actions on frames and a blank movie:

loadMovie("image01.jpg", "container");
container.play();

but it dosent work for me....agghhghhgh any suggestions?


I don't know how to do it, please help with action script if you can.

thanks,

-mike

Loading Exterior Pictures (jpg-png) And Txt Into Flash Movies
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I've tried the following actions on frames and a blank movie:

loadMovie("image01.jpg", "container");
container.play();

but it dosent work for me....agghhghhgh any suggestions?


I don't know how to do it, please help with action script if you can.

thanks,

-mike

?loading Exterior Pictures (jpg-png) And Txt Into Flash Movies
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I've tried the following actions on frames and a blank movie:

loadMovie("image01.jpg", "container");
container.play();

but it dosent work for me....agghhghhgh any suggestions?


I don't know how to do it, please help with action script if you can.

thanks,

-mike

Zooming In On An Image With Action Script Without Zooming The Entire Frame In
How do I zoom in on "1" image so its like 2x or 3x the normal size, but its only in that frame, like the entire stage wont zoom in, just that image will, and it will stay in a 546 * 281 format ?

Is this understandable?

Another example would be

(My image size is 546 * 281)

You click a button, it zooms in on the image, however everything else on the main frame does not move, just the image zooms in (still staying the same size)

Loading Exterior Pictures (jpg-png) And Txt Into Flash Movies Loading Exterior Pictur
I want to be able to be able to have genericly named pictures/text in my movie that updates when I UPLOAD new pictures and txt files...

I don't know how to do it, please help with action script if you can.

thanks,

-mike

Links To Pictures In Pictures?
hey

im new to flash, but a quick learner.
i came up with an idea for my homepage, but it seems rather hard to make for a beginner, so im asking for some help.

One of the homepage i manage, is a company where you can get riding tours. we have a route we use for each tour.
i figured out that showing the route on the homepage would be nice so people could have a look at where they are going.
now. the flash i need to make is... i have a picture of the route in jpg. in that picture i want to make small circles on the route so that when you move the mouse over the circle, a picture is shown another place on the screen, of the exact location on the route. so said very short. i need pictures to be displayed when the mouse is over a circle in a jpg file.
I hope you can help me.

Thanks in advance.
Suneee

Zooming In
I am trying to create a program that will allow me to zoom in on a diagram. I'd like to be able determine the location of the zoomed in area by where I click. Right now I'm adjusting the _height and _width of the movie but it's heading to the upper left hand corner. I'm putting this on an iPAQ and therefore I can't use the right click methods. What can I do?

Zooming
Ok i need some guidance please. I have a flash movie with 8 buttons and and an object ( lets call it a square) What i want to do is when the user clicks on a button i want the square to be zoomed in and stop so some content will be displayed. When the user clicks another button i need it to unzoom and rezoom to a different part of the square. What i cant get figure out is
1. After the first button is clicked it will zoom in, BUT how do i tell it to unzoom then resume to another part? Since each button zooms in to a differnt part of the square the unzoom will just be reverse of the zoom tween. So there are 8 different zooms and unzooms.

Im not sure if i made my problem cleared. Can anyone help?

Scott

Zooming
I have a problem: I want to zoom in and out a map with flash. How can i do this. I have done it with _xscale and _yscale but it does not work correctly. Can Anybody help me?

Zooming In......
What I am trying to do is a Christmas Card for my company. I have a snowman that comes onto the stage and I want to zoom in on his face and get rid of the some of the background. I was wondering if there is a way that I can zoom in on part of the stage and keep it part of my movie?

When I try and create a new image that makes a close up on the snowman's face, it kills the clarity of the image and would be a lot of work.

Any suggestions?

Help With Zooming In
OK, I just have a normal picture, how do i zoom in on a portion of it?

Zooming...
I'm sure most people have seen Flash movies with zooming.... example, an object gets bigger than returns to its original size....
Does anyone know how to do that....

Zooming
Hi all,
I'd like to zoom into an image which has many different layers, some starting in different places.
I'm using the scale tool to give the impression of zooming, however, I can't seem to get all the layers to scale at the same time. I've tried using 'select all' and multi frame editing, neither seems to work. How can I zoom in and then later on Pan around the image?
Thx in advance..
Matthew

Zooming In/out
Hi...to start things off, not only am I a Flash newbie, but also a forum newbie. Yep, I've never posted anything on a forum before...but I figured I'd give it a shake. I'm trying to create a movie in which the camera effect zoom is crucial...the most important instance of this is a scene in which an all-black background zooms out and actually becomes the eye of a stick figure. I can't find a tutorial on how to achieve this zoom-y effect, but I'd be much obliged to anyone who can give me any tips. Thanks ever so much.

-Alex Flash 5

Zooming
I noticed you can zoom in on the menu in flash... is there a way to access this thru Action Script?

the only other way I can think of implimenting zooming in my movie is to scale the movie clips (which I don't wanna do as this means LOTS more as for lots of other movie clips!)

I have a map movie clip, on that map I have duplicate movie clip pointers. If I were to scale the map the pointers need to stay in thier relative positions on the map movie clip.

Any one played with zooming?

Please help me obi-wan you are my only hope...

thanx Spyder

Zooming
I've noticed that some people zoom into certain objects in their movies, and I was wondering whether there was a way to zoom in like this or are they just enlargening the object to make it look like its beeing zoomed in to?

Zooming
is zooming in, just making the picture bigger with tween??

Zooming In And Out A Swf Using AS Or Anything
Hey I was just working on trying to zoom a flash movie using JS but cant seem to get it and it is driving me nuts any of you guys know how I can zoom in and out on a movie using action script. I know I asked 2 questions in a row please forgive me.

Zooming
I will let you know when it is up and running! It might take me a while to figure it out!!!
I may have some more questions for you if that's OK.
Thanks!!!!!
jenzee

Zooming In And Out
this is probably a beginner question but I have been unable in finding the answer so I was wondering if yall could help...
I am trying to make a movie where I am zoomed in on my subject and then zoom out to reveal the scenery ........how is this accomplished?

Zooming ?
what is the best way to zoom in /out the entire main stage?
i mean centered zoom in/out

i need a button that zoom in everything there is on the stage on press and zoom back out on release

can anybody help ??

thanks

ps i post this on the game forum too
i dont know if this is all right if double posting on 2 different forums is wrong please let me know
thanks

Zooming SWF's
Hello there..

Does anyone know any code which stops people right clicking on your swf.. and zooming in ???

thanks..

How Is This Done - Zooming Etc
Does anyone know how this site intro for the movie "The Hours" was made? www.thehoursmovie.com
It gives the appearance of a video, it zooms, fades to give the impression of motion. How do they do the zooming to closeup of the images? I really like the effect.
If anyone could help/advise - it would be great! I've searched the tutorials but can't find one that shows how to do this.
Thank you.

A Little Help With Zooming Please :)
I'm doing a little animation for my new site creamedgeezer.com, in the animation, can i make it so when you mouse over aquaman, it zooms up on his butt, for disturbing booty shaking action? any help would be much appreciated.

Thanks,
Jeff

Zooming In And Out
Anyone seen www.sofake.com? I've figured out how to zoom in like that, but what I'm having trouble with is zooming back out. How'd they do it?
Thanks,
Chris

Zooming
I am creating an interactive map in flash. I want to be able to zoom in, zoom out and basicly be able to have a user comfortably browse the map. The map is no larger than 4 total 600X800 screens if even that. What are some ideas for implememnting these controls? I have never done something like this but have a decent understanding of flash. I use Flash 5.

Zooming In
Well im in the process of making an awesome movie, but i have come to a halt for one reason, i'm not sure how to zoom in properly.

I no it should be just an easy thing like tweening the image to a larger size or somethin but heres my problem.

I have 4 layers in the scene, one is background, 2 are props and one is my person.

No im wanting to zoom in on my guys face so he can say something, so is there a way to enlarge all the layers at the same time to the same size

Zooming In, Out And Pan
can anyone please help coz ive been trying to figure out how to zoom in, out and pan on an object. visit this site so u could see what am trying to do http://www.customatix.com/static/cat...orfn_home.html
am trying to make something thats similar to this.

Zooming...
Is it possible to zoom to a certain position in the movie, i have a larger image and i want to be zoomed into the logo on it to make it look like its just the logo, then when its loaded(i can do that) make it go to 100% to show that the logo is part of something bigger. Possible?

Zooming In
I created a button, and what I want to do is to have the clip automatically zoom in on that button without prompting the user to move the mouse or click, I just don't know how to do it.

The closest I have come so far is this

zoom.onRollover = function() {
zoom._xscale+=10;
zoom._yscale+=10;
};


Can anyone help?

Zooming
Hi, I'm new to flash and I was wondering if someone could teach me how to zoom in on a scene, I can't seem to find a crop feature, and I was wondering if there was some sort of action script or some button that allows you to zoom in on a scene. Thanks for the help.

Zooming In, Zooming Out
How to disable zooming?

Zooming In
(Using Flash MX 2004)

I know when a .swf is viewed on a web page if you right click on that you have the option to zoom. Is it possible to tie this zoom feature into an actionscript command? I want the movie to zoom in when the user presses the up arrow on the keyboard.

Zooming In?
I'm starting a new project thats sort of a visual representation of the last few years of my life. During the preloader, a house is shown in the background. As soon as the play button is pressed, the scene of the house will first pan down to center a window, and it will then zoom in on the window and fade to black, and a scene inside that room will begin. Can anyone tell me how to make the camera zoom? And while we're on the subject, can anyone tell me how to make it fade to black? I think you make a tween and make the frame at the end of the tween just all black, but I'm not sure.

Zooming
I have a vector image with multiple hotspot to which i want to zoom to when they are clicked. I don't want to do it with tweening. Actionscripting is ok but how do i get it do zoom to a specific part of the image and back out to full size? Do I have to change the registration point somehow?
Any help gratefully apreciated.

Zooming
Hello, im having troubles trying to think of a way to zoom into a certain area of the movie.

What i want to do is figure out a way how i can have the main movie (_root) zoom into something, like for a example, zoom into a character in an animation and show him more close up. But with no clicking attached, it does it when it hits a certain frame.

Can you guys help me find out everyway to do this, wether its action scripting or other thanks..

Also I have an example of what i mean here..

What it is, is a background with a flyer on it beside the door, can someone edit it and zoom onto that flyer? Thanks I will appreciate it.

-Electro

Zooming Map
i have sheached the boards and tutorials on this and can't find any thing like what i want. what i am trying to do is where ever the user clicks on the movie clip it will zoom in on that area and on the second click it will zoom out. i have got the zooming working and i have my area of interest centered in the screen but its just the getting the clip to ease between the zoom out pos and zoom in pos. i have have attach my fla so you can see where i am at

code:
onClipEvent (load) {
scale = 0;
lastScale = -1;
scaleSpeed = 10;
homeX = _x;
homeY = _y;
maxScale = 300;
}
onClipEvent (enterFrame) {
_parent.tellClipsToMove ();
//
if (scale) {
_xscale += (scale * scaleSpeed);
_yscale += (scale * scaleSpeed);
if (scale == 1) {
_x = homeX - (Click_x * (_xscale / 100)) + (Stage.width / 2);
_y = homeY - (Click_y * (_yscale / 100)) + (Stage.height / 2);
} else if (scale == -1) {
_x = homeX;
_y = homeY;
}
}
if (_xscale == 100 || _xscale == maxScale) {
scale = 0;
}
}
on (release) {
Click_x = _xmouse;
Click_y = _ymouse;
crosshair._x = _xmouse;
crosshair._y = _ymouse;
if (lastScale == -1) {
scale = 1;
lastScale = 1;
} else {
scale = -1;
lastScale = -1;
}
}

Copyright © 2005-08 www.BigResource.com, All rights reserved