Zoom Slider
hello,
can someone help me out:
basically, I need to make a slider that zooms a movie clip . i know its fairly simple, but so far the stuff i've found out there works as zoom "buttons"... i'd like the zooming to happen on a slider (smoother zoom)
...does anyone know of or have any tutorials lying around? or can you direct me to where i should look to find the information?
thank you!!!
FlashKit > Flash Help > Flash ActionScript
Posted on: 07-18-2005, 11:23 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Zoom Slider - Somebody Please Help
Hi there.
I've posted the same question last week, and have spent a week researching. I just don't know how to do the following:
I have a draggable movieClip slider, when I drag it up I want to increase the _xscale and _yscale proportionally of ImageMovieClip and when I drag down I need to decrease the imageMovieClip proportionally back to 100%.
I was looking at using a loop, but that doesn't seem to be the way.
I can scale a movieClip by say 10% using setProperty by clicking, but how do I keep repeating the action until a certain % is reached, while dragging in a certain direction.
I'm baffled! and would really appreciate some help here.
Thanks
Guy
Senocular Zoom Slider
I hear that senocular has posted a zoom slider fla or tutorial but can not find it...can anyone help me out or link something similar?
Creating Zoom Slider
I need some help creating a slider that controls the size of my movie clip. What i've got is a movie clip that can be moved around the screen. I found the code to do this here:
http://www.purephotoshop.com/article/121
I also have a slider that goes up and down. What I want is for the slider to control the size of my draggable movie clip. I'm not sure how to go about doing this. Here's the page i'm using it on:
http://dichiarafamily.com/familytree.php
All I need help with is setting up a function to make my ball movie clip get bigger and smaller as the mouse moves up and down the slider, but still allowing for the user to move it around the screen. i've got a reset button in case it gets off screen.
These are the functions for the slider:
CODEzoomslider.onpress=function(){
zoomslider.startDrag(false,11.1,23.3,11.1,108.3);
d=1;
};
zoomslider.onrelease=function(){
stopDrag();
d=0;
};
Zoom Slider - Am I Totally Retarded?
Okay, I feel really stupid but I just can't seem to fix this. I created this zoom slider originally in a vertical position. I then decided it worked better in a horizontal position so I changed all my "_x"s to "_y"s but it is sliding in the opposite direction I want it to go! I feel like I tried everything to fix it but obviously it ain't working. Why does Flash torment me so?
little help people?
Using The Slider Menu With The Zoom Effect Functionality
This is what I would like to get accomplished. To complete my Gallery page, I would like to use the Slider menu effect to display various items on stage. Once an item is selected, it will load the Zoom effect in the center of the Gallery, which will display a close up view of the item with the Zoom functionality. My problem is that once the Zoom SWF is loaded, the functionality doesn’t work. I can drag the object around but the objects zoom features are disabled for some reason. Is this a common problem when SWFs are loaded within other SWFs? Or is it just me! Attached are my files that work perfectly fine alone but when incorporated together I get a completely different effect.
Note: The Mymenu2 file only uses the first box to the far left as a button which loads the zoom effect.
Control Slider, Zoom, On A MOVIE_mc, (not An Image_mc)
Hello everyone out there,
could someone tell me if this is even possible:
I have an EMBEDDED movie (with a timeline) that is controlled by a slider.
Question:
Is is possible to create a zoom in/out tool (ie. button) that would be able to detect the FRAME that it is currently on and ZOOM in on it?
- could you then: make the ENTIRE movie "zoomed in" as you use the slider to control the timeline until you "zoom out" ?
- i have the slider working nicely. I just don't know how the zoom tool could fit in all of this. I understand how it would work with an image, but not with frames in a movie. Can someone help me? I realize this might be some sophisticated math equation involved that is way over my head. So far I've found things about "pan and zoom" but that's not exactly what I want to be doing.
HELP!! anyone?
existing tutorials, or strategies are welcome!!! THANKS in advance!!
miss_bono
Make Pics In Slider Zoom And Center
hi @ll
i've got a big problem with my movie slider! i want the slider to zoom and stop. it already works fine, but my scripting is too bad to define that a clicked button zooms into the middle of the page. that means, if i press one of the buttons, the slider should zoom and in the end the clicked button should be centered.
i had too define that if i click the button the slider moves on till this button is centered and than the whole slider should zoom, i've already tested everything but i just can't make it work
heres the fla:
http://mitglied.lycos.de/thunderrace2001/help_1.fla
thankx very much for help!!!!
Make Buttons In Slider Zoom And Center
hi @ll
i've got a big problem with my movie slider! i want the slider to zoom and stop. it already works fine, but my scripting is too bad to define that a clicked button zooms into the middle of the page. that means, if i press one of the buttons, the slider should zoom and in the end the clicked button should be centered.
i had too define that if i click the button the slider moves on till this button is centered and than the whole slider should zoom, i've already tested everything but i just can't make it work
heres the fla:
http://mitglied.lycos.de/thunderrace2001/help_1.fla
thankx very much for help!!!!
Slider To Scroll Thumbnail Mc W/ Buttons Inside...onRollover Text Moves With Slider
I'm using a slider to scroll a movieclip made up of thumbnail images that are buttons. When I put my mouse over each button, I want it the image to change from black and white to color, and for a text description to appear in one fixed location on the main stage. Right now the image change to color is working, and the text appears as well, BUT the text scrolls as well, since it's within the scrolling movieclip. I want the text to appear static at a fixed location of: x=-947 and y=65. HELP!!!
It should look similar to: http://www.ehdd.com
Here's my code:
for my movieclip:
onClipEvent (enterFrame) {
_root.scrollMC._x = -.295*(_root.slider.b);
}
for my slider (set to scroll along "path"):
on (press) {
startDrag(this, false, 4, 270, 802,270);
}
on (release, releaseOutside) {
stopDrag ();
}
onClipEvent (enterFrame) {
a = new Object();
a.y = this._y;
a.x = this._x;
_root.path.globalToLocal (a);
b = int(a.x*2);
}
Slider In Reverse - Typed Text Makes Slider Move...help?
http://www.kirupa.com/developer/mx/slider.htm
Great tutorial...thanks by the way
But I was just wondering if anyone knew how you would go about doing this kinda in reverse? In that you type the percentage number in the text box and the slider moves up to that number?
Thanks in advance for your help
A Simple Zoom From Senoculars Advance Zoom-and-pan Script
Hi guys,
I've tried to modify the zoom script on senoculars website to a total simple zoom function.
http://www.senocular.com/flash/source.php?id=0.76
I want to use the slider, but without the pan-function and zooming in on different places on the main window.
Only thing I need is the slider to zoom in on the center of my main movieclip. I need to have a max. and min. _xscale and _yscale...
Can anybody help me out here... It should be pretty simple, but never used the slider thingy before, so I'm all lost here...
thanks
Zoom Large Image (Stream Enlarge) W/ Pan & Zoom?
I have been scouring google looking for more information on how to zoom large map images with pan functionality.
I found one example of EXACTLY to a T of what I need http://www.veer.com/zoom/
Does anyone know where I can find more information as to the process of loading scaled images on the fly when zooming or what the process is called so I can find the information?
I need to get this working TODAY but have no idea what I am looking for. The map that I am using is quite large, and scale zooming will not do.
Thanks in advance...
Slider Menu - Resize Slider And Change Btn Color
Hi there,
I am using code from http://www.kirupa.com/developer/mx20...ith_slider.htm. and
I found how to make slider smaller or bigger in this forum but I don't know what wrong of my buttons. The width of the slider is not same as all buttons. It looks smaller and on the right more.
Actually, I would like to make the same slider menu at <A href="http://www.grouplotus.com/grp/">http://www.grouplotus.com/grp/. Their buttons can change color even mouse out. Could you or someone else can teach me how to do that?
my flash file
http://www.halfuncorner.com/flash/btn.swf
http://www.halfuncorner.com/flash/btn.fla
many thanks,
jo
Button Mouseover (zoom-in) Mouseout (zoom-out).. How?
OK, here's what I want to do, I have searched and not found anything on it.
OK, I have a button, and when the mouse goes over it, it snaps closer REALLY fast and has kind of a bouncing effect in and out until it finally comes to a complete rest.
Upon mouseout, it should go back to normal size... and before it comes to a stop, it has a little zoom-bouncing effect a well.
Can anyone help me?
Thanks a lot mates!
I Want To Make A Map That Can Be Zoom In , Zoom Out , Drag And When You Click Any Loc
hi .. Anyone ! I have a problem in my Flash Actionscript 1.0 , I want to make a map that can be zoom in , zoom out , drag and when you click any location in the map for example you can see this site.>> click on this link ::
,http://www.enjoyshanghai.com/2007big...id=1&childid=1
Hope you will help me for this, I really appreciate your kindness if you help me. Thank you and God Bless .. Attached file is the zoom.fla samples of my work and i want to be like enjoyshanghai/venue finder map..
Anyone could help...plllzzz
Zoom In And Zoom Out But No Loss In Resolution Of The Image
Hi there,
I am currently in the process of making a flash movie. In the first section of the movie I have three scrollers and there are buttons beside these scrollers to choose which components of the scrollers he/she wants.
Below these scrollers I have a button directing to the next page to see the sum of the three scrollers ie. the final result.
The final result image is rather small and I want to allow the user to see the image in more detail.
I have a zoom piece of code and it doesn't seem to work for me.
Can anyone help me out on this please?
Thanks
Zoom In And Zoom Out But No Loss In Resolution Of The Image
Hi there,
I am currently in the process of making a flash movie. In the first section of the movie I have three scrollers and there are buttons beside these scrollers to choose which components of the scrollers he/she wants.
Below these scrollers I have a button directing to the next page to see the sum of the three scrollers ie. the final result.
The final result image is rather small and I want to allow the user to see the image in more detail.
I have a zoom piece of code and it doesn't seem to work for me.
Can anyone help me out on this please?
Thanks
Fade Slider Not Image Slider HELLLP
i am trying to bulind a slider to fade btween 3 image Image 1(Past0, Image 2 (Present), Imag2 3 (Futher)
info
Image 1 is Constant as it is the base layer
Image 2 is Variable inatly set at 100% Alpher (middle LAYER)
Image 3 is Variable inatly set at 0% Alpher (top LAYER)
i want the slider to star off in the middle posing an image 2 100% and image 3 is 0% and when the slider moves left Image 2 alper will go down revlling image 1, and when the slider moves right i want Image 2 to remain a 100% and image 3 to go from 0% to 100%
can any on help
thanks blue
Slider Wont Work For My Menu Slider
i tried following this tut on a menu slider http://www.kirupa.com/developer/mx20...th_slider2.htm, but I cant seem to get the slider to work, whenever I test the movie the slider just slides to the left corner and than doesnt move after that. anyone know what is going on or have any advice??
i posted my swf file to show you and then the fla file if anyone actually wants to see everything.
Im kinda new to flash so I obviously dont know what is wrong. Any help would be very appreciated.
Slider Menu - Resize Slider And Btn Color
Hi there,
I am using code from http://www.kirupa.com/developer/mx20...ith_slider.htm. and
I found how to make slider smaller or bigger in this forum but I don't know what wrong of my buttons. The width of the slider is not same as all buttons. It looks smaller and on the right more.
Actually, I would like to make the same slider menu at <A href="http://www.grouplotus.com/grp/">http://www.grouplotus.com/grp/. Their buttons can change color even mouse out. Could you or someone else can teach me how to do that?
my flash file
http://www.halfuncorner.com/flash/btn.swf
http://www.halfuncorner.com/flash/btn.fla
many thanks,
jo
Zoom In - Repeat/delay Zoom?
I'd like an effect where after my preloader finishes the countdown, a static image which was part of the preloader zooms in to a much larger version.
That, I can do.
But what I am having difficulty doing, without frame by frame animation, is what I *really* want. That is, as it zooms in and slightly moves to the side, an 'echo' image or three are shown in its wake. I hope you know what I mean, since I am unsure how best to describe it. I'll try anyway.
Basically, the main image scales up from 10% to 100%, moving from center to stage left. As it does so, every 5th or 10th frame is frozen for a moment, while the main image continues to scale and slide. This would create an after-effect or 'echo' image just behind the main image.
Any suggestions on how to do this with the least amount of manual work?
Thanks!
Adapting Zoom Code To Use Zoom In And Out
i am using my code at the minute whereby when you click a button it activates a cursor and a function which allows you to click 3 times and with every click it zooms in. but i then want to be able to click a zoom out button which activates a different function whereby you can click 3 times dependant on the state.
below is my code
Quote:
import fl.transitions.Tween;
import fl.transitions.TweenEvent;
import fl.transitions.easing.*;
import fl.motion.MatrixTransformer;
{
const TWEEN_IN:String = "tweenIn";
const TWEEN_IN1:String = "tweenIn1";
const TWEEN_IN2:String = "tweenIn2";
const TWEEN_OUT:String = "tweenOut";
var tweenDirection:String;
var internalPoint:Point;
var externalPoint:Point;
var tw:Tween;
zoomBtn.addEventListener(MouseEvent.CLICK, activateZoomIn);
function activateZoomIn(event:MouseEvent):void
{
mapContainer.insideMap.addEventListener(MouseEvent .CLICK, zoomIn);
mapContainer.insideMap.addEventListener(MouseEvent .MOUSE_MOVE,redrawCursor);
function redrawCursor(event:MouseEvent):void
{
Mouse.hide();
mapContainer.zoomInPointer.x = mapContainer.mouseX;
mapContainer.zoomInPointer.y = mapContainer.mouseY;
}
function zoomIn($e:MouseEvent):void
{
mapContainer.insideMap.addEventListener(MouseEvent .CLICK, zoomIn1);
mapContainer.insideMap.removeEventListener(MouseEv ent.CLICK, zoomIn);
internalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
externalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
tweenDirection = TWEEN_IN;
tw = new Tween(null, "", Strong.easeOut, mapContainer.insideMap.scaleX, 2, 1, true);
tw.addEventListener(TweenEvent.MOTION_CHANGE, _syncScale);
tw.addEventListener(TweenEvent.MOTION_FINISH, _cleanTween);
}
function zoomIn1($e:MouseEvent):void
{
mapContainer.insideMap.addEventListener(MouseEvent .CLICK, zoomIn2);
mapContainer.insideMap.removeEventListener(MouseEv ent.CLICK, zoomIn1);
internalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
externalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
tweenDirection = TWEEN_IN1;
tw = new Tween(null, "", Strong.easeOut, mapContainer.insideMap.scaleX, 3, 1, true);
tw.addEventListener(TweenEvent.MOTION_CHANGE, _syncScale);
tw.addEventListener(TweenEvent.MOTION_FINISH, _cleanTween);
}
function zoomIn2($e:MouseEvent):void
{
mapContainer.insideMap.removeEventListener(MouseEv ent.CLICK, zoomIn2);
internalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
externalPoint = new Point(mapContainer.insideMap.mouseX, mapContainer.insideMap.mouseY);
tweenDirection = TWEEN_IN2;
tw = new Tween(null, "", Strong.easeOut, mapContainer.insideMap.scaleX, 4, 1, true);
tw.addEventListener(TweenEvent.MOTION_CHANGE, _syncScale);
tw.addEventListener(TweenEvent.MOTION_FINISH, _cleanTween);
}
function _syncScale($e:TweenEvent):void
{
mapContainer.insideMap.scaleX = mapContainer.insideMap.scaleY = tw.position;
var matrix:Matrix = mapContainer.insideMap.transform.matrix;
MatrixTransformer.matchInternalPointWithExternal(m atrix, internalPoint, externalPoint);
mapContainer.insideMap.transform.matrix = matrix;
}
function _cleanTween($e:TweenEvent):void
{
tw.removeEventListener(TweenEvent.MOTION_CHANGE, _syncScale);
tw.removeEventListener(TweenEvent.MOTION_FINISH, _cleanTween);
tw = null;
if(tweenDirection == TWEEN_IN)
mapContainer.insideMap.addEventListener(MouseEvent .CLICK, zoomIn1);
if(tweenDirection == TWEEN_IN1)
mapContainer.insideMap.addEventListener(MouseEvent .CLICK,zoomIn2);
else if(tweenDirection == TWEEN_OUT)
mapContainer.insideMap.addEventListener(MouseEvent .CLICK, zoomIn);
}
Zoom In Zoom Out Double Click
Hi guys!, I need help, I have this code that allows you to zoom in and out of any flash clip by double clicking on the screen. It works nicely, however I would like to be able to move around by using the mouse once I am zoomed in, I can do it by double clicking again zooming out and double clicking once more to zoom into a different area, but this gets quite tedious.
the code is the following:
onClipEvent (load) {var clickInt;
var pressed = 0;
function doSingle(mc) {
clearInterval(clickInt);
pressed = 0;
trace("single");
}
myZoom = function (myDepth) {
var k = 0;
var zoom = false;
if (myDepth == "deep") {
myDepth = 4;
} else if (myDepth == "medium") {
myDepth = 8;
} else if (myDepth == "light") {
myDepth = 12;
}
trace(myDepth);
_root.onMouseDown = function() {
pressed++;
if (pressed == 1) {
clickInt = setInterval(doSingle, 300, this);
} else {
clearInterval(clickInt);
pressed = 0;
trace("double");
if (k > 0) {
return;
}
zoom = true;
dir == 1 ? (dir = -1) : (dir = 1);
if (dir == 1) {
pt = {x:_root._xmouse, y:_root._ymouse};
}
}
};
this.onEnterFrame = function() {
if (!zoom) {
return;
}
_root._xscale += dir * k * 50 / myDepth;
_root._yscale += dir * k * 50 / myDepth;
var pt2 = {xt.x, yt.y};
_root.localToGlobal(pt2);
_root._x -= (pt2.x - pt.x);
_root._y -= (pt2.y - pt.y);
k++;
if (k == 8) {
zoom = false;
k = 0;
}
};
};
myZoom("medium");
}
[F8] Image Viewer And Zoom In & Zoom Out
hi friends,
I have attached two attachments with this.
My Query is.
There are nine images are equally displayed. On mouseover on an image The image will be Zoom Out and and displayed in the page center . The background images are diminished or a black color mask will be appear.
I want to done it in the flash If anyone done such thing. give ur views.how to do.
I want your suggestions and Thanks in advance.,
Zoom In-Zoom Out World Map By ActionScript
i m trying to make a Zoom In-Zoom Out a world map.What i want when i click on 1 particular part(country) at that time that part(country) will be zoom in,and after that when i click on a samepart(part which is zoom in),at that time its will be zoom out(at original size). is is possible by actionscript? if yes plz,How?plz tell me in details....
Thank u.
Move & Zoom In, But Wont Zoom Out. - HELP PLEASE
I have 2 scripts, that by themselves work just fine.
The first upon clicking moves items to the correct location.
the second zooms the final item in - action script to 300%. when another button is pushed that item is zoomed back out.
when they are combined for some reason the zoomItem holds the script from zoomIn and uses the settings for zoomOut, but does not zoomOut. It loops back to the zoomIn script. Can anyone see where these scipts are fighting?
Move & Zoom In, But Wont Zoom Out. - HELP PLEASE
I have 2 scripts, that by themselves work just fine.
The first upon clicking moves items to the correct location.
the second zooms the final item in - action script to 300%. when another button is pushed that item is zoomed back out.
when they are combined for some reason the zoomItem holds the script from zoomIn and uses the settings for zoomOut, but does not zoomOut. It loops back to the zoomIn script. Can anyone see where these scipts are fighting?
It appears that the move and then zoom in loops. The zoom in occrus and then for soem odd reason loops back to the start of the move sequence, but since the action is completed it moves to the zoom in.. which is why the zoom out only briefly works.. it zooms out a bit then loops back the the move script then to the zoom in script, which zooms it back to 300%. I have tried settin up catches and set varibles, but nothing seems to release it.
Zoom In Zoom Out For An External Swf Movie
Hi all,
Just wondering if anybody has done a zoom in and zoom out, as well as panning left to right using the mouse, for another movie (swf) which is loaded externaly. This can be simulated by right-clicking on any swf file, and clicking on the ZOOM IN button, after which the user can drag the entire page of the swf movie. Just wondering if this could be one. I've checked the forum, but I can't find anyhting relevant to my query. Might be 'cause I don't know which key word to use, haha. Thanks again1
Remove The 'zoom In' 'zoom Out' Options
hello, my question is, when I click on the right mouse button, it shows me 3 options
"zoom in" "zoom out" "show all"
I saw in few sites that they remove it... how can I do it?
thanks... =]
Zoom In Zoom Out For An External Swf Movie
Hi all,
Just wondering if anybody has done a zoom in and zoom out, as well as panning left to right using the mouse, for another movie (swf) which is loaded externaly. This can be simulated by right-clicking on any swf file, and clicking on the ZOOM IN button, after which the user can drag the entire page of the swf movie. Just wondering if this could be one. I've checked the forum, but I can't find anyhting relevant to my query. Might be 'cause I don't know which key word to use, haha. Thanks again1
Zoom In Zoom Out Script For Vector.
Hi Peeps,
I have created an enterframe script to tween a movie clip. The tween changes the _xscale/_yscale values (uniformly), and the _x and _y positions.
The script will increase the scale and move the x and y positions in one direction, but when i want it to decrease the scale back down again, or move x and y in the other direction, it wont work. Does it have something to do with the else if statement i have included to move the increment in the opposite direction?
Here is the code, its a bit of a dogs breakfast.
onClipEvent(enterFrame){
/*use an if statement to get an update sprite on each enterFrame, as a while or for statments never
refresh the stage until the condition is met.*/
if(z==1){
//create decrementing values passed from the unique values in each button.
trace(fridgeScale);
scaleSpeed= Math.abs((fridgeScale - _xscale)/5); //(scale / 5 iterations.)
trace("Current scaleSpeed interation value = " + scaleSpeed);
posSpeedX = Math.abs((newX - _x)/5); //(distance / 5 iterations.)
trace("Current posSpeedX interation value = " + posSpeedX);
posSpeedY = Math.abs((newY - _Y)/5); //(distance / 5 iterations.)
trace("Current posSpeedY interation value = " + posSpeedY);
//if statement to make sure the iterations of scaleSpeed, posSpeedX and posSpeedY dont get too small.
if(scaleSpeed <= 2){
scaleSpeed=2;
trace("ScaleSpeed got too small so i made it = " + scaleSpeed)
}
if(posSpeedX <= 2){
posSpeedX = 2;
trace("posSpeedX got too small so i made it = " + posSpeedX)
}
if(posSpeedY <= 2){
posSpeedY = 2;
trace("posSpeedY got too small so i made it = " + posSpeedY)
}
//adds the scaleSpeed increment to the movieClip, until it reaches desired scale(fridgeScale)
if (_xscale < fridgeScale) {
trace("Current Scale size = "+_xscale);
_xscale+=scaleSpeed;
_yscale+=scaleSpeed;
}else if (_xscale > fridgeScale) { //scales Down the size of the fridge mc.
trace("Current Scale size = "+_xscale);
_xscale-=scaleSpeed;
_yscale-scaleSpeed;
}
//subtracts the posSpeedX increment to the movieClip, until it reaches desired x pos(newX)
if(newX<_x){
_x-=posSpeedX;
}else if(newX>_x){ //move y postion of the movie clip in the opposite direction.
_x+=posSpeedX;
}
//subtracts the posSpeedY increment to the movieClip, until it reaches desired y pos(newY)
if(newY<_y){
_y-=posSpeedY;
}else if (newY>_y){//move y postion of the movie clip in the opposite direction
_y+=posSpeedY;
}
//enter this statment when the scale and x, y position has finished.
if(_xscale >= fridgeScale){
trace("Final Scale size = " + _xscale);
trace("Final x pos = " + _x);
trace("Final y pos = " + _y);
z = 0
}
}//end z = 1 statement.
}
Basically each time it enters the frame the increments(scaleSpeed, posSpeedX, posSpeedY) get smaller, to give an 'ease in' effect to the tween, and when the scale has been reached, it stops. Although to stop the increments getting too small i have implemented if statments that keep the iterations at a minimum value of 2.
What is it I need to move the scale in the opposite direction? if the new scale size(fridgeScale) is less than the current scale value, as well as move to new x,y locations (newX and newY) and if they are greater than the current positions? the else if part of my code dont seem to cut it! :)
The code that moves between the newX and _x positions may look incorrect, but this is because the x and y positions move into negitive numbers.
Cheers
Paul.
Volume Slider -- How Do I Center Slider?
http://www.kirupa.com/developer/mx/volume_slider.htm
Using the tutorial above, the volume slider always starts at the left end which is starting to become annoying because you always have to move it in order to listen.
How can I place it in the center? I've attempted just dragging it in the middle while editing, but the file ends up not working.
[Help]: Help Needed Creating A Zoom Menu Like Flashloaded's Zoom Menu
Hi,
Can someone please tell me how to create a zoom menu such as the one offered by Flash Loaded -
http://www.flashloaded.com/zoommenu.php
Or does anyone have any similar menu ideas?
Also, instead of keeping it as squares, is it possible to make it circles.
Looking forward to hearing from someone at the earliest.
Thanks in advance.
Zoom In - Zoom Out - Show All
What is it that makes a flash movie (when right clicked) show the menu items Zoom In - Zoom Out etc. And what makes it only show Settings/About Macromedia Flash Player?
Zoom In Zoom Out Navigation
Hi all, Im tryin to put together a navigation for my page.
I have a very wide and high page, and I want it to scroll nicely
to different parts of the page when different buttons are pressed.
Ive seen a tutorial on a navigation said to be like the one on LEnny Kravitz's site or somffin, where it zooms out and then in on the right section....anyone know where this tut is??
Or can help in some other way??
How Can I Do Zoom In And Zoom Out With Mouse?
Hello Dear Friends,
hi,
Dear there is a web site
http://www.amplifier.com/
here he has used a very good navigation.
When we click on (+) button it zoom in and when we click
on (-) button it zoom out.
and there is also a smoothness when we click on any button.
it move smoothly.
it is not only on website that have used this type of navigation, there is a lot of websites now a days that have used this type of.....
i have searched a lot of, but i can't get any help?
I want to know how it is possible to do this to zoom in or zoom out with mouse.
If someone have a link or tutorial or and suggestions
then please tell me i shall be very thankful to you for this
purpose.
Your Sincerely,
Amir
Map Zoom Tool Does Not Zoom In...
I have a main "main-menu.swf"
I'm loading "map1.swf" in main-menu
I'm also loading "nslidebar.swf"
"nslidebar.swf" does not control the map when in "main-menu"
It only controls the map if I launch "map1.swf"
What can I do to use the zoom control in "main-menu"?
Downlaod Here
Zoom In On .swf If Zoom Is Disabled
There's an .swf file that I want to be able to zoom in on, but the "Zoom" option is disabled. Is there a hack, say for Firefox, or a stand alone program that will enable the zoom feature in the Flash player?
Thanks!
Zoom In And Zoom Out Function
hi all,
i was a following code which include a moive clip called photo and two buttons:
if i click the two buttons , it always enlarge the photo about 0,0 .
any suggestion to enlarge the photo about the center point of the stage?
Attach Code
photo._x=0 ;
photo._y=0;
photo.onPress = function() {
this.startDrag();
};
photo.onRelease = function() {
this.stopDrag();
};
incr_btn.onRelease=function(){
photo._xscale=photo._xscale+2;
photo._yscale=photo._yscale+2;
}
decr_btn.onRelease=function(){
photo._xscale=photo._xscale-2;
photo._yscale=photo._yscale-2;
}
Zoom In Zoom Out Images Through Xml
Hi All,
Can anyone give me idea to zoom in and zoom out images through xml , I have seen quite a few examples but in all there are images embeded in flash
Wht i am looking for images will be in xml file.........and the component of zoom in and zoom out will with be in flash.........
any suggestions,,,,,,,,,,will be of great help,
Thank You
Rohit Yog
How Do You Turn Off Zoom In/zoom Out?
How do you turn off zoom in/zoom out on a flash site like when you right click you don't have the option to zoom in or out.
examples: www.nt-sky.com, www.2advanced.com
Slider Stop Outside Slider ( Hm...?)
hi,
please help....or give me some tips...
i work with flash mx and have a problem with my slider
i want the slider to stop when my mouse leaves the slider...
if possible also when i click on a button.
greetings
rancune
sliderproblem.fla
Button: Zoom In Mouse Over, Zoom Out Mouse Out? (noob)
Please humour my ineptitude here. I want to make buttons that "zoom in" or scale up upon mouseover, depress on click and zoom out on mouse out. I figure I need a script for this withe on mouse over go to frame # whatever, but i dont fully understand the functions and commands of MX. Please would someone run me through what I would need to do to create this effect?
Zoom On...zoom Off
I am trying to make a movie that does not zoom in or out using flash. A fixed size so to speak.
I have made a button.....and inside the button, rollover activates the movie......but...when you zoom in (right click on mouse)...the movie goes off the screen and you can't see it all because it zooms too.
Does anyone know if I can turn off the zoom for the particular movie that i have inside the button??
HELP!!!
How Do I Zoom In?/
Hey duedz,
I'm developing, or rather, copying and pasting an image into an already ready-made movie clip where you can "pan" over the image, similar to 360 degree viewers but restricted to 180 degrees. Anyways, I've seen the ones that have a zoom in/out function. I've looked for those in the tutes but have found only the ones that move side-to-side, but no zoom. Then I found the perfect zooming tute, but no FLA to download!
http://www.flashkit.com/tutorials/3r...15/index.shtml
I'd develop this myself, but lack of experience and time constraints dictate here, so if you know of a tute with a panning/zoom combination, lemme know!!!!
appreciate it,
rich
ps. i'll email the fla that i started if required...
Zoom
Is there a zoom function in flash for zooming in and out?
|