Hello,
I have been looking for video playing support in Defold, I have seen these two repos:
1)https://github.com/defold/extension-videoplayer-native
2)https://github.com/defold/extension-videoplayer
The first one doesn’t support HTML5 games it always returns “videoplayer” as nil and the second has deprecated C++ code, is there anything that can be done in that regard? I would much appreciate any advice, I need them for playable ads to be specific if you are wondering why.
1 Like
On HTML5 I’d think that you would use a separate div/iframe/canvas to display a url from the ads provider.
Which ads network are you using?
Not showing ads, “Playable Ads” like this easy-creative, give it a while it needs to load, basically a sequence of videos playing one after the other once the player gives some form of input.
Ok, then I don’t have any good suggestions for you unfortunately.
Using Defold to create something like that seems a bit cumbersome and not really what Defold is designed for.