[RMMV] MAKEVIDEOPLAYABLEINLINE IS NOT DEFINED: HOW TO RESOLVE?

Posts

Pages: 1
When in my project, when I hit the play button, this pops up instead of the game.

ReferenceError
makeVideoPlayableInline is not defined


How do I resolve this?
search your js folder for that function name.
There are two hits for me:
iphone-inline-video.browser.js (defines the symbol, obfuscated js file)
Graphics._createVideo in rpg_core.js (calls the function during startup)

So if the iphone file is missing, copy it from another project. I assume it is a function that does nothing when you are not running on an iphone.
Pages: 1