- Изменено
Playable ads
Hi guys,
We are thinking to build our first playable ad using spine as an animation tool.
Is anyone has experience what is the best experience here?
Most developers use FrameByFrame animations which result big output files
We need one HTML file as an output.
Also is it possible to put that spine JSon export into one HTML?
To make it a single HTML file you can inline the JSON and images (using data URIs). badlogic mentioned yesterday that he'll add an example to spine-ts:
Spine Web Player released!
Of course you'll need to include the spine-ts (JavaScript) runtime into the HTML.