ActionScript 3.0 :: Zoom Specific Building In A DIGITAL MAP?

Jan 16, 2012

I have created a DIGITAL MAP but i have a problem. It goes like this, whenever you click the buildings in the MAP it will automatically "ZOOMS IN", it "ZOOMS IN" in that specific building that you have clicked.

View 3 Replies


Similar Posts:


Building Digital Magazines Using InDesignCS4 To FlashCS4?

May 21, 2009

I am a designer using InDesignCS4 to export a 16 page document as a SWF file with a page curl page transition. I am also exporting a static footer bar that holds a client logo and website address that acts as a hyperlink to the client's website. I currently place these 2 SWF files in Dreamweaver, 16pager above the footer, 1 above the other, and save as .html, upload to an ftp site to get the whole thing to work as a FlippingBook page curl Digital Magazine with static footer bar and hyperlink that directs to the clients website to download the corresponding PDF and print.

I am no Flash developer, but what I would LIKE to do is export from InDesignCS4 as an Adobe Flash CS4 Pro (XFL) document, open up in Flash where I know each spread imports as its own frame, save as a new .fla file, create some great Text effects with actionscript, which I CAN do. But what I can't do is export this as a SWF file AND retain the page curl transition it would have had as a SWF from InDesign??? Is there a way, despite handing over to 'my' Flash developer to encode (according to every video tutorial I have seen on the subject!), where I can 'stitch these page frames together to export my frames from flash with page curl, have the footer bar independently at the bottom, have the whole thing scale as one flash animation but also include some features such as print, zoom and 'goto' page field? At the moment all this appears to be alot of coding work.

View 1 Replies

Javascript :: Adobe AIR HTML/ Building Digital Signage App Suitability?

Sep 6, 2011

I have a task to built a simple Digital signage system which will display different kind of information on LCD panels. I am not sure if Adobe AIR with HTML / Javascript would be a good choice for the desktop part of this application, which will be responsible for displaying the content. The logics could be easily solved and coded in Javascript and the app should run for a long time.

View 2 Replies

ActionScript 3.0 :: Make A 'digital Display', Like A Digital Clock?

Feb 19, 2010

for a game I'm working on, I want to make a 'digital display', like a digital clock for example. Every character exists of 7 lines which are either on or off. This picture will demonstrate what I mean.

Currently, I've got a DigitalDisplay class that extends Sprite, which holds a couple of instances of the Digit class that extends Sprite, which in turn holds 7 instances of the DigitLine class, which extends Shape, in which I draw one such line with the drawing API. This would mean that one DigitalDisplay holds 8 Sprite, which all hold 7 Shapes, so that's 8 Sprites and 56 Shapes. This is a bit overkill I think.

Thing is, I want control over every 'DigitLine'. During transition, when the text on the display changes, I want every lines to go on and off in a random pattern, slowly forming the new text. Would this be possible with another less extensive solution? The only thing I could think of was this:

Instead of every Digit object I'd have an Array, which instead of filled with DigitLine objects is filled with Arrays. However, then I'd only have 1 graphics object, which mean I'd need to clear() it every time something changes.

View 4 Replies

Flex :: Create A Canvas Of 1k X 1k Pixels With Zoom In An Specific Area?

Jan 25, 2012

I'm developing a web app using Flex. This app allows to draw forms in a Canvas (like MSPaint in Windows).Now, I want a new feature on it: an infinite canvas. The user should be able to drag the main Canvas and this should be infinite in X and Y axis. Consecuently, this Canvas should be resized in real time.

Obviously, I don't want to create a Canvas of 1k x 1k pixels with zoom in an specific area to give the feeling of an infinite drawing area.

EDIT:I just read that Flash/Flex Flash/Air supports canvases up to 4056x4056 px, not infinite.

View 1 Replies

ActionScript 2.0 :: Zoom In On A Picture At The Specific Spot Where The Mouse Is Clicked?

Nov 11, 2003

i'm trying to zoom in on a picture at the specific spot where the mouse is clicked. ie if the mouse is clicked in the lower left corner, the pic gets bigger from there, not the center of the pic.the only way i can think of to do this is to reset the registration point to the clicked position. is this possible?

View 12 Replies

ActionScript 3.0 :: Load External Movie And Zoom / Pan To Specific Location Of This Movie?

Sep 20, 2009

Does someone have a working fla to illustrate how to load an external movie and zoom and pan to specific location of this movie (with easing)? With actionscript, not necessarily with a control for the user. I am looking for it for some time and unfortunately my programming abilities are not yet sufficient to find it out from scratch (but I am working on it).

View 2 Replies

ActionScript 3.0 :: Disable Function - Zoom In And Zoom Out By Clicking Button?

Feb 7, 2012

I want to make a scope wich can zoom in on button click and go back to previous stage (zoom out) also by clicking a button.Now i made it work for zooming in (when i click my button it zooms) but when i want to zoom out everything i tried didn't work .Here is the code:

//button for zoom in
zoom.addEventListener(MouseEvent.CLICK,glassMove);
function glassMove(event:MouseEvent):void{[code]..............

View 1 Replies

ActionScript 2.0 :: Continuous Zoom - Change The Code To Zoom In At The Same Amount?

Jun 7, 2004

i've made a button that zooms into a movie clip on a rollover, but it on moves it a certain amount each time you rollover the button. code below:

on (rollOver){
_root.Mypic._width += 5;
_root.Mypic._height += 5;

}
wot i want it to do is to continue zooming in for as long as the mouse is over the button, is there anyway i can change the code to zoom in at the same amount but do it continuously until the mouse is moved off the button. Also is there anyway that i can set it so that the zoom stops at a certain percentage, i.e. it only zooms in so much and then stops. What i mean is that the user can zoom in but the picture will only zoom in to say 200% of the original size.

View 14 Replies

ActionScript 2.0 :: Telescope-camera - Move Around The Scene And Zoom-in Or Zoom-out?

Dec 14, 2005

I am working on flash application TELESCOPE or Camera. My goal is to move around the scene and zoom-in or zoom-out I found that if I move scene, I have to move registration point, because I always want to zoom in the centre of my ocular. So far application works fine only if I move, zoom-in and than before I move any further, zoom-out! But when I move, zoom-in (not fully), move again and zoom-in again, the second zooming doesn't appear on desirable registration point

View 1 Replies

Actionscript 3 :: Zoom In Zoom Out Loop In Certains Buttons?

Dec 15, 2011

I have this code for my effect to zoom in and zoom out in certains buttons

canada.addEventListener(MouseEvent.MOUSE_OVER, canadaover);
function canadaover(event:MouseEvent):void
{[code]....

the problem is when u reach certain corner of the button it kinda gets into a loop, any ideas how can i fix this?

View 2 Replies

Android :: If Its Zoom In Or Zoom Out On Flex / Air TransformGestureEvent

May 13, 2011

Using flex / air 2.6 working on an Android device, I am using a canvas with a TransformGestureEvent for zoom in on a map. The listening of the efect is working ok, but I can´t seem to find the information on wether the user intended zoom in or zoom out (fingers getting closer or getting apart).I expected the intention of the gesture to be identifiable with the offsetX and offsetY properties of the event, as you will do on a swipe gesture event. But I always get 0 for both properties, no matter how I do the gesture in the device.How can I know if the fingers getting closer or getting apart in a gesture zoom event?

View 1 Replies

ActionScript 2.0 :: Zoom In Zoom Out Double Click

Oct 26, 2009

i had a flash file, and the image was dynamically loaded in a movieClip. when i double click the image it will zoom max. and another double click it will retain its best fit.

View 0 Replies

ActionScript 2.0 :: Activate Zoom And Then Zoom In / Out

Apr 14, 2009

I need to have a button to be clicked for the zoom effcet to be activated, then when the mouse hovers over an image it should zoom to 200%. I have 40 images which I'd like to have this effect by.Also when the cursor is over the image is it possible to make the change the cursor to a magnifying glass?

View 1 Replies

ActionScript 2.0 :: Zoom/Pan UI Won't Center On Zoom In?

Jul 8, 2009

I'm developing a full screen zoom/pan UI. Everything is working great, except I can't get it to center on the correct point when zooming in.

You can view what I have here: [URL]

The numbers in the top-left corner are the navigation, and the white boxes represent the individual sections.

I have a large container movieclip that fills the entire page. Inside of that movieclip (site) I have all of my individual section movieclips (section1-section6). I'm also using a dynamic registration point class to dynamically set the registration point of the "site" movieclip to the current selected section, so that the zoom in/out is centered on that section.

When a user clicks on a navigation item, I first reduce the _xscale and _yscale of "site" to 80, when that is complete I move _x and _y to the position of the selected section's movieclip. When that is complete, I set the _xscale and _yscale back to 100. Right now, it is not zooming in centered, so I have a final step where I correct the _x and _y position after zooming back in.

If I don't zoom in/out I can successfully pan the movieclip and center on the correct section. I believe the problem is that I am moving the _x and _y to the position of the "site" movieclip as if it is at 100%, but since it is at 80% it is not moving to the correct position. I tried to fix this by giving the _x and _y coordinates as:

endX = endX / 100 * 80;

Which made it a little better, but still not centered. I have a feeling that there may be a fundamental flaw in my approach to this.

For some reason the forum won't let me attach my .zip, so I posted it online, as well: [URL]

My code below, in case you don't want to download the file:

Code:
tile._alpha = 0;
currentSection = section1;
//** Set Stage **//

[Code]....

View 1 Replies

ActionScript 2.0 :: Several MCs To Zoom In On Mouse Over And Zoom Out

May 9, 2004

How to make several MCs to zoom in on mouse over and zoom out to it�s original scale on mouse out??? all this with actionscript and with some ease (elasticity) to make the motion more natural?

View 2 Replies

ActionScript 2.0 :: Zoom Activation And The Zoom In / Out?

Apr 14, 2009

I need to have a button to be clicked for the zoom effcet to be activated, then when the mouse hovers over an image it should zoom to 200%. I have 40 images which I'd like to have this effect by.Also when the cursor is over the image is it possible to make the change the cursor to a magnifying glass?

View 3 Replies

CS3 Digital Artifact In Simulate Download?

May 5, 2009

I've done two Flash animations, and both, when I use the Simulate Download function, show what appears to be a digital artifact in the upper left hand corner. It looks like a series of small squares or rectangles briefly fluttering from left to right.As far as I can tell, this doesn't show up in the actual .swf. Has anyone else seen this? Is it a sign that I've done something wrong, or should I just ignore it?

View 3 Replies

Digital Publication Using InDesign And Flash

Jun 3, 2009

Does the digital publication (emag) created using Indesign and flash require any action script knowledge in order to produce the search, zoom and table of contents features seen in most online digital magazine? Or is there a basic "template" that is produced in which you can modify?

View 1 Replies

ActionScript 3.0 :: Digital Story In Flash?

Jun 3, 2011

I'd like to make an online comic of "swfs" where each swf file is an image with simple animations, and a "next" button.

View 1 Replies

ActionScript 2.0 :: Create A Digital Clock?

Mar 20, 2004

how to create a digital clock?

View 2 Replies

ActionScript 2.0 :: Edit Movie When Right Click The Movie / Wont Show All Things Like 'zoom In' / 'zoom Out'

May 23, 2002

how do you edit a movie so that when you right click the movie...it wont show all the things like "zoom in" or "zoom out"???

View 2 Replies

Create A Digital Display For A Stand At A Tradeshow?

Dec 18, 2009

I'm going to design an electronic card later in Flash (CS3 & CS 4) and I wonder if anyone has a link to any decent tutorials (or tips 'n' tricks)? I'm particularly keen to creat a rolling snowfall.
 
Also, I've going to create a digital display for a stand at a tradeshow. Is Flash the best medium for this (or would it be better in something like Premiere)?

View 1 Replies

Professional :: Digital Magazines Crashing, Won't Load Pdf

Jun 6, 2011

I subscribe to a bunch of magazines in digital format. They attempt to replicate a print mag onscreen, but I find their "specail features" annoying, so I like to download a PDF for offline viewing. For the last month or two, every time I try to print to a PDF from one of these digital magazines, I get a gray screen saying Flash has crashed. If I try to download the PDF, a new tab opens in my browser but the PDF doesn't load, the screen remains black. Reloading the page, closing and restarting the browser doesn't help.
 
Win XP SP3, 32 bit
Firefox 4.0.1
Flash 10.3.181.14
Acrobat 8.2 Pro

View 2 Replies

Professional :: Making A Digital Framing Application

Jul 27, 2011

I want to make a digital framing application like at this website:URL...Im not sure if i would be able to make this with an adobe program or if its something i would have to download off the internet.

View 1 Replies

Digital Rights Management In Adobe Flex?

Jun 16, 2009

I have a NetStream set up and it's supposed to listen for DRMAuthenticateEvent.DRM_Authenticate. When I give it an encrypted file (encrypted using software from drm-x.com), no DRMAuthenticateEvenet seems to be dispatched. The code looks like this:

[Code]...

I have both proxy and drm authentication types in there because drm was not working for me so I decided to try proxy. Am I doing something wrong? I got this stuff off of the Adobe reference pages, is there an easier/smarter way of going about DRM in Flex?

View 1 Replies

Flex :: Blemish Removal In Digital Image?

Dec 29, 2009

I'm currently writing an image editing application using Flex and I'm trying to make a blemish removal functionality like in picnik.com. I have searched everywhere but couldn't find anything. I have tried to just blur away the blemishes, but the results are bad.

View 2 Replies

Professional :: Digital Magazines Crashing, Won't Load Pdf?

Jan 23, 2006

I subscribe to a bunch of magazines in digital format. They attempt to replicate a print mag onscreen, but I find their "specail features" annoying, so I like to download a PDF for offline viewing. For the last month or two, every time I try to print to a PDF from one of these digital magazines, I get a gray screen saying Flash has crashed. If I try to download the PDF, a new tab opens in my browser but the PDF doesn't load, the screen remains black.Win XP SP3, 32 bitFirefox 4.0.1Flash 10.3.181.14Acrobat 8.2 Pro

View 2 Replies

ActionScript 2.0 :: Create A Digital Time Which Only Show Min And Sec?

Feb 3, 2005

I would like to create a digital time which only show min and sec. This time is use in a game in order to test the users speed and accuracy. When the user finished the game, the time will stop and then have to check the time user has spent to finish the game. So, if the user manage to finish the game before 10 min, will get 100 points. If is between 10 and 15 min, will get 90 points and so on.

View 3 Replies

Media Server :: Implementing IPTV With FMS Vs Using Some Digital Tuner?

Oct 26, 2010

I am just wondering that what are the core reasons behind using Flash Media server for implementing IPTV, wheras we have some efficient devices such as following digital tuner boxes http:[url]....We can get the MPEG-TS stream and send it to this box and it can play the TV for us. Is it not simple? I think that I misunderstanding some thing, why people use FMS for IPTV implementation.

View 3 Replies







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