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();

Similar Messages

  • Are you ever going to make iBooks for Mac OSX?

    It seems crazy to me that Apple has not released iBooks for the Mac!! Why would you hold out on such an essential tool for students or anyone wanting to use their computers and iOS devices for reading??
    Has there been any new for a forthcoming iBooks for Mac?

    jpapes84 wrote:
    Has there been any new for a forthcoming iBooks for Mac?
    No, and I doubt there will ever be. iBooks is only for iOS.

  • Is Adobe ever going to make their products coherent?

    It's truly driving me nuts that each product has it's own behavior, it's own shortcuts and so.
    I know you eg. bought Flash with it's wierd shortcuts, but coudn't you just add an option to install CS as it is now (that means handfull of stand-alone applications which don't have much in common for those who are already used to it) and another installation variant with coherent and unified control and behavior over all CS produtcs?

    Well, nothing is impossible but my personal guess (and it is just a guess)  would be that the more OS X sandboxes, the less likely this becomes.

  • Is Apple ever going to make an agenda app for the iPhone?

    Is Apple ever going to make an agenda app for the iPhone?

    have you tried to rotate your phone to landscape mode when looking to calendar?
    As well at the bottom of calendar there are buttons Today, Day, List, Month

  • Are we ever going to get angry birds in South Africa

    Are we ever going to get angry birds in South Africa, afta leaving android jus found out i cnt get angry birds on iphone 5

    From what I understand, games are not available in the SA App Store as the goverment cannot make up their minds regarding the age classification of games. So it's not Apple and not the developers but the SA goverment that is blocking the sale of games in SA. The only way to get access to games is to have a US or UK iTunes account.

  • Are you guys going to make a a tri-band iPhone

    Are you Guys going to make a Tri-Band iPhone

    Ok I didn't know that and I have and iPhone 5s and it's through Sprint and they have a network called (Sprint Sprak) and it's a Tri-Band Network and iPhones are not compatible with it and if and iPhones has 5 Bands it should work but it don't

  • Are you ever going to fix the "You've been signed out" problem?

    I've gone through forums and your trouble shooting page and I've found a lot of angry customers over thus Creative Cloud "You've been signed out" problem. Fortunately for me, I'm not a customer. I installed it so I could download a trial or premiere with the intention to buy, but now I don't need the trial because this is issue has made up my mind. But I am still curious if you're ever going to fix it?

    This is a user forum please open a problem report over at http://feedback.photoshop.com/photoshop_family/

  • Problème de défilement dans adobe muse avec fichier OAM ( edge animate )

    Bonjour,
    Suite à de nombreuses recherches pour solutionner mon problème, je me tourne vers la communauté dans l'espoir d'y remédier. J'en peut plus....
    Voici les étapes :
    Edge Animate
    J'ai 10 images PNG superposée les unes aux autres.
    Chaque image est munie par 2 images clés avec " afficher oui - non " en escalade.
    Une fois terminée, je les groupe en DIV
    Ensuite je le convertie en symbole.
    Le symbole affiche " lecture "
    Je désactive la lecture auto.
    Je publie le travail en OAM de façon à ce que Muse puisse le comprendre.
    Pour le moment tout va bien
    Je passe sur Muse
    Je dépose le fichier OAM dans Muse
    Je vais dans effet de défilement, je sélectionne edge animate, coche edge animate, je met en lecture automatique et positionne la clé de déclenchement.
    Lorsque je fais aperçu ou prévisualiser  dans le navigateur la page, le fichier OAM se lance dés qu'il est chargé et non en position de la clé.
    Ca ne doit pas tenir à grand chose, je pense, mais en attendant ça me bloque l'avancement du site.
    Est ce que quelqu'un peut m'aider à lancer la lecture du fichier OAM lorsque le navigateur atteint la clé et non dés son chargement.
    Merci par avance de votre aide.

    Bien,
    j'ai fait un test sans convertir le groupe en symbole et apparement ça à l'air de fonctionner. Ca reste qu'un petit échantillon.
    Cependant, je suis toujours ouvert à une réponse.

  • Are they ever going to get adobe flash for the iphone?

    One thing you can do on windows based phones, which you cant on iphones is watch or use anything that is adobe flash. I get nba league pass every year, and would love to be able to stream games on my phone while at work, but it cant be done. Cant even go to nba.com and get scores. But there are also a ton of sites that use adobe flash, but dont work on the iphone. If they truly want to make this like a mini computer, including adobe flash would make this the only phone you would need.

    Windows mobile devices have a Flash-lite version, which is compatible with most flash provided content but not all - hence the "lite" included with the name.
    Apple has stated they aren't interested in the Flash-lite version which is limited, and the full version is a processor hog on a Mac or Windows PC.
    It is up to Adobe to provide a plugin version that meets Apple's approval and no one here knows if or when that will occur.

  • Are we ever going to see this (and other mobile apps) available for Android?

    I'm starting to get pretty upset about this. I've been a proponent of Adobe CC since it started, as the licensing and payment model works great for small businesses like mine. However, I feel like I'm not part of the CC group now as more and more mobile apps are launched that we cannot access. Surely there's a huge portion of Adobe CC users who don't use Apple products, but still work on the road and want to work with clients in their offices, etc, etc.
    Calling all non-Apple users... please can we apply some pressure as a group and get Adobe to make some sort of effort on this front?

    Or how about the other 90% of businesses working on Windows? When will this be available for Windows? (2-in-1s, Surface Pro 3, etc.)
    Please, stop with the Apple bias, Adobe! I'm never going to realistically use Comp CC, Photoshop or Illustrator on something that has only 1GB of RAM, a cutesy single-core mobile device processor (vs. the i7 in the Surface Pro 3), that can't print to the HP color laser jet sitting next to me, that can't multi-task between programs and that forces you to use a squishy, hide-the-pen-tip, rubber-tipped stylus. It's like choosing your teenage daughter's tablet to do demanding, professional work. Square peg, round hole.

  • Is Adobe ever going to do a flash player for Windows 7 64 bit IE ?

    I've had my Win 7 64 bit laptop over 6 months and still no sign of compatible
    flash player for the IE 64 bit. Is there ever likely to be one ?

    I read from Adobe's own site that they are working on the 64-bit version for most everything:
    http://kb2.adobe.com/cps/000/6b3af6c9.html
    They provide instructions for installing on Mac as well.
    I imaging Apple (ahem, Steve Jobs) will still resist Flash on their products until they can get them to run smooth consistently, and even then they're not likely to allow it on their hand-held devices because they don't like developers using cross-compatible languages.

  • Make Edge Animate Button scroll to anchor point on click

    Hey everyone,
    first: I don't know anything about code...
    I am currently setting up a one-page website and want to work with animated buttons made in edge.
    So far everythink is working great.
    My problem is that if I use the click condition "open URL" this will bring me to the desired location on my page but it will ignore the nice scrolling animation and jump there right away.
    What kind of function do I need to solve this?
    Thanks for your efforts.
    - Toni

    Hello, your code just saved me!
    I am also looking for something similar to this:http://www.heathrowe.com/edge/scroll_with_page/
    I would like to have something like the square but that it just stays in the same position, with out the animation.
    The code for that is:
    In Stage > compostionReady
    $(window).scroll(function(){
           var element = sym.$("arroworb");
           element.stop()
      .animate({"marginTop": ($(window).scrollTop() + 30) + "px"}, "slow" );
    Do you know what should I change in that so it skips the animation? I'm gussing is the "slow" has something to do with it but had no luck trying by myself.
    Thanks in advance!

  • White MacBook cracks, are they ever going to offer a perm. solution?

    I'm well aware of the issue of the White 15" MacBooks cracking, mine cracked on me, almost completely breaking my computer apart, even though I'm very careful. I called them w/2 weeks to go on my warranty and they fixed it, I should have been smart and gotten the extended warranty then but noooooo. Anyways I'm almost done w/my second year with my mac and it's doing it again, in fact it looked fine last night when I closed my lid before dinner, no breaks. I opened it back up after, the whole time it was sitting on my desk. Open it back up and a piece flies off of it. I now have a .5" chunk of wristpad area missing. And it hurts! I get all scratched up every time I use it!
    My question is this, since many people have had this issue is Apple offering any recourse? I know I'm out of warranty but seriously this is becoming a bit much! I don't really want to pay to get this fixed, but I need a non-mutilating wristpad area! I feel this is something that shouldn't rely on a warranty. Obviously if a car company had an issue where bumpers kept falling off and it was a manufacturing issue, they should replace everyone's bumpers. They couldn't get away with it if they didn't!
    It took me weeks of arguing with Apple just to get them to fix it the first time, and I'm a college student and I need my MacBook all the time, I have a hard time sending it away! And the closest Apple store is 2 1/2+ hours away from me! Tell me why Tallahassee, a 3 college/state capital doesn't have an Apple store?
    Anyone have any advice?!

    Yes I did have to argue because they insisted their MacBooks couldn't crack and that it was user abuse. Mine I believe was one of the first to do so, and they made me wait until many more people reported it. Then GM *****. I'm not putting a single bit of duct tape on my mac! That's insane. And I'm insulted you think I slam my notebook shut, I always gently close it. I had to EARN every single dollar to pay for this thing, it took me months, no way would I abuse this thing, I treat it better than everything I own. None of which is breaking....

  • Creative ever going to make SPDIF onbo

    I just wanted to see if there are others like me who would like to see cards with SPDIF built onboard. I used to have a creative audigy gamer in my computer but then I upgraded my speaker system to the Z5500 which has a SPDIF connection. I am now using the SPDIF connection that comes with my motherboard and won't upgrade until creative comes out with a sound card that has it built onboard. If motherboard manufactures are able to build it onboard why does creative have to have theirs on a seperate unit... I don't need something else filling up my desk... Just want to see how many people also want to see a card with SPDIF built onto it and not a seperate unit.

    uhhhhh. Creative card have SPDIF output and that for a long time now. I suppose you talk about optical connection. Then why don't you use SPDIF coaxial to connect your sound card to your speakers?

  • APPLE ARE YOU EVER GOING TO FIX THE MACBOOK'S WIRELESS PROBLEM??

    How long do we have to wait for a simple wireless fix? I have been waiting over a year putting up with being disconnected from the net every single 5 minutes of every day. its making my blood boil. I have to use boot camp to run Windows XP on my macbook just because wireless is absolutely perfect when running on Windows XP. How hard can it be to fix this on Leopard? I have searched through hundreds of threads and have found no fixes whatsoever. For a company who strives for perfection you are pretty far from it.

    Not at my house, sadly. Since the update I've been plagued again by the up/down/up/down for "en1" (the wifi network interface, i.e. Airport). I have four bars too; this problem happens even if I'm sitting next to the router.
    Oct 26 12:35:49 administrators-macbook-pro-15 kernel[0]: AirPort: Link Down on en1
    Oct 26 12:35:52 administrators-macbook-pro-15 kernel[0]: AirPort: Link Up on en1
    Oct 26 12:36:13 administrators-macbook-pro-15 kernel[0]: AirPort: Link Down on en1
    Oct 26 12:36:15 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.150); network traffic reduction measures in effect
    Oct 26 12:36:15 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:0217:F2FF:FE9C:9555); network traffic reduction measures in effect
    Oct 26 12:36:15 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.150); network traffic reduction measures in effect
    Oct 26 12:36:16 administrators-macbook-pro-15 kernel[0]: AirPort: Link Up on en1
    Oct 26 12:36:17 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.150); network traffic reduction measures in effect
    Oct 26 12:36:17 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:0217:F2FF:FE9C:9555); network traffic reduction measures in effect
    Oct 26 12:36:17 administrators-macbook-pro-15 mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.150); network traffic reduction measures in effect
    Oct 26 12:38:46 administrators-macbook-pro-15 ntpd[25]: time reset +0.518492 s
    Oct 26 12:39:58 administrators-macbook-pro-15 kernel[0]: AirPort: Link Down on en1
    Oct 26 12:40:02 administrators-macbook-pro-15 kernel[0]: AirPort: Link Up on en1
    Oct 26 12:43:13 administrators-macbook-pro-15 kernel[0]: AirPort: Link Down on en1
    Oct 26 12:43:16 administrators-macbook-pro-15 kernel[0]: AirPort: Link Up on en1

Maybe you are looking for

  • How to add attachment to a mail from client side to an account

    hi all, i am using java mail api for my web-application. what i have done is that when the user submits a weekly-report form , the contents of form are mailed to a specific address acount in gmail from where i can retrieve all mails. i am able to ach

  • Listener: ORA-00604 ORA-01219

    We have a database on 10.2.0.5.0. Sometimes we are able to login, sometimes we get the error below (this is from the client, on the server it works): SQL> conn dba@tst ERROR: ORA-00604: error occurred at recursive SQL level 1 ORA-01219: database not

  • Transaction logs after large mailbox archive?

    Hi all, I've recently run a large mailbox archive on our mailbox database and I'm concerned about the transaction log files that will be produced. Some info: We run a single Exchange server on Windows Server 2008, on a single hard disk. The system is

  • List of photos and their collections

    Is there a way to print or view a list of all imported photos and the collections that they belong to? Right clicking on each image to view this type of info is pretty cumbersome.

  • NWDS in Win 7

    Hi, I have a query about the NWDS installation and working on Win7 (32bit). I can see the note 1566977. Is NWDS problems under win7 OS is fixed now? Kindly help on this. Regards, Rambabu