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

Calling Edge function externally not working

$
0
0

I'm trying to call an Edge function externally but I keep getting bootstrap error TypeError: comp.nextSlide is not a function error


Here's my code


index.html

        

     var comp;

        AdobeEdge.bootstrapCallback(function(compId) {

           comp = AdobeEdge.getComposition(compId).getStage();

           comp.nextSlide();

        });



in my edge file


sym.nextSlide = function (){


     console.log('next slide called');

}


Can anyone please point me in the right direction? Thanks in advance.


Viewing all articles
Browse latest Browse all 9897

Trending Articles



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