Professional :: Zooming In On Movie Through 'window'?

May 27, 2010

I am quite new to Flash and I want to make the following. I want to have a video (avi, mpg or something else) playing. But you should see only a part of the movie (a smaller rectangular "window"). Through this window I want to be able to zoom in on the movie, and move it, so you can see different parts of the movie.
 
Is such a thing possible in flash? If so, can you give me some tips on how to start?

View 1 Replies


Similar Posts:


Professional :: Animations: Zooming In And Zooming Out?

May 25, 2011

I look at professional animations and notice the camera-like effects they manage to put into these animations. I'm wondering how I can do the same without having to just enlarge or reduce a movieclip across the stage. Is there any way to add a camera view on your animations or do you just have to bear with Flash's basic necessities?

View 1 Replies

ActionScript 1/2 :: Zooming In And Then Zooming Out In (Without Scaling The Image)?

Feb 27, 2012

Basically I want to know if there is a way to go from a zoomed in version of something, and then seeing the whole image in another frame. (By pressing a button)

Let's say there's a tree, I would bascially like (upon pressing a button which I can do) to zoom out and see the whole scenery. Is there a way I can do this without actually changing the size of the image?

View 2 Replies

Professional :: Zooming In/out On One MC Of Many?

Jan 11, 2010

I'd like to have my viewers mouse over any of the MovieClips on the scene and using the keyup / keydown have only that MC scale up or down.  The scaling should only effect the moused over MC.Here is what I'm using for the scaling on one MC now...
 
var Listener:Object;Listener = new Object();Listener.onKeyDown = function(){    if (Key.isDown(Key.UP))     {                    container._xscale = container._xscale + 10;            container._yscale = container._yscale + 10;    }     if (Key.isDown(Key.DOWN)) {                    container._xscale = container._xscale - 10;            container._yscale = container._yscale - 10;    } };Key.addListener(Listener);

View 2 Replies

Professional :: Zooming The Drawing Area?

Jun 29, 2010

Since at least cs3, Illustrator, InDesign & Photoshop has all had the Alt + mouse wheel zoom function. I have wondered when this would become available in flash. I just installed my cs5 design premium and immediately noticed that the zooming function has been further improved in the other programs but still nothing has happened in flash.
 
Am I missing some way to enable this zoom function or is there some third party plugin that can help me? It is annoying and time consuming to have to press z then click around to get the right zoom level and then click whatever tool I was using before instead of just pressing alt and scrolling a bit.

View 5 Replies

Professional :: Zooming Effect Isn't Smooth?

Sep 7, 2011

So I figured out how to make a zooming effect for my animation, but it isn't smooth. I have it set at 30 FPS. What can I do?

View 16 Replies

Professional :: Center Flash Movie In Browser Window?

Jun 28, 2011

how to horizontally center my Flash movie in the web browser window after publishing?
 
A bit of background: I was able to achieve this using <center></center> tags a few years ago. But I have since upgraded to CS5 and I understand that this old method is now obsolete.
 
I have found a few threads/forums that address this, but I know nothing about HTML and these threads don't help me because they assume you have more knowledge than I possess. When opening up the index.html file in Dreamweaver I can't find anything that looks vaguely familiar to what is being discussed. I have found some code samples using <div></div> tags but have no idea where to place it.
 
So I will need it explained to me in a step by step fashion, including which file I need to fix and what program I should use. Code samples will be very welcome if you can tell me exactly where it goes.

View 7 Replies

Professional :: Blotting Out Effect With Zooming Black Rectangle

Feb 7, 2010

I am trying to obtain an effect which the car is getting gradually blotted out with the zooming black rectangle but how to get it right, from a few frames and on the car still appears, do I need further masking?

Heres my file:
Attachments: Upload to adobe forum.swf (175.5 K)

View 5 Replies

Professional :: Why Does Paintbrush Size And Tools Change With Zooming

Oct 7, 2011

Why does the paintbrush tool change sizes when zooming in and out? It's so annoying. Is there a way to fix this? Btw I use version CS4. Does it happen to all the other tools? I tried them it seems not but I can't tell unless it's a big difference in brush size like the paintbrush tool. 

View 4 Replies

ActionScript 2.0 :: Javscript:window.open In IE - Link In A Button Inside A Flash Movie To Open A New Window And Play A Youtube Movie

Jul 13, 2009

I work with 3d animation. Im have a problem with a personal website Im doing, I have a link in a button inside a flash movie to open a new window and play a youtube movie:

