Flash Professional CC. Interactive map. Mistake.

Help me correct mistake in it please. Error 1172 Definition could not be found.
http://rghost.ru/59743234

Just opened the Fla.
Change
import mx.transitions.Tween;
import mx.transitions.easing.*;
To:
import fl.transitions.Tween;
import fl.transitions.easing.*;
This solve your issue.

Similar Messages

  • Weather channel interactive map

    the weather channel says i need flash to view interactive map. i have the latest version of flash. what gives, please help?

    I don't see this as often with Win 7, but IE11 is the common culprit. There's some code in it that prevents sites and pages from identifying the browser, and thus, the plugins in the browser. Being as you have Windows 7, you DO have the option to get rid of IE11 and go back to IE10, which sites WILL identify and the plugins will work as well. If you really need to use IE, that's the way I'd go.
    Or you can try another browser until Microsoft gets their act together and fixes their latest abomination.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Learning Interactions in Flash Professional CS4

    I have installed the Learning Interactions extension in Flash Professional CS4, but it does not operate correctly. First, it tells me to edit a given interaction in Windows>Panels>Clip Parameters, which as far as I can tell no longer exists.
    When I double click right on the clip to edit it, not all fields are editable. and ActionScript 3.0 is having fits with these interactions, giving me a list of Warnings in the Output tab.
    I realize these are old interactions, are they still usable? They seem better behaved in an ActionScript 2.0 document, but I still can't edit them. And I cant find newer versions of the extension.
    Any input or assistance would be appreciated. I am a returning Flash user, having not used the app in a few years.
    Doug

    Hi,
    Pls let me know if you managed to solve this problem with the learning interactions in CS4. I am running the demo of CS5 (and doubt very much that I will upgrade after this and issues with the help) and have downloaded and installed the learning interactions, but cant seem to get them to work. As you described, I cant find Windows>Panels etc and even though I opened a AS2 file I still get loads of AS errors when trying to run the interactions.
    Any help will be greatly appreciated!

  • Making a Link in Flash Professional 8

    Hey,
    I'm wondering how to make a link in Flash Professional 8, any tutorials around?

    Linking to a web page and linking to another section of the same Flash file involves different code.  I'll show you examples of both wrt using a button for the interactive control.
    In this case the button is assigned an instance name of linkBtn (it's assign in the properties panel).  The code I show is placed on a frame that is the same as the button (different layers for good housekeeping).
    Link to web page:
    linkButton.onRelease = function(){
         getURL("http://www.yoursite.com/page.html");
    Link to section (section starts on a frame having a label... "section1"):
    linkButton.onRelease = function(){
         gotoAndStop("section1");
    OR
    linkButton.onRelease = function(){
         gotoAndPlay("section1");
    The difference between the two for the section link would depend on whether section1 is an animated timeline piece that would play when you get there or a self-contained movieclip that has controls of its own.

  • Need Help Please with Flash Professional - No Cursor Change on Buttons/Links in Mac OS

    Hi Folks, I am relatively new to Flash Professional but I recently built a very nice flash website with very little problems.  I noticed after I uploaded my site to my server, that my mouse cursor did not change from an arrow to a finger on any of my buttons.  It did change on the hyperlinks, but not on the buttons.  Everything still worked fine but there was no indication to the user that an object was in fact an interactive button.  I found this code:  button1.buttonMode = true; button1.useHandCursor = true; and inserted it for all my buttons and that seemed to fix everything, I tested the site on firefox, ie, and safari.  I am using a PC with windows 7.  When I went to check the website on a Mac powerbook, the cursor did not change on any of the buttons and it does not change on any of my hyperlinks either.  I have searched all over trying to find a solution and have had no luck.  Can anyone please help me with this problem or point me in the right direction?  Any advice would be very much appreciated.  Thanks so much!!!

    Thank you so much for replying!  I did in fact let flash professional create the HTML page for the site and have not altered it at all.  Would you have any other suggestions as to why it's not displaying my links/buttons on a Mac?  I checked out the browsers Firefox, ie, and safari on my pc, but looking thru safari on the Mac, the cursor does not change on any of my links or buttons.  Thanks again so much for the reply, nice to hear from a human instead of reading thousands of posts!  Very much appreciated!!!!!

  • StageVideo in Flash Professional

    I'm currently most of the way through creating a very simple iPad app (childrens storybook) that uses large segments of video and interactive buttons/puzzles.
    Currently all of this video is embedded in the timeline and is in flv (on2 vp6), however there are a lot of reccomendations for StageVideo - and the current flvs i'm using don't run that well at all. I'd like to take advantage of the hardware acceleration but I don't really know how to get started with StageVideo, all the tutorials/help online is for flash builder.
    Is there a way to run StageVideo easily in flash professional? and if so can it be synced/interact with the timeline or will I need to switch to using code? The app being mostly animation/video the timeline is much easier to work with than learning to code everything fully - I've been using flash for years but have never strayed outside simple buttons/interactivity and I don't know how complex including StageVideo would be so I'd just like to know if it's something to keep exploring for iOS, it would be nice to have better quality video than the on2 vp6 can provide without lagging.
    Thanks for any help/advice.

    Hi,
    Thanks for the help. However there aren't many instructions on that site, and I'm not entirely sure how to use the code. I used an example StageVideo code before, and managed to get it to work, both on the computer and on iOS but the problem is getting it to work with a flash professional project.
    Once i've created a playing file with StageVideo any other control I have seems to have to be done with code - I would like to use the timeline for most of the project but just be able to place StageVideo supported files within this, being able to call a video on a specific frame, adding simple button on the stage over the video etc.
    Is this kind of thing possible with SimpleStageVideo or even with standard StageVideo?

  • Help! I am trying to learn actionscripting in Flash Professional CS6

    I've recently purchased the Adobe Press Classroom in a Book for Adobe Flash Professional CS6. I am stuck in Chapter 6: Creating Interactive Navigation. I input coding EXACTLY as the book told me too and the program is coming up with errors and the animation won't stop at the first screen to allow the navigation to take place. What am I doing wrong?

    Look at the Compiler Errors panel. It shows you four identical errors. You have misspelled "gotoAndPlay".
    Good luck with your studies!

  • Trial Flash Professional without AS 3.0 classes

    Hi
    Ive downloaded Trial Flash Professional CC and i discoverd that i havent got any AS classes under "action" window.
    Is it normal and i should install external package, trial version doesnt include it or i did some mistake ?
    Regards
    LK

    there should be nothing in the actions panel unless you type it or use the snippets panel to add actions.
    <moved from Downloading, Installing, Setting Up to Flash Pro CC - General>

  • Problem with interactive map....

    Hi,
    I made interactive map in Actionscript 2, but i have to link
    it to the Mysql database by JavaScript.
    Can i do it?
    If yes than i will be happy for every posts.
    If no, than please help me with this prob.
    Thanks.

    You can have Flash talk to MySQL without a problem, though
    using JavaScript
    would not be the best way. You can use the LoadVars class to
    simply call a
    server side script (php/asp/etc) or what I recommend is to
    use AMFPHP, which
    is just a lot more robust and faster. It's more work learning
    to use it, but
    once you do it's much better than LoadVars.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Adobe Flash Professional CC 2014 Download Errors?

    So yeah, I installed Adobe Flash Proffesional from Creative Cloud but it installed the CS6 version instead of CC 2014. Before you ask, yes, I tried downloading the free trial from this website but somehow, the download didn't start AT ALL! So, please help?

    Does your machine meets the system requirements for Flash CC 2014?  System requirements | Flash Professional
    If a download does not work it usually means your browser is not set up to process the interaction properly (No fault of yours or the browser).  Make sure you clean out the cache and enable cookies before attempting to download the trial.  If the problem continues, try using a different browser.

  • Flash Professional Action Script help?

    I am try to create a website where people can view an online bible and search for within it for certain passages using a search box, but I don't know how to begin to make that happen, in flash professional. Please help.

    Whatever approach you take will depend heavily on the document(s) you have for the bible element of the design.  You somehow need to be able to seek within it and determine where matched elements can be found and how to extract the information you intend to present.
    I don't think your issue currently lies with how to do this in Flash as much as first coming up with a gameplan that identifies the players and how you can interact with and within them.

  • Problem with "Building interactive maps with Flex" example

    I have been looking at the tutorial by Matt Sheehan Building interactive maps with Flex found at
    http://www.adobe.com/devnet/flex/articles/interactive_maps.edu.html
    I have downloaded  Flash Builder 4.6 trial version and followed the example. I have also copied the source code from the example and pasted that into the file mymodestmap.mxml.
    In both cases the application opens a new page in Google Chrome but does not display any map data.
    No errors or warnings are displayed when I run the code from Flash Builder.
    Although I have got plenty of experience of writing software, I am a total beginner when it comes to developing web applications!
    Any ideas as to what I am doing wrong, I have attached the source below.
    Cheers
    Steve
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx1="library://ns.adobe.com/flex/halo"
                                     minWidth="1024" minHeight="768" creationComplete="init()" viewSourceURL="srcview/index.html" xmlns:mx="library://ns.adobe.com/flex/mx">
              <fx:Script>
                        <![CDATA[
                                  import mx.core.UIComponent;
                                  import com.modestmaps.TweenMap;   
                                  import com.modestmaps.mapproviders.OpenStreetMapProvider;
                                  import com.modestmaps.geo.Location;
                                  import com.modestmaps.extras.ZoomSlider;
                                  import com.modestmaps.extras.HandCursor; 
                                  [Bindable]private var _map:TweenMap;       
                                  private var _mapUI:UIComponent;
                                  [Bindable]private var _initialLat:Number = 40.668903;
                                  [Bindable]private var _initialLong:Number = -111.680145;
                                  [Bindable]private var _initialZoom:Number = 6;
                                  private var _mouseWheelZoomCenter:Location;
                                  private var _mouseWheelZoom:int;     
                                  private function init():void
                                            _map = new TweenMap(mappanel.width, mappanel.height, true, new OpenStreetMapProvider());   
                                            _map.setCenterZoom(new Location(_initialLat, _initialLong), _initialZoom);
                                            mapCore();
                                  private function mapCore():void
                                            _map.addEventListener(MouseEvent.MOUSE_WHEEL, mouseWheelHandler);   
                                            _mapUI = new UIComponent();
                                            _mapUI.addChild(_map);    
                                            var zoomslider:ZoomSlider = new ZoomSlider(_map);
                                            zoomslider.x = mappanel.width - zoomslider.width*2;
                                            zoomslider.y = 30;
                                            _mapUI.addChild(zoomslider);   
                                            var handcursor:HandCursor = new HandCursor(_map);
                                            _mapUI.addChild(handcursor);
                                            mappanel.addElement(_mapUI);   
                                  private function mouseWheelHandler(e:MouseEvent):void {
                                            if (e.delta < 0) {
                                                      _map.zoomOut();
                                            else if (e.delta > 0) {
                                                      _map.zoomIn();
                                            _mouseWheelZoomCenter = _map.getCenter();
                                            _mouseWheelZoom = _map.getZoom();
                        ]]>
              </fx:Script>
              <s:BorderContainer id="mappanel" width="100%" height="97%"/>
    </s:Application>

    Technically, it's Javascript, not Java :) TOTALLY different beasts. I wish they'd never named it Javascript, it's ambiguous. So anyway, on to the point of the whole thing...
    If you want quotes in your values, you'll need to write a function to replace " with \", and pass the values through it. So instead of javascript:passBack('#ENAME#','#JOB#','#SAL#'); you would have javascript:passBack(addslashes('#ENAME#'),addslashes('#JOB#'),addslashes('#SAL#'));. That would mean that ABC"DEF"GH would be passed to the function as ABC\"DEF\"GH and your quotes would stay intact. Search around on the internet for more specifics as to how to pass double quotes in javascript by using backslashes.
    ~Jer

  • Flash Professional MX Publishing Template

    There is an update for Flash Professional 8 that provides new
    publishing templates so that users aren' impacted by the Microsoft
    update to Internet Explorer regarding the handling of some web
    pages using interactive controls - ActiveX.
    Does anyone know if there is an update for Flash Professional
    MX that does that same thing?
    Thanks.

    I think that this is just saying that the display is truncated. When you publish, it still uses the full path.
    Regards,
    Randy Nielsen
    Senior Content and Community Manager
    Adobe Systems Incorporated

  • FAQ: What information should I provide when asking a question on Flash Professional forums?

    When asking a question on the Flash Professional user-to-user forums, you can make it easier by proactively providing answers to the following questions:
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.)
    Please give us more information about your Creative environment:
    What version of Flash Professional are you using? And, if applicable, include the minor version number (e.g., Flash Professional CS5.5 with the 10.5.1 update).
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac". Also, see this page to quickly check if your OS is supported for the version of Flash Professional you are using.
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected.
    If you are getting error message(s), what is the full text of the error message(s)?
    If you encountered a crash, please upload Flash Professional log files to any free file sharing sites and post a link. Depending on the OS you are using, you will find the crash logs at:
    Win: Program Files\Common files\Adobe\Installers or \Documents and Settings\<user>\Local Settings\ApplicationData\Adobe\AAMUpdater\1.0\
    Mac: /Library/Logs/Adobe/Installers or ~/ Library/ApplicationSupport/Adobe/AAMUpdater/1.0/
    Did you encounter the issue in spite of recreating Flash Professional preferences?
    What were you doing when the problem occurred?
    Has this ever worked before?
    What other software are you running on the system?
    Also, do check the Flash Professional FAQs list and also do a quick Flash Professional Community Help search to see if your question has been addressed already.
    Adding screenshots and FLAs to your discussions is highly useful and will help fetch an answer faster and easier.

    I second that. I would also suggest the list of things the user should at least supply is supplemented with the client mode; HI (High Interactivity) or SI (Standard Interactivity).
    Axel

  • Issues with Creative Cloud/Flash Professional? (Performed system restore, Flash was removed...)

    I had done a system restore to restore my computer the way it was 24 hours ago to fix some PC issues (couldn't uninstall some programs that I was going to reinstall to fix performance issues); I have three other Adobe programs of my computer that are still there, but where Flash was my most recent acquisition, it was removed when I performed the system restore. When I tried to re-download the program, CC still thinks Flash is still on my computer; I have uninstalled and reinstalled CC, gone through the program files for traces of Flash (didn't delete or alter anything, but also didn't find anything pertaining to Flash), deleted the Temp folder, attempted to download Flash Professional CC directly from the CC website, but none of these made any changes. Is there any way to manually download Flash, or "reset" CC to get it to notice Flash isn't on my computer anymore?

    It still didn't help - it removed CC from my computer, and I reinstalled it, but I've already tried that. It still says Flash Professional CC is still there (I installed Flash CS6, too, as a substitute in the meantime, but I still need Flash CC). Flash Professional CC isn't on my computer anymore - it was deleted in a system restore, but CC says it's still there, so I can't reinstall it. Is there a direct download I can use?

  • Importing swf from bin-release to Flash Professional..

    Hello,
    I'm trying to take a .swf from the bin-release folder from Flash Builder and import it into Flash Professional CS5 and it doesn't work. Here are the steps I have taken:
    I'm using the following simple code in FlashBulder
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" width="
    1200" height="450" backgroundColor="
    #cc5500" 
    >
    <mx:Canvas color="#ffffff"backgroundColor="
    #000000"width="
    100%" height="100%" 
    >  
    </mx:Canvas>
    </mx:Application>
    I create a project (Project->Export Release Build)
    I copy the .swf from the bin-release folder to my desktop.
    Finally I open Flash Professional CS5 create a new .fla and try to import the swf using File->Import->Import to Stage but nothing happens.
    I can import other swfs that I have created from Flash Professional successfully.
    Does anyone know what I might be doing wrong?
    Thanks in Advance.

    The solutions is to navigate to the Flex Compiler tab
    (Project>Properties) and add the
    “-use-network=false” argument to the “Additional
    compiler arguments” line.

Maybe you are looking for