Bug. Can't put two Edge Animate animations on same page

Alrighty. Just thanked Adobe for fixing responsive scaling issue. Now there seems to be a new one. When I put two Edge Animate animations on the same page, they both disappear entirely from view! Both in live view (or what was fluid grid view) and when trying to preview in any browser. The responsive design is working great but if I put two animations on the same page they both just disappear! GONE!
Maybe there is some code I can use to stop this from happening. I have done a number of tests over the last hour or so. My smile (from the responsive fix) is now a frown again. I can not continue to work like this. Please let me know if there is something I am doing wrong. I could have two animations in one page no worries before this release but the responsive design wasn't working properly. NOW the responsive design works but I can not have MORE THAN ONE ANIMATION on same page. Thanks for your time. Kind regards Julian.

Hi Julian,
First, in general, you can't create two instances of the same edge composition (this is not supported by EdgeRuntime), to be used in the same file.
But if you want to use same composition multiple times, then follow the steps to create multiple copies to be treated as multiple instances:
    1. Open the composition whose multiple instance you want to use.
    2. Change the "Composition Class" to some other value
    3. Do a SaveAs and save it to create another copy of the same composition. // This copy can be treated as an instance.
    4. Repeat the steps 2 to 4, to create multiple copies of the same composition, and you will end up creating multiple instances.
Second, you need to do small changes manually in the DreamWeaver html file.
    So, right now if you import two Edge Compositions in the html page, it will come as follow in the html <head/> section:
Before Modification: Dropbox - problem.rar
<!--Adobe Edge Runtime-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script>
  var custHtmlRoot="Untitled-1/Assets/";
  var script = document.createElement('script');
  script.type= "text/javascript";
script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
  var head = document.getElementsByTagName('head')[0], done=false;
  script.onload = script.onreadystatechange = function(){
  if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
  done=true;
  var opts ={
    scaleToFit: "width",
    centerStage: "none",
    minW: "0",
    maxW: "undefined",
    width: "550px",
    height: "400px"
  opts.htmlRoot =custHtmlRoot;
  AdobeEdge.loadComposition('Untitled-1', 'EDGE-1372833673', opts,
  {"dom":{}}, {"dom":{}});
  script.onload = script.onreadystatechange = null;
  head.removeChild(script);
  head.appendChild(script);
  </script>
<style>
        .edgeLoad-EDGE-1372833673 { visibility:hidden; }
    </style>
<!--Adobe Edge Runtime End-->
<!--Adobe Edge Runtime-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script>
  var custHtmlRoot="Untitled-2/Assets/";
  var script = document.createElement('script');
  script.type= "text/javascript";
script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
  var head = document.getElementsByTagName('head')[0], done=false;
  script.onload = script.onreadystatechange = function(){
  if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
  done=true;
  var opts ={
    scaleToFit: "width",
    centerStage: "none",
    minW: "0",
    maxW: "undefined",
    width: "550px",
    height: "400px"
  opts.htmlRoot =custHtmlRoot;
  AdobeEdge.loadComposition('Untitled-2', 'EDGE-1372913196', opts,
  {"dom":{}}, {"dom":{}});
  script.onload = script.onreadystatechange = null;
  head.removeChild(script);
  head.appendChild(script);
  </script>
<style>
        .edgeLoad-EDGE-1372913196 { visibility:hidden; }
    </style>
<!--Adobe Edge Runtime End-->
After Modification:Dropbox - resolved.rar
<!--Adobe Edge Runtime-->
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<script>
  var custHtmlRoot="Untitled-1/Assets/";
  var script = document.createElement('script');
  script.type= "text/javascript";
  script.src = custHtmlRoot+"edge_includes/edge.5.0.0.min.js";
  var head = document.getElementsByTagName('head')[0], done=false;
  script.onload = script.onreadystatechange = function(){
  if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
  done=true;
  var opts ={
  scaleToFit: "width",
  centerStage: "none",
  minW: "0",
  maxW: "undefined",
  width: "550px",
  height: "400px"
  opts.htmlRoot =custHtmlRoot;
  AdobeEdge.loadComposition('Untitled-1', 'EDGE-1372833673', opts,
  {"dom":{}}, {"dom":{}});
  script.onload = script.onreadystatechange = null;
  head.removeChild(script);
  //For 2nd Composition
  (function(){
  var custHtmlRoot = "Untitled-2/Assets/";
  var opts = {
  scaleToFit: "width",
  centerStage: "none",
  minW: "0",
  maxW: "undefined",
  width: "550px",
  height: "400px"
  opts.htmlRoot =custHtmlRoot;
  AdobeEdge.loadComposition('Untitled-2', 'EDGE-1372913196', opts, {"dom":{}}, {"dom":{}});
  head.appendChild(script);
  </script>
  <style>
        .edgeLoad-EDGE-1372833673 { visibility:hidden; }
        .edgeLoad-EDGE-1372913196 { visibility:hidden; }  /* Styles from both composition can be merged together, optional but good practice */
    </style>
<!--Adobe Edge Runtime End-->
Do let me know in case if it doesn't work.
hope it helps,
Vivekuma

Similar Messages

  • Can you put two iTunes libraries on the same computer? what is the best way?

    Is it possible to put two iTunes libraries on the same computer?  What is the best way to do it so the two libraries are not connected?

    MSGTN wrote:
    Is it possible to put two iTunes libraries on the same computer?
    yes.
    What is the best way to do it so the two libraries are not connected?
    give them distinct names. launch iTunes while holding the option (⌥) key, click on choose library when prompted, and select the iTunes folder of the desired library.
    FWIW, there are 3rd party apps that help with managing multiple libraries, notably:
    PowerTunes
    iTunes Library Manager

  • Can't put two 5508 WLCs in the same RF group

    Hi experts,
    I have two 5508 WLCs and I want them to be backup to each other. I put in the same "RF Group Name" and even the same "Default Mobility Domain Name" however under Wireless -> 802.11b/g/n -> RRM -> RF Grouping each controller still only have themselves as the only memter to the group.
    Two controllers are having management IPs on the same subnet 192.168.161.x/24. AP-manager interfaces are in the same network as well. They can ping each other fine. The following screen shots show the current relavent config on the controller:
    I do have two controllers in the same mobility group and they are both showing up...
    Does anyone know why they can't add each other to the RF group? All other settings are pretty much default...
    Thanks!

    Hi,
    is there a chance that one of the 2 WLC doesn't contain any access point ? Or that the APs from one WLC are not physically close to the APs of the second WLC ?
    The point of RF grouping is to exchange RF information, to make RRM decisions together and to know what ap is a rogue and which is not. RF group information travels over the air from AP to AP.
    So if a wlc has no ap of if its APs are not close to those of the other WLC there is both no point in grouping with the other WLC in rf group and also no technical way of doing so.
    Regards,
    Nicolas
    ===
    Don't forget to rate answers that you find useful

  • How can I put two icloud accounts in the same pc?

    Hallo, I have two icloud accounts, one for me and another for my wife, and I would like to put the two accounts in the same pc, because I want to share all the photos of the two accounts with the pc automatically, but I do not know how to do this. The icloud panel only let me to put one account, and if I want to put another account I have to put out before the first account.

    I found some clues last week in these linkes.
    http://forum.java.sun.com/thread.jspa?threadID=657406&tstart=150
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html#java
    Which has the contents like the below:
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    I tried the method of change the control panel but they did not work either.
    Any other helps?
    Thanks in advantage.
    Message was edited by:
    daiwill

  • How can I use two tabular forms on the same page.

    I have create one tabular form in page and try to create second tabular form so
    it gives below error.
    1 error has occurred Updatable SQL Query already exists on page XXXXX.
    You can only add one updatable SQL query per page. Select a different page.

    I can get this to work but the page is submitted, either when I use a button with URL link or from a link on a display only text field.
    Is this how it is supposed to work? I thought it was supposed to work just on the browser so it is fast.
    IGNORE THIS!
    =============================
    I resolved it easily by modifying the URL from f?p=blah blah to #LINK_NAME
    Message was edited by:
    user530800

  • How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver?

    How do I maintain responsive scaling on an edge animate animation when I insert it into dreamweaver? Please and thank you!

    example.com is a generic http:// address to illustrate the difference between what you gave, file:/// and an actual URL address.  There are no tutorials on that site.  Sorry for the confusion.
    #1 Have you procured your domain name and web hosting yet?  You'll need to do that to publish your pages online.
    #2 When you sign-up for web hosting, the company will send you FTP log-in credentials to your site's web server.    You will enter this info into your DW Site Definition.  Site > New Site >  See screenshots below:
    Under Servers:  Root Directory is whatever your hosting company tells you to use.  This varies by web host.  Some commonly used ones are public_html, www or htdocs.
    After your site definition is set-up, hit the TEST button to confirm it's working.  If it's not connecting, go to More Options.
    Go to the Files Panel (F8).  Use the UP Arrow  to PUT files to remote server.
    Use the DOWN Arrow to GET files from server to your local site folder.
    Post back when you have finished uploading your work to the remote server.
    Nancy O

  • Error with Edge Animate animations

    Muse 7 Get an Error when opening a page with an Edge Animate animation. This didn't happen with the earlier version of Muse. Error is "MuseJSAsset: Error calling selector function: TypeError: 'undefined' is not a function (evaluating 'Muse.Utils.initializeAnimations()" See screen shot.
    MacOSX Mavericks.
    ted

    Hi Ted,
    Can you send me your .muse file and .oam file to [email protected] with the subject attn: Dana and a link to this thread?
    Thanks,
    Dana

  • How to run an Edge Animate animation on SharePoint 2007

    Hi,
    I have an Edge Animate animation that I can't figure out how to setup to run on SharePoint 2007.
    I have tried using a Content Editor Webpart but untill now without any luck.
    I hope someone in here will be able to help.
    Right now my code look like this;
    <html>
    <head>
        <style>
    .edgeframe {
        background: #FFF;
    margin-top: 0px;
        </style>
    </head>
    <body>
    <div class="edgeframe">
      <object id="EdgeID" type="text/html"   width="960" height="700" src="http://fls-teamsites/application/SPoudemo5/TSETdevelopment/Shared%20Documents/ten_commandm ents_its.html">
      </object>
    </div>
    </body>
    </html>
    I'm really hoping that someone will be able help me with this task.
    Br,
    Thomas

    Object tag takes "data" attribute instead of "src". Try changing it.
      <object id="EdgeID" type="text/html"   width="960" height="700" data="http://fls-teamsites/application/SPoudemo5/TSETdevelopment/Shared%20Documents/ten_commandm ents_its.html">

  • Embed Edge Animate animation into a Powerpoint presentation?

    Is there a way to embed the animation I created into a Powerpoint presentation. My client wants a rather detailed animation and I know I can do it in Edge Animate, but how can they use it in their presentation? Is there any workaround for this? All help is really appreciated.

    I don't think powerpoint supports html.
    But you can insert video in slides.
    So, better you create Edge Animate composition and preview in browser in fullscreen mode and use any screen capture software that will create a video out of it.
    Then insert this video in the slides to have the animation.
    hope it helps,
    Vivekuma

  • Is it possible to place an Adobe Edge Animate animation into an Interactive PDF?

    Hello all,
    At the moment, this seems to be the biggest InDesign mystery to me...
    Is it possible to place an Adobe Edge Animate animation into an Interactive PDF? 
    I have not been able to find anything on this.  Thanks for any insight you can provide.

    No.

  • Can i put two ipods on one itunes

    can i put two ipods on one itunes

    The OP didn't ask how.  They only asked if it was possible, which would consist of either a yes or no answer, which is exactly what Niel provided. 
    If the OP wanted more information, they will respond asking for more information.
    B-rock

  • Can I put two iMac's back to back on the same desk.   I noticed the computers feeling hot.

    Can I put two iMac computers back to back on the same desk - I share a table with my husband and our computers have to be placed back to back.   I noticed the tops of the computers feel hot!  

    There should definitely be a little space between them to allow for ventilation, but it's normal for the top area to get hot.
    Matt

  • Can I put two GT120's in a Mac Pro?

    I just put a ATI 4870 in my Mac Pro and I took out the standard GT120. My father has a Mac Pro as well and I thought about putting the card to use by installing it in his Mac Pro.
    Both our Mac Pros are the most recent version. Only difference is that his is 4 core and mine is 8.
    So can I do this? Can I put two GT120's in his Mac Pro, and would it even make a difference for him. He mainly uses Aperture 2, and Office apps.

    Two cards only allow more displays to be connected.
    Rendering for all displays is still done with only the primary card.
    The information is then passed along the PCIe bus to the additional cards.
    What additional cards actually do is to increase bandwidth loading of the PCIe bus, which can result in a net decrease in performance.
    Some applications are not multi card aware, and can result in negative performance.
    One example is the case of two identical cards and FCP:
    http://www.dvinfo.net/forum/non-linear-editing-mac/145449-dual-graphics-cards-ma c-pro-final-cut-pro.html
    Note that the "solution", that is to use two different cards, is a result of the fact that rendering occurs on only one card.

  • Why can't I purchase Edge Animate as single App anymore?

    Why can't I purchase Edge Animate as single App anymore?

    Greetings! I know this is an old post, but I have a similar question. I undertsand that it is not possible to buy Edge Animate as a single app, and I am willing to subscribe to the CC. But see, I already have an active subscription for Photoshop, Premiere and Captivate. (Ps and Pr are included in the CC, right?) So my question is: How do i proceed? Because I want to pay a subscription that includes 2 apps that I'm already paying every month.
    I would aprecciate a response,
    cheers!

  • Can you have two itunes accounts on the same computer?

    Can you have two itunes accounts on the same computer and if so how do you access them without syncing each others music?

    Yes. Use separate iTunes libraries(launch iTunes with the Shift(Windows) or Option(Mac OS X) key held down as needed), or different user accounts on the computer.
    (100648)

Maybe you are looking for