Iavra Video Title

● ARCHIVED · READ-ONLY
Started by Iavra 20 posts View original ↗
  1. Description


    Allows you to play a video on the title screen.


    Author


    Iavra


    Parameters


    @param Video
    @desc Name of the video to be used. It has to be placed in the "movies" folder of your game.
    @default




    Video










    How to Use


    Specify the name of the video file in the plugin parameter "Video". The video has to be placed in the "movies" folder of the game and needs to exist as both ".mp4" and ".webm" files, because one of these will be picked, depending on the environment.


    The video will be played behind the title picture, so either pick "None" as the background image or create a transparent picture to use. You can even use a semi-transparent picture, so the video will be visible behind it.


    The video will automatically be resized to fit the with and height of the window, while retaining the correct scale and will be centered, if it doesn't fit exactly.


    Terms of Use


    Free to use for both commercial and non-commercial games. Please give credit.


    Download


    http://pastebin.com/LUdyN1sd


    Notes


    The plugin originated from this request: http://forums.rpgmakerweb.com/index.php?/topic/52664-movie-for-title-screen/
  2. Oh my god this works like a dream! Thanks lavra!
  3. This has been moved to released plugin, so i'm giving it a bump for other people to see.
  4. Working perfectly :)
  5. NICE PLUGIN... !!! it's better now comparing in ACE since now we can run title and video behind it :D .
  6. Is the video looped?
  7. Yes, it loops, although some browsers may add a small pause between loops (or so i read...Chrome doesn't, at least).
  8. Iavra said:
    Yes, it loops, although some browsers may add a small pause between loops (or so i read...Chrome doesn't, at least).
    Ok, thanks.
  9. This looks fantastic!  Concerning your video, what are you using for Achievements?
  10. I seem to get an endless loading screen when I click Play test. any clues?
  11. Do you get any console logs? Press F8 to open the console and see if there's anything in it.


    /edit: Can you play the exact same video ingame using the "Play Movie..." event command?
  12. I'm having some issues with android, the video is not visible but the sound can be heard, any ideas as to why?
  13. I have never tested this on mobile and don't plan to do so, so i can't help you with that.
  14. Hello, Iavra.
    Video title has found an error in the 1.3 update.
    TypeError: Can not read property 'textureFromVideo' of undefined.



    It seems like you have been broken by Sprite._renderWebGL.
    I for this video title, had to remove all of the past to unnecessary title photo.
    Currently, my title screen is a black state.


    You will give me a fix if you're watching this.


    thanks
  15. The plugin has been updated to a small API change in PIXI 4 (PIXI.VideoTexture.textureFromVideo -> PIXI.Texture.fromVideo).
  16. I tried to get it to come back now.
    It seems to work properly now.
    Thanks ^^
  17. I'm having an issue with this plugin. It won't seem to work, whenever I start the game up, I get a message saying 'TypeError undefined is not a function'. The name of the file is 'iavra_video_title.js', and I have no other plugins that might conflict.
  18. The plugin had been updated for 1.3. Please make sure you get the latest version.
  19. Iavra said:
    The plugin had been updated for 1.3. Please make sure you get the latest version.

    I am using the latest version.