For the solution "Bootstrapping Animate Compositions" (Bootstrapping Animate Compositions « Adobe Edge Animate Team Blog), it shows a way to integrate multiple Animate compositions in the same page, and to play 3 stages in sequence, i want to known if there is some way to play 3 stages at the same position in all time(from begining to end)?
my code does not work as followed:
#StageA, #StageB, #StageC {
width: 100%;
height: 100%;
left:0px;
top:0px;
position:fixed;
}
anyone can help me? thanks.