Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Ajax problem

$
0
0

Hi

I have a page index, index.html,

In this page a link (in a menu) to load via an ajax call an Edge Animate animation in an overlay box.

When I click on the link for the first time the overlay opens and the Edge Animation plays inside the overlay.

When the overlay is closed (by clicking the close overlay button), if I click again on the link, the overlay opens byt the Edge Animation is not playing.

 

I would appreciate if somebody could help me to fix this issue.

 

Thank you in advance.

 

Jean.

 

Here is the code of my Ajax called page.

 

 

<!--Adobe Edge Runtime-->

<script type="text/javascript">

yepnope({

          load: ["page_a_edgePreload.js"],

  complete: function (url, result, key) {

            AdobeEdge.bootstrapCallback(function(compId) {

            });

  }

});

</script>

<style>

        .edgeLoad-PAGE_A { visibility:hidden; }

</style>

  

<!--Adobe Edge Runtime End-->

<style>

#Stage {

          width: 1010px;

          height: 209px;

          margin:0; padding:0;

 

          }

</style>

 

<div id="Stage" class="PAGE_A">


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>