Hi,
So, here is an Edge solution using a symbol ("animateAds"). Basic approach is to create a collection and browse it.
Collections are:
a) the json file.
b) sym.createChildSymbol("animateAds","slider") ==> it creates your ads collection.
c) sym.getChildSymbols() ==> it returns the ads collection created by 2).
I also use a global variable ( sym.setVariable("index") ) to play each ad.
1) Creating the symbol:
2) Animating the symbol (one ad):
==> the demo file to download:Nyssa.zip - Box
It's an infinite loop. You can add events (click, swipe).
Note: i change the json file to browse an object.