Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)
Hello, I am having a problem, I "preload video into memory" I put an identifier and the name of the file and then. "Play video by id" the id you had entered. But when I open the game it says "Error [object event]" how can I fix it?


Hello, I also face this problem,have you solved it?

(1 edit)

I just released a new version, that should help with this:

The [object Event] error means the video file could not be found or loaded. Please check:

  1. The file is inside your project's movies/ folder
  2. The filename in the command includes the extension (e.g. myvideo.webm not just myvideo)
  3. The filename matches exactly, including capitalization
  4. The file is .webm or .mp4 format, other formats like .gif or .avi are not formally supported, you can do gif but you might encounter issues, best to convert to webm.