Graphics Reference
In-Depth Information
Figure 7.5
Communication between compositions
with bootstrap callback
After creating both compositions in Edge Animate and storing them in the
same folder, create a new HTML document (e.g., index.html) with the two com-
positions as follows:
4 Project
The files for this example can be
downloaded from http://edgebuch.
simonwidjaja.com
Project Name:
Advanced_Multi_Compositions
<!DOCTYPE html>
<html>
<head>
<meta .../>
<title>Multi Compositions</title>
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8"
src="CompositionA_edgePreload.js"></script>
<style>
.edgeLoad-COMPOSITION_A {visibility:hidden; }
</style>
<!--Adobe Edge Runtime End-->
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8"
src="CompositionB_edgePreload.js"></script>
 
Search WWH ::




Custom Search