Multiple compositions in v 1.5

Hey there,
i am still using v 1.5 and i wanna do a drop down menu and photo slider in one composition,
can i use multiple compositions and how can i do that ?
Anyone answer me please?

Hi, webcoderdesigner-
It's possible in Animate 1.5.  Here's a thread that will help:
http://forums.adobe.com/message/5457595#5457595
Thanks,
-Elaine

Similar Messages

  • How do I use edge commons composition loader to load multiple compositions with a next and back button?

    I am working on an interactive book and have set up each page as a separate composition in edge.
    I am using  the edge commons JS library to load multiple compositions into a main composition.
    You can see how this works here: Edge Commons - Extension Library for Edge Animate and Edge Reflow | EdgeDocks.com
    The way the edge commons tutorial is set up requires a button for each composition i want to load. I am interested in loading multiple compositions with a "next" and "back" button, and a "swipe left, "swipe right" gesture on the content symbol that each composition is loaded into. I also need the swipe features on the content symbol not to interfere with the interactive elements on the loaded composition.
    Please suggest a solution that will work without adding additional scripts beyond edge commons and jquery.

    Sort of. I'm using this code inside an action for a button symbol. But it doesn't work perfectly. Trying to debug it.
    Let me know if you have any luck.
    //Check to see if pageCounter already exists
    if (typeof EC.pageCounter === 'undefined') {
      // it doesn't exist so initialize it to first page
        EC.pageCounter = 2;
    //check if the page is only 1 digit -- patch for single digit
    if (EC.pageCounter < 9) {
       // it is, so we need to pad a 0 on the front.
      EC.pageCounterString = "0" + EC.pageCounter;
      //e.g.  01 ...09,11,12,13....115,222352,,....
    else {
      EC.pageCounterString = EC.pageCounter;
    EC.loadComposition(EC.pageCounterString + "/publish/web/" + EC.pageCounterString + ".html", sym.$("container"));
    EC.pageCounter = EC.pageCounter + 1;
    //TODO for back  -1

  • New Update (2014.1) - How to have multiple compositions on same page?

    With the latest update, it seems as though Edge now always assumes that the composition has an element ID of "Stage". Previously, I was able to have multiple compositions on the same HTML page by simply altering the default id of "Stage" for each composition to something unique. Any workarounds for having multiple compositions on the same page utilizing the 2014.1 update?

    You can use the following approach
    Dropbox - Multiple.zip
    <!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <meta http-equiv="X-UA-Compatible" content="IE=Edge">
        <script type="text/javascript" charset="utf-8" src="edge_includes/edge.5.0.0.min.js"></script>
        <style>
           .edgeLoad-EDGE-77458053 { visibility:hidden; }
            .edgeLoad-EDGE-77430105 { visibility:hidden; }
        </style>
    <script>
       AdobeEdge.loadComposition('2', 'EDGE-77458053', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    AdobeEdge.loadComposition('1', 'EDGE-77430105', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    </script>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
      <div id="Stage1" class="EDGE-77458053">
      </div>
        <div id="Stage2" class="EDGE-77430105">
        </div>
    </body>
    </html>
    -Siva

  • Multiple compositions as overlapping divs

    Hello,
    My first question on this forum and I could really use some help with this. Have been stuck on finding a solution, for well over a week.
    I am trying to overlap multiple compositions in an Adobe Edge Animate project (I am using Edge Animate CC 2014.1.1).
    Basically I am trying to achieve the effect shown in the image below (where the blue stage is my main stage - first composition being loaded, the red is the second and the green is the third):
    I added a link to my Edge Animate project files below (I modified the main.html file to accomodate three compositions).
    In raw HTML, this can be very easily achieved by using a <div> that is has "position:relative" (it would be the blue area) and nesting two divs with "position:absolute" inside it (the red and the green). My problem is getting the same effect in Edge and loading a composition in each of the two overlapping divs.
    In my Edge project, main file, I have three stage divs:
    <div id="StageA" class="EDGE-222475028"></div>
    <div id="StageB" class="EDGE-222542206"></div>
    <div id="StageC" class="EDGE-222622471"></div>
    StageA would be the main container div (blue), StageB the first nested one (red) and StageC the third (green) positioned at the right margin of the main container.
    I was not able to apply the same overlapping concept to Edge stage divs, as in my raw HTML example.
    How can I achieve this?
    Edge project files: https://www.dropbox.com/s/qj8jbrrrnbleozp/overlapping_multiple_compositions.zip?dl=0
    Thank you,
    Chris

    Can you share the actual project files, so that we can help you out?
    You may PM me the uploaded zipped file link, if you don't wish to share your project publicly here.

  • Multiple composite primary key in Master Table

    Dears ,
    I am try to find any solution about Multiple composite primary key by search in forum , but i didn't success ... i am try to built master detail , the master structure table built with multiple composite primary key , i know that apex 4.2 still support tow primary key , in detail table i solved the problem by depend on rowid , and now i can use multiple composite primary key in detail table , the problem with master table because it's support only tow primary key , there are any solution by manual process or any something else ?
    Thanks
    Abo Yahya

    Hi,
    I've never done this so all I can do is give some suggestions. It takes more effort because you are going beyond what APEX currently supports. That said, you might try searching the forum with this search string:
    key AND table AND instead
    Make sure the ANDs are capitailized in the search criteria. Also, look at this thread {thread:id=395870} and the forum thread asociated with this message {message:id=10542916}.
    Best wishes,
    Howard

  • Overlay multiple composition widgets

    Is there a way to overlay multiple composition widgets?  I am overlaying 2 blank widgets and within Muse it works but when I preview the webpage it doesn't work.  For example, the trim of the shirt can be changed to red, while the main shirt can be changed to blue. In design mode, I have overlayed a blank widget with a blank widget.  Widget A has the main shirt images in 3 different colors, while widget be has the trim in 3 different colors.  Is this possible?
    James

    Hi Jawad,
    Just realised that you posed this in the Machine Vision section so you're using IMAQ.
    When you look at the example below, you'll see this is just using two images.
    https://decibel.ni.com/content/docs/DOC-25452
    Inside the For Loops, the colours of each image array is being change on every iteration, then the two image arrays are combined into one.
    You should be able to edit this code by simply indexing another image array into the for loop, building this (along with the two other image arrays) into the final array.
    Good luck!
    Josh E
    Applications Engineer
    National Instruments UK & Ireland

  • 12c SOA multiple composite deployment using maven

    Hi,
    I am facing issue with 12c SOA composite deployment using maven. I execute the below command for deploying any composite.
    mvn pre-integration-test –f soa-pom.xml –Dcomposite.name=TestMVNProj –Dcomposite.version=1.1
    Issues:
    As seen above by using above command m able to deploy single composte.But i want to deploy multiple composite belongs to  same application or Different something like below.
    AIM- mvn pre-integration-test –f soa-pom.xml –Dcomposite.name=TestSOAProj1,Project2
    Is there any way to achive this please guide me far same
    In any senerio not only is soa composite.can any one guide me how to deploy multiple projects using maven scripts.
    Thanks in Advance
    Prabhat

    Hi Markus,
    I have tried it with profiling its works . thanks!!!! but some how still i was not able to achieve what i want.
    But thanks for you kind references i have done it by using and maven cmd line switch -pl .Now i can exclude.include modules  dynamically.
    For example;-
    <modules>
        <module>Mvntest1</module>
        <module>MvnDeploymentTest</module>
         <module>MvnDeploymentTest2</module>
        </modules>
    I have multiple module  in my parent pom.xml and if i want to deploy only top 2 of  them.
    # mvn pre-integration-test -pl +Mvntest1,+MvnDeploymentTest   (This only support maven version 3.2.1 and above)
    its working fine :-
    Note:- when we using -pl  if we want to include modules we can give module name with "+"sign and for exclude "- or !" we can give multiple module name separated with "," delimiters .
    THANKS MARKUS!!!!!
    **********************************Happy Deployments*************************************
    Regards
    Prabhat

  • Edge Animate 1.5 multiple compositions

    I read the following in the edge 1.5 api docs:
    As of Edge Animate 1.5, opening a page with more than one composition in it is not supported, but pages can be hand-authored to use multiple compositions.
    What exactly does it mean, that I can put only a single composition in a HTML page?
    If so, what is the "Hand-authord" solution that you offer? can you please elaborate a little bit in this issue?
    Thanks for the help,
    Yotam.

    I cannot tell if it is indeed a race condition. Can only report back my results of different methods I attempted in order to achieve communication between 2 or more compositions on a single html page:
    Adding the .oam packages via Dreamweaver Media > Insert > Edge Compositions, then using either Edge.getComposition("Comp2"); or Edge.getComposition("Comp2"); (in Actions panel of Comp1)... Fails to locate other composition.
    Adding the .oam packages via Dreamweaver Media > Insert > Edge Compositions, then using jQuery/DOM to get to Comp2 elements using var comp2= $("#Comp2", window.parent.document);  comp2.contents().find("blahblah"); (in Actions panel of Comp1)... Fails to locate the html document that is inside the Object element created by Dreamweaver. The only child contents() element of the Object is [object Text].
    Publishing compositions as Web (not .oam packages), adding the compositions using iFrames, then using jQuery/DOM to get to Comp2 elements using var comp2= $("#Comp2", window.parent.document);  comp2.contents().find("blahblah"); (in Actions panel of Comp1)... Then you have to play with HTML5 iframe sandbox settings. Works but is not so elegant.
    Publishing compositions as Web (not .oam packages), adding the compositions using the methodology explained in documentation section Advanced Topics > Multiple Compositions In A Page, which entails opening each composition's html file and adding specific code by hand to the Dreamweaver html file to  the <head> and then adding each composition's <div>, being sure to change the div's id (stage id). Then using jQuery/DOM to get to Comp2 elements (I have a text element called 'comp2DynText') using $("#stageTwo_comp2DynText").html( "some text" ); or whatever it is you want to do. This works however obviously requires manual changes and not using the easy to use package methodology.
    Bootstrapping. Did not try this, i think it more for people wanting to switch out (show/hide) one compostion with another.
    Hope that is helpful.

  • Multiple Composition windows in AE CC 2014.1 ??

    What happened with the possibiltiy to have multiple composition windows open at the same time? Am I just blinded by the sharp blue color or is it actually gone..?
    If so please put it back asap!!
    If I right click on the composition window tab you could get a "New window" option but it's not there anymore.

    I think that you're misremembering. It wasn't under the right-click context menu; it was under the menu that appears when you click the composition name itself in the panel tab. It's still there. All that has changed is that the active area for opening that menu is just the composition name, not the whole tab.

  • Edge multiple composition animations won't work in Chrome

    I am having problems when rendering a multiple composition in Google Chrome.
    What's happening eventually is that when I resize the browse window up above the 698px in height, the backgrounds on the website start to disappear, and they keeps disappearing one by one as long you keep resizing the browser.
    Here's the link to the website.: http://www.mvcreatives.com/fellini
    Any advice will be very much appreciated!

    Link provided by you is not working for me.
    Anyhow i guess you are facing this problem in a composition with  responsive scaling.
    Can you try out the workout suggested by Sarah here Responsive Scaling Makes Texts on The Buttons Disappear

  • Multiple Composition changes

    I have multiple compositions and after I was done, I went back to make a change in one compositions layer but it didn't take effect in my final composition? How do you make it recognize the change?

    If your changed composition is nested in the final then the change will show up. If it is not, it won't. It's that simple.
    Look at this flow chart of a fairly substantial animation I'm working on this morning. 200+layers. In the center column you can see Group 2, Group 3, and Group 4. These are all nested comps that use the same source footage. If I change any of the animations in either of these nested compositions, then the change will show up in the General V1 Composition. If I change any of the footage by editing it in an external app, it will change every instance of the footage in every comp. For Example, the top footage item (woman/ns....) in the right column is used in all 3 nested comp's but, if you look closely, the footage is also repeated in the general comp.
    I hope this helps.

  • Multiple compositions and vimeo with autoplay

    Hello guys i am using this code for rotate multiple compositions, :
    http://blogs.adobe.com/edge/2012/05/15/bootstrapping-edge-compositions/
    my questions is is there any way to start my first comp, when it finish , in the same div play vimeo with autoplay and when it finish , start a third composition ?
    Thanks very much.

    Any?

  • How to Export Multiple Compositions Into Multiple Folders With Metadata?

    Currently I am working on a project which requires the export of one video file into multiple sizes and formats. In the end there are 80+ separate video files which derive from basic groupings of ratios. As you can see by the attached pictures, I have set up a waterfall type procedure in which a master composition with safe margins is inserted into the various sub-ratios until it trickles down into the final sizes at the bottom.
    I know you can simply drag and drop the files from After Effects into Media Encoder after selecting a preset to export the items. My only issue is how can I export the 80+ video files into 80+ different folders (depending on the size/ratio) along with the proper metadata?
    So my thought became is there a way to automate the process by allowing me to create on video, and much like the watch folder, export the one master video and then let Media Encoder work its magic with the 80+ other videos?
    Thanks in advance.

    Unless you care to create 80 output presets in AME I don't see it working and then even I wouldn't rely on it. AME is too notoriously error-prone. It would probably be simpler and less nerve-wrecking to create an AE script that sets up your AE render queue and creates the folders and render directly from AE...
    Mylenium

  • How to cycle multiple compositions

    Hi everyone.  I used to use the bootstrapper created by Josh Hatwich a couple years back in order to play multiple (separate) Edge animations in sequence (one immediately after the other), but ever since updating my animations to the latest version of Edge it has had some buggy behavior.
    Rather than continue to troubleshoot and rehash this old bootstrap method, I was wondering if anyone out there has a more robust approach to this.  The idea is: you have multiple, discrete Edge compositions - each with their own stage - how would you load & play the next when the previous one has concluded?  Has anyone come across a carousel for multiple Edge animations?  It's difficult to search Google for this in particular, because anything with "Carousel" and "Edge" seems to indicate a regular carousel/rotator created IN edge for use as a slideshow - and not a mechanism for cycling Edge animations.
    The older bootstrapper now has a problem starting back at the first composition.  Also, even more recently, due to a change in how Edge handles symbols, some symbols seem out of sync once that animation has cycled through to the second play-through.  Or rather, they don't seem to start at the beginning anymore.
    Anyway, I hope this makes sense.  Thanks for your time, forum goers!

    Unless you care to create 80 output presets in AME I don't see it working and then even I wouldn't rely on it. AME is too notoriously error-prone. It would probably be simpler and less nerve-wrecking to create an AE script that sets up your AE render queue and creates the folders and render directly from AE...
    Mylenium

  • Get specific stage when using multiple compositions

    Hi,
    in EdgeSuite (http://edgedocks.com/edge-suite) we are using one compositions multiple times alongside on a page. They are being configured during runtime via daja injection. The problem is getting the specific stage object. sym.getComposition().getStage() always gets you the stage of the first composition on the page. sym.$(compId) doesn't work either. So far we are solving this by climbing up with sym = sym.getParent() in a while loop until there is no parent anymore, which results in the desired stage div. Is there a more direct way to do this?
    People start writing custom code and are using a reference to the stage div more often. Problem is that for drupal and wordpress integration I need to change the stage id, but then the users code doesn't work anymore. An easy API function to get the stage in a multi comp setup would be really great.
    Thanks.

    I am having this issue like when timeline completes it gets back to its initial stage which is very frustrating. i dont have an idea how to stop this loop

Maybe you are looking for

  • Command Button on selection screen application tool bar

    Hi All, I want to add command Button on selection screen application bar. it is my z progarm . please suggest one sample code . regards, Ajay reddy

  • Report Execution error.OBI11g after implementing AD

    Hello, I am getting error when i am executing the report Error; Query rejected. You do not have access to any of the columns in the query.Please have your System Administrator look at the log for more details on this error We have implemented AD in o

  • Referencing assemblies in the GAC vs. a local appllication directory

    I have a C# (I am using VS2012) project that, when I checked it out of TFS, seemed to already reference an assembly in the GAC, but the DLL version I found in the GAC is incorrect and older than what the application expects, so I cannot build.  Anoth

  • Maximum line length in JTextAreas/Documents ?

    Hi there, apparently JTextAreas may not hold text with lines more than 32776 characters (with line length I mean distance between line breaks :-). Is this a documented limitation or did I trap into a bug? (Happened with 1.3.x and 1.4.x, Linux and Win

  • MDM Data Migration

    I have a current system where I load data from one R3 environement to another by extracting the data with an R3 DCOM connector via ASP pages, dump the data to SQL for manipulation, then submit back to SAP via the DCOM.  We are upgrading and impliment