on (release) {
var jscommand:String = "window.open('http://www.youtube.com/v/b0L4XLODhAA&hl=en&fs=1&','win','height=344,width=4 25,toolbar=no,scrollbars=yes');"; getURL("javascript:" + jscommand + " void(0);");
}

This works fine in Firefox but in IE it doesnt work, I then change the /v/ in the youtube link with /p.swf?video_id= and now I have the window open showing the small youtube thumbnail of my video but once a click play, nothing happens, I check it and is not loading anything.

View 8 Replies

ActionScript 2.0 :: New (controllable) Window - Put A Link In Movie That Will Close The Window?

Feb 6, 2003

ACTUALLY i just thought of another one so now i have two. sorry. hope you don't mind. i get sidetracked rather easily. before i start, a quick nota bene. i'm a complete newcomer to flash so my questions are very simpleminded. not much of a challenge i'm afraid.

1. can i put a link in my movie that will close the window?

2. can i put a link in my movie that will open a new window of a specific size, and without the menu-buttons of explorer?

View 10 Replies

ActionScript 1/2 :: Focus On Mouse Position When Zooming Movie Clip Using Mouse Wheel?

Oct 29, 2009

I have a map application that when I use the mouse wheel the map will scale up or scale down. The next thing I want to do is to focus on the mouse pointer while zooming on the part of the map.

I have this code...

function focusMousePosition(){    onMouseMove = function (){        Stage.width = _root._xmouse;        Stage.height = _root._ymouse;        updateAfterEvent();    }}
var mouseWheelListener = new Object();var wheelNum:Number;
mouseWheelListener.onMouseWheel = function(wheelNum){    focusMousePosition();    if (wheelNum > 0){        map._xscale *= 0.9;        map._yscale *= 0.9;    }else{        map._xscale *= 1.1;        map._yscale *= 1.1;    }}Mouse.addListener(mouseWheelListener);

View 3 Replies

ActionScript 2.0 :: Open A New Window If Have Thumbnail Pics In The Flash Movie But Want The Full Pic To Open Up In A New Window?

Mar 6, 2004

1) how do you open a new window if you have thumbnail pics in the flash movie but want the full pic to open up in a new window? Is this Javascript inside flash?

2) How do they do the menu bar here at this site:[URL]

View 1 Replies

Professional :: Open Exe's In Same Window?

Mar 21, 2011

I have a menu.exe opening up 3 seperate exe's. Is it possible to open up the 3 seperate exe's in the same window as the menu.exe???This is what I have at the moment:on (keyPress "<Space>") {fscommand("Exec", "page01.exe");}

View 1 Replies

Professional :: Redirect To New URL In Same Window?

Jun 29, 2011

I have a SWF embedded in an HTML file. After the movie has finished playing, I want a new URL to load. I currently have the following code in the final keyframe of my actions layer: navigateToURL(new URLRequest ([URL]) ); ...which works, but the problem is that it opens up a new window for the new URL instead of redirecting within the same window, which is what I'd prefer. Is there a different command that I can use to force the new link to open in the same window? I guess I could use a Javascript redirect within the web page's HTML, but it seems safer to me to use Actionscript within the Flash movie.

View 1 Replies

Movie In An External Window?

Apr 10, 2009

how do I open a movie (in this case they are mostly avis and .swfs thrown in) in an external window that can be closed upon completion, either automaticaly, or manualy, (tho c'mon how cool would automaticaly be...) and leave my screen where and as it was before the movie was launched.

View 2 Replies

Movie To Fit To Browser Window

Oct 4, 2007

I have a flashmovie that measures 950x675 px. If the user have a smaller webbrowser window than my movie i want the movie to be fitted in the browser window. But if the browsers width and/or height measures more than my movie i don't want it to fit (zoom), then the swf should only be centered.

View 0 Replies

Professional :: Find And Replace Window?

Apr 3, 2007

when I use the Edit/Find and Replace function, the results portion at the bottom doesn't reveal enough information under Location. I can see "Scene 'Scene 1' -> Layer ' " and that's all. I know if I click on that line the relevant window will open but when doing a "Find All" it's useful to know more information about the Location instead of clicking on every line. That Location column of the window will not widen with the drag icon. I can move the dividers from the other columns to the left but not to the right.

[Code]...

View 1 Replies

Professional :: HTML Window In Flash

Dec 30, 2009

I have created an animation (.swf) with a third party software application. I tried to import it as a symbol into Flash but it is constructed in such a way that it won't work. It requires to be housed within an html environment in order to combine the animation with a separate navigation layer that exists in two separate .swf files.I can mount this animation on a web page independently as it's own page but I really want it to appear within another flash animation.Is there some way for me to create a window in a flash movie that contains a view to an external HTML page so I can embedd this animation? Perhaps similar to an iFrame?

View 3 Replies

Professional :: Open Link In Same Window?

Jan 19, 2010

Does anyone know how to make the URL open in the same window. I am using flash CS3, Is there anyone who can edit the script below to allow this. The instance name is Button6 var getnextpage5:URLRequest = new URLRequesthttp://www.yokubou.co.uk/digitalart.html");Button6.addEventListener(MouseEvent.CLICK,b5Click) ;function b5Click(event:MouseEvent):void{navigateToURL(getnextpage5);}

View 1 Replies

Professional :: How To Change Window Shots

Jan 20, 2010

I am wanting to create an effect like the following site.I am using Flash CS3.[URL]

View 2 Replies

Professional :: Target For Hyperlink In The Same Window?

Feb 9, 2010

In this code:

[Code]....

What code and where do I put it to open this link in the same window?

View 4 Replies

Professional :: Prevent AS Window From Expanding?

Feb 22, 2010

I often have the problem that after shifting my AS windows around some times the window becomes highter than my screenheight. The window can only be resized in height when dragging the bottom of the window. But as it is offscreen I can't resitze it. I have to load a new workspace or dock it on some small window group and then drag it away (works only with some windows).

View 4 Replies

Professional :: Not Launching In New Browser Window?

May 18, 2010

I have setup a Flash viewer in a HTML Div container. In the Flash I have put a button which, when clicked, launches a new browser window with another site I've done to appear in. When I test this in Flash its working fine and launches the new window as it should. But when I go into Dreamweaver where I have placed the Swf. in the Div container, I test it locally in a Firefox browser window. The viewer appears and it works correctly, but when I click the button to launch the new browser window it just opens a window with an error msg 'unable to connect, etc'.

View 1 Replies

Professional :: Window Object In Flash?

May 18, 2010

click projects button(# 2 from left to right in the toolbar) => click one of the cubes, it will display severa small windows. on topright most, there is a minimize button,

View 1 Replies

Professional :: Opening In Same Window Using CSS & Flash CS3?

Jun 2, 2010

I'm working on a portfolio in Flash CS3 and AS3. I'm trying to avoid doing the whole thing in Flash, so the home page is a CSS/HTML header page that will house a looping flash piece underneath the header, and the inner portfolio will be flash pieces brought into the same CSS header framework.I'd like to know what kind of code I need to use in the portolio flash navigation so that the "home" link will open the CSS/HTML home page in its same window, rather than launching another window. Is this something that can be done using AS3, or do I need javascrpt as well?

View 4 Replies

Professional :: Launching A New Window With SWF From Preloader

Jun 23, 2010

I have a preloader that measures the size of the external swf, then goes to a frame with a 'launch site' button on it. When the button is clicked, I'd like a popup window to open that is the exact size of the swf file (1100x800), but I can't figure out how to do that. I know there is some combination of AS3 and javascript required. Has anyone done this? I cannot attach the preloader file that launches the external swf since this is my first post, but have it available if anyone wants it. I have the site online for viewing as it is currently (just loads then opens in same window): [URL]

View 4 Replies

Flash :: Professional - File Fit To Window

Jul 19, 2010

I'm having a problem with it that I can't seem to find the solution to. First of all I have been following some tutorials using CS5 and when viewing the created animation in test movie or by double clicking the SWF file they would open full screen. However I have followed a different tutorial and created another file using CS3, and this will not go to full screen.

(White bars appear either side of the animation). This has also happened with another animation, on which I have created a butterfly that moves across the stage, when viewing the animation, you can see where the butterfly goes off the stage. (You can literally see it, even though you shouldn't be able to). Making the files the same resolution makes no difference, as I have tried this, and I'm not really sure what to do next. I have even tried opening this newer file within cs5, but this still does not work.

View 3 Replies

Professional :: Opening Links In Same Window

Jan 4, 2011

using the following action script on buttons to open links:URL...Trouble is they all just open new windows and not the link in the current window!

View 3 Replies

Professional :: Can't Open Actions Window

Jan 26, 2011

When I try to open the actions window via F9 (yes on a timeframe with existing code), the timeline colapses, but no actions window. I have to double click on the header of the timeline at the very bottom of the screen to bring it back. When I try F9 again (or even Window-Actions from the top menu), the timeline vanishes again, but no actions window comes up.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved