Is Edge Animate intended to replace Flash?

Is Edge Animate intended to replace Flash?  I have worked with Flash for almost 15 years and love it, what is its future?

With Apple rejecting mobile support for Flash and Apple's dominance in those markets, I believe Edge is Adobe's attempt to stay relevant in areas where Flash is not  (HTML5, JQuery the new web darlings). As far as Flash's future it's an open question,  I don't think it's predicament is Adobe's fault, but end users that use it primarily for it's animation/video prowess,which it's great at. Few use it's ability to marry the former with it's  ability to retrieve and serve data as another part of an interactive banner, for example. Plus the tablet market is in flux. Apple is still the dominant player but it's market share is slipping (most other tablets support flash), at least in the recent fiscal quarters. I have worked on a two large jobs in which this situation was ignored and upon completion the reality set in and I'm sorry to say, heads rolled. They didn't listen to the market, which Adobe is doing or heging. That's my two cents.

Similar Messages

  • I need to translate a flash program with many pages to edge animate CC. Is there an easy way top build new pages, so that you can jump from one page to another withion the same file?

    I have only seen in all the examples in books and on the net that edge animate works on one page only. Maybe I hve not fully understood the concept, but in flash it was easy. Perhaps there is also an easy way in edge animate?

    You can either make a symbol for each page in the same composition or you can use edge commons composition loader to load several compositions into the same composition which serves as a container.

  • Are Adobe EVER going to make Edge Animate scale-to-fit (like Flash)?

    I've been following the progress of Edge Animate (formerly Edge) ever since Steve Jobs decided he wasn't having Flash on the iPad.
    With each new version I've been desperately looking for the feature that I consider the most important of all: Scale-to-fit
    There are a couple of discussions already on this forum where people have requested this feature - but both have been sidetracked by replies from people who haven't understood what 'scale-to-fit' is. So let me explain Scale-to-fit:
    I'm talking about the feature in Flash - where if the HTML dimensions are set to 'Percent' - then the resultant movie will scale-to-fit any browser window. Here is an example of what I mean:
    http://www.skippingschool.co.uk
    - try changing the browser size and you'll see the whole frame (graphics and images) scales without changing its proportions.
    When the latest version of Edge Animate came out with its built-in easy-to-follow 'Resize' Lesson, I thought Adobe had finally found an answer. But good though this feature is, it doesn't solve the problem. It's only possible to properly scale-to-fit images - not graphics.
    It's now more important than ever that Adobe finds a solution to this problem. The world is going 'Responsive' - its not just a fad. And 'Responsive' is not just about three columns being squeezed into one. All Responsive sites require images, graphics AND animations to scale-to-fit. So Adobe's tutorial showing how Edge Animate can be added to WordPress sites is of limited use because it won't work for Responsive web sites.
    So please Adobe, will someone tell me if scale-to-fit is EVER going to happen? I don't mind if it's 3 months, 6 months, 9 months down the line - but I need to know if it's worth me sticking with Edge Animate - or whether I should be looking toward HTML5 Canvas or something else for a solution?
    Alternatively, is there some fundamental reason why it can NEVER happen?
    Please tell me? Just put me out of my misery!

    Hi Sarah,
    I hope you don't mind but I played around with your code a bit and managed to get the kind of scale-to-fit behavior that I believe the OP was asking about.  I think the trick is to make sure that you also check whether the scaled height of the stage exceeds the height of the browser window and change the scaling so that it is responsive to changes in both the width and height of the window, whichever is the limiting factor. The code I changed in CompositionReady appears in bold below.  I hope this helps.
    sym.$("#Stage").css({ // Set the transform origin so we always scale to the top left corner of the stage
    "transform-origin":"0 0",
    "-ms-transform-origin":"0 0",
    "-webkit-transform-origin":"0 0",
    "-moz-transform-origin":"0 0",
    "-o-transform-origin":"0 0"
    function scaleStage() {
        var stage = sym.$('Stage'); // Set a reusable variable to reference the stage
        var parent = sym.$('Stage').parent(); // Set a reusable variable to reference the parent container of the stage
        var parentWidth = stage.parent().width(); // Get the parent of the stage width
        var parentHeight = $(window).height(); // Get the browser window height
        var stageWidth = stage.width(); // Get the stage width
        var stageHeight = stage.height(); // Get the stage height
        var desiredWidth = Math.round(parentWidth * 1); // Set the new width of the stage as it scales
        var desiredHeight = Math.round(parentHeight * 1); // Set the new height of the stage as it scales
        var rescaleWidth = (desiredWidth / stageWidth); // Set a variable to calculate the new width of the stage as it scales
        var rescaleHeight = (desiredHeight / stageHeight); // Set a variable to calculate the new height of the stage as it scales
        var rescale = rescaleWidth;
        if (stageHeight * rescale > desiredHeight) // Do not scale larger than the height of the browser window
                        rescale = rescaleHeight;
    // Rescale the stage!
               stage.css('transform', 'scale(' + rescale + ')');
         stage.css(  '-o-transform', 'scale(' + rescale + ')');
               stage.css('-ms-transform', 'scale(' + rescale + ')');
         stage.css('-webkit-transform', 'scale(' + rescale + ')');
               stage.css('-moz-transform', 'scale(' + rescale + ')');
         stage.css('-o-transform', 'scale(' + rescale + ')');
               parent.height(stageHeight * rescale); // Reset the height of the parent container so the objects below it will reflow as the height adjusts
    // Make it happen when the browser resizes
    $(window).on('resize', function(){
               scaleStage();
    // Make it happen when the page first loads
    $(document).ready(function(){
        scaleStage();

  • Exporting flash cc html5 animation to edge animate

    I want to create an interactive animation for PC, cellphones tablets etc. Since most cellphones do not support flash I decided to do this in HTML5. Flash cc supports html5 canvas but the response time of the simple buttons I created is just awful and buggy. After researching I found out that everyone suggest Edge for html5 content. My problem is in edge I do not have any brush or pen tools which I need for my animations. So I would have to create vector animations in flash and export them to edge. I have found absolutely nothing to do this. I can either export as swf which the majority of cellphones do not support or videos that are non vector or non vector image sequences. I can publish flash cc html5 canvas as html/js but I cant Import it to edge. Am I missing something or why isn't this possible?

    Hi Alhab
    One way to do this is, exporting your content from Flash to Edge Animate as sprite sheets. The following discussion might help you to bring your content from Flash to Animate.
    created animation in flash turn it into a rollover
    Let us know If you need more help.
    Thanks
    Manigandan

  • Flash Timeline Animation to Edge Animate CC?

    I have a client with an old Flash CS4 Presentation file that uses Forms and Slides and they want to update their presentation to HTML. I am not concerned about the presentation functionality or shell as my developer will create a new one... But, the presentation contains a bunch of timeline animations that demo their product.
    I don't want to export the animations out using the Canvas tag, or as a movie or image sequence.
    I am new to Edge, but I am thinking this is the solution for the animations.
    Is there a way to export/import these Flash timeline animations into Edge? Or even, at the very least, import the assets into Edge?
    Thanks,
    Carol

    What kind of animations do you have? If you have scenes in Flash you can reproduce that in Edge Animate with symbols. For small animations like a runner for example you can create a spritesheet with Flash and use it in Animate. You will have to use the clip tool and display on/off to set it up. Rigth now it takes several tools to go from Flash to Animate but Animate is quite adequate to reproduce what was done in Flash.

  • Help needed! From Flash Professional to Edge Animate poll.

    If you have used Adobe Flash Professional and Adobe Edge Animate, please answer this 12-question poll. I'm studying in a university at the moment, and to complete the assignment that I have to do, I created a simple poll to find out, how users of Flash Professional can adapt to animating in Edge Animate. I'd appreciate it alot, if you answered this poll!
    https://docs.google.com/spreadsheet/viewform?formkey=dEZCdHp3SGVSOEdseEM2WG5MMk1xdUE6MQ
    Thank you!

    hi heldeJ,
    i just filled out your poll. I'm a flash developer who is moving to edge and would be interested in seeing the results of your poll. Good luck with it!
    best regards,
    -sharon

  • Import flash animation into edge animate

    Hi,
    I need to import a flash vector cartoon style animation into edge animate, do you know how can I do it?
    Kind regards,
    eugenxi

    Hi eugenxi,
    You can use the Export Png Sequence feature included with Flash CS6 to export a series of pngs from your symbol animation (tut by Tom Green):
    http://layersmagazine.com/png-sequence-from-flash-cs6.html
    Then import the pngs to Fireworks, and use John Dunning's plugin to export a symbol directly to Edge Animate:
    http://johndunning.com/fireworks/about/EdgeAnimate

  • Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • Can we import Flash into Edge Animate

    Hi
    I would like to know if we can import Flash animation into Edge Animate and into Muse

    Hi Dan,
    There is no such workflow as far as I know. However, Animate does support native HTML5 videos.
    Edge Animate Help | Add video to animations
    Also see Add engaging content from Edge Animate and Flash | Adobe Muse CC tutorials
    Thanks,
    Preran

  • What advantage does Edge Animate contribute to Flash Pro cc when programming a multi-player (2-4 players) interactive online game?

    What advantage does Edge Animate contribute to Flash Pro cc when programming a multi-player (2-4 players) interactive online game?  If Edge Animate can contribute that advantage to Flash Pro, are any of the other Edge products necessary to program a multi-player interactive online game?  This would be a PC based and not mobile game.

    Additional comment by Phila Biblion: The game under consideration would be PC based and not mobile.

  • After Effects vs Edge Animate vs Flash vs Photoshop

    Hi - I am looking to create short (cartoon) animated training videos with voice and/or music to be posted on companies' intranets in MP4. What is the best software for this purpose?
    I have been looking for a comparison chart (in laymans terms) describing the similarities and differences between the porgrams, the output files they can produce and the pros and cons of using each.
    Thanks!
    Tracy

    These apps are completely different animals. If you are going to produce training videos that are more than a few seconds long then you need and editing program like Premiere Pro to edit the shots and do the sound and music mixing.  After Effects or something like Cartoon Smart can be used to create the cartoons. Premiere Pro will take you about a week to get a handle on, After Effects will take quite a bit longer. If you have not done any cartoon animation before then you either have to know how to draw and understand the principals of cell animation or use something like Cartoon Smart to create your characters. Edge Animate and Flash are for creating interactive animations not for making movies. You can embed movies in either and both have long and steep learning curves to do something like you are describing.
    Photoshop if for editing photographs and if you are a skilled artist you can use it for creating original artwork from scratch. Illustrator is probably better suited to create cartoons. There is no program that you can just buy and a week later produce a commercial product. The hardest part of training videos is not the animation, it's the writing. Most online training is really awful because of poor writing so that's where you should start. Either learn to write training or hire or collaborate with a good writer, figure out a style that you want to emulate, make it your own, learn the appropriate software, make a good demo, then go out and pitch your work. The last training videos that I worked on that were mostly animation had a production team of 15 people and we worked for a month to produce 5 hours of quality training. About 750 man hours were spent on the project. Cartoons are not fast and easy. There are no magic buttons you can press to make things work out in minutes.
    If you give us an example that shows exactly the kind of thing you want to do then we can give you an idea of production techniques to achieve your goal, production time per finished minute, and the amount of time you can expect to spend learning how to use the software to create the product.

  • Html5 animation: Flash CC vs. Edge Animate?

    I've been using Flash for many years, and am now creating html5 animations. Just curious, why would I want to use Edge animate to create html5 animation, when I could just make an animation in Flash CC, and then export as html5 canvas? Do both Flash and Edge basically render the same thing (in terms of html/css/js), or are there differences? Thanks!

    Re the topic of this discussion - I'd been wondering the same thing.
    Until recently, I assumed there was no real difference other than the interface (I prefer the Edge layout - it's closer to video editing - but wish they would undo the changes made to the code editor since CC 2014. I need as many JavaScript hints as possible!).
    But now I'm looking at the area of ebooks and there are problems with Edge animations on iPads, even though they are indeed HTML5. See Adobe discussion here: https://forums.adobe.com/message/6550864
    On the one hand, iBooks may have a problem with content in iFrames. (I'm not into coding - but the Adobe guy in the other forum alluded to as much.)
    On the other hand, even the GitReader app on iPad won't interact with the Edge animation within an iFrame. ...But it will with Flash & Captivate HTML output.
    Could it be that Edge uses its own library of Edge JS, whereas the libraries used by Flash Captivate (CreateJS) are supported by iOS?
    Whatever the reason, I'm now investing time in Flash  HTML5 content over Edge.

  • Can you have more than one Edge Animate "project" on a website?  I'm getting messages that there is already a file with the same name and I'm asked if I want to replace it?!?!

    I've created more than one Edge Animate "Object" for the website, but can't seem to get them both to load into Dreamweaver. Is it possible to have more than one "Object" on a site?
    I'm using Windows 8.1

    I think you are using the same Composition Class on both project. On the properties tab, you can change this number (e.g.: EDGE-1637270).

  • One edge animate oam file with sound no work in muse, I need urgent help please

    (I speak spanish and I translate this with google translate, sorry.  Try to understand)(I can read english)
    A sound file oam place it in adobe muse does not work, how can I do. In works right edge Animate and when I preview in the browser looks perfect and 100% working well but when I step by Muse does not work. When I pass the file to Muse, you can see placed in the page design, but when I preview I do not see anything in the file that I placed. When I tried it without sound if it worked but after you add sound and replaced it with the new file (delete the old file and place the new) no lifts. I implementación.oam public with package, and then drag the file created page design muse.

    Try unplugging the AC adapter, removing the battery, then holding the power button down for a minimum of 30 seconds.  Then plug the AC back in and try to power it up.  If it does, good.  If not, repeat the proceedure only time only plug the battery back in.  If this still doesn't work you'll need to send it in to either Toshiba or to some repair shop that has an EProm burner such as http://www.aqstech.com/ as you won't be able to fix it at home.
    And next time DO NOT FLASH FROM WITHIN WINDOWS.  NEVER, EVER, EVER, UNDER ANY CIRCUMSTANCES FLASH A BIOS UNDER WINDOWS.  Always flash a bios from an actual Dos Prompt.  The BIos File from Toshiba provides instructions inside the Archive once you decompress it on creating a Bios Flash CD (and you can use a ReWritable CD-RW so you don't waste a disk) that should be used. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Is it possible to design an animated navigation bar in Edge Animate CC for use in a Dreamweaver CC site to act as the site's internal navigation? I have my own example for review.

    Hi all,
    I'm hoping one of you good people can help me with this. I usually try and work out things by myself and is my first time posting as this one really has me stumped. A solution would be fantastic but if I could be given a definitive answer if it can be done or not then at least I can stop wasting my time.
    I'm loving Edge Animate as a cross browser alternative to Flash and the complete control I can now have building HTML5 and CSS animations from scratch. I build websites using Dreamweaver CC and wanted to create a bespoke drop down navigation for one of my sites in Edge animate CC to take into Dreamweaver. This I have done and is where I am having problems. The link to the test homepage in question is below with the nag bar made in Edge CC top right.
    http://www.elastic-canvas.co.uk/Nick_Scott_Media%202014_Website/index.html
    The problem is when setting the link attribute in Edge animate. You have the options of 'link in same window' or 'link in new window'. As it's for an internal navigation system neither seem to be appropriate. If I set it to open in a new window and set the live website address as follows it opens up the new page in a new window where as I want to replace the page. This is an example of the code I used to test if clicking 'sports advertising' would take you beck to the homepage:
    // Navigate to a new URL in a new window
    // (replace "_blank" with appropriate target attribute)
    window.open("http://www.elastic-canvas.co.uk/Nick_Scott_Media%202014_Website/index.html", "_blank");
    I ideally want to get into the code and just wrap each nav element with a <a href=""><a> tag. Can this be done and can it be done directly in Edge Animate CC?
    Cheers, Matt

    Hi,
    According to your description, my understanding is that use CMAK to configure split tunneling on VPN clients, traffic to specified devices can be routed via their own default gateway.
    If the manually added route entries all have default metric and interface, clients will select one by the default routing rule, can’t select one of them according to clients’ own conditions. So, I am afraid that CMAK can’t implement the function which you need.
    A blog described about How to configure split tunneling on VPN clients using CMAK, for your reference:
    http://blogs.technet.com/b/rrasblog/archive/2007/06/11/split-tunnelling-using-cmak.aspx
    Best Regards,
    Eve Wang 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for

  • How can i access value mapping table using xslt mapping

    Hi All, I have maintained value mapping table in integration directory.I want to access the data from the value mapping table in XSLT mapping using java function.PLease suggest me to do this. Thanks Pullarao.

  • Can't open Apple Remote battery door. HELP!

    I'm pressing on the small indention on the bottom of the remote but the tray is not sliding out. I hear a click, but nothing happens. I've tried everything imaginable. Anyone have any tips?

  • INFO RECORD/subcontracting

    Hi Gurus,                     a) I want to know what difference it makes when i create.. 1) a info record with vendor A ans Material B with standard procurement type 2) a info record for same vendor A and Material B with subcontracting procurement ty

  • 'Database logon failed (LO 26603) - Please HELP ME!

    Hi everybody... i need your help for an authentication issue whit LIVE OFFICE connections from Xcelsius2008 to Crystal Report Server 2008. I've just connected other reports data in Xcelsius2008 but generating the SWF sometimes the SWFs can not logon

  • Is there a merge module for HHActiveX.dll

    I told the developer who creates our install images that we needed to install and register HHActiveX.dll because we are using the glossary in our RoboHTML help project. He asked if there was a merge module available for this dll which will allow us t