-
1. Re: New Update (2014.1) - How to have multiple compositions on same page?
SimonCamilo Oct 7, 2014 11:43 PM (in response to patgeiger)layers is bug
-
2. Re: New Update (2014.1) - How to have multiple compositions on same page?
patgeiger Oct 7, 2014 11:46 PM (in response to SimonCamilo)Hi Simon,
I'm not talking about in the Edge interface. I'm talking about inserting multiple Edge-created pieces into the the same HTML page.
Thanks,
Patrick -
3. Re: New Update (2014.1) - How to have multiple compositions on same page?
Siva. Oct 8, 2014 2:44 AM (in response to patgeiger)You can use the following approach
<!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
-
4. Re: New Update (2014.1) - How to have multiple compositions on same page?
Fagan Oct 19, 2014 11:10 PM (in response to Siva.)I'm having issues with the bootstrap callback!!! agh
-
5. Re: New Update (2014.1) - How to have multiple compositions on same page?
Vinod Menon@Adobe Oct 19, 2014 11:19 PM (in response to Fagan)Hi Fagan
Can you give details on what exactly is the issue you are facing with the callback? Is it possible to share a sample which help us repro the problem?
Vinod
-
6. Re: New Update (2014.1) - How to have multiple compositions on same page?
Dharmendra Kumar Oct 20, 2014 1:50 AM (in response to Vinod Menon@Adobe)We also have a sample shared in this post - Re: 2014.1 issue with multiple compositions on page. Let us know if you are still having any issues.
-Dharmendra



