Copy link to clipboard
Copied
Hi, I'm trying to figure out how to get my html5 animation to link to the next slide in my carousel. I already have a button set up, I'm just not sure how to write the actionscript.
From the parent window I do that by setting up a link like this:
<a class="btn next">Next</a>
Then include a jquery script like so:
<script>
jQuery(document).ready(function($) {
var owl = $(".owl-carousel");
// Custom Navigation Events
$(".next").click(function(){
owl.trigger('owl.next');
});
});
</script>
Can anyone tell me how I can get my Adobe Animate animation that's embedded via iframe to link to the next frame of my carousel?
Many thanks.
Copy link to clipboard
Copied
Hi there,
Let me find someone with great coding skills which can assist you with this query.
Hey ClayUUID can you please chime in with your expertise and help us with this query.
This seems to be little tricky.
Thanks,
Ankush
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more