Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits)

+ Alpha channel works

+ Video loops


- No preload 

(it requires me to understand the plugin code to fix)


- Video sound starts by itself 

(due to broken preload it plays the sound, but doesn't show the picture)


~ No unload

(Lol I fixed it myself... What the hell man... Why was ".unload" using function ".stop"?!)


- No "shouldAutoUnload" variable in function ".load"


- ".isReady" doesn't work, or has no impact on preload process



How the hell did developer made it work, but missed 'the start' and 'the end'?!?!?!?

(5 edits)

Thanks for letting me know, updating now.

Videos won't start until they are fully loaded (even sound). This could be two potential reasons: 

  1. A broken preload that can happen when using a `gif`.
  2. A video with an encoding that isn't supported.

I tried ".webm" files...
Didn't even try ".gif"

Interesting, if you can post the webm, or send it to me somehow I can see if I can replicate. Usually it's because of the reasons I listed! I updated the other code.