gumgum / gg-ez-vp

Simple video player with minimal setup, intuitive API and straightforward features
https://gumgum.github.io/gg-ez-vp
MIT License
7 stars 4 forks source link

VPAID cannot be replayed after completion #58

Open edrpls opened 4 years ago

edrpls commented 4 years ago

The current implementation doesn't allow to replay VPAID after they are finished and cleaned up. I think this could be fixed by calling the VPAIDWrapper.startAd again, or maybe even __runVPAID again.

edrpls commented 4 years ago

Fixing #60 broke this again. I think the whole node needs to be rebuilt now instead of just running the VPAID again.