We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums General Questions Screenshots and Video Grabs

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #73907
    cralex75
    Customer

    Hi everyone, I’m trying this .js but I can’t get it to work. I have my buttons in the index page I created, (DIV buttons, with specific ID). How should I set the script in the puzzle?
    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #73916
    kdv
    Participant

    every frame? :scratch: first, get rid of the “every frame” puzzle. second: delete 1st and 38th lines in the script.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #74006
    cralex75
    Customer

    yes, every frame is stupid. I deleted the lines of code you mentioned and now it works, thanks.
    would it be possible to record a specific animation (0 to 250 frames) by stopping the recording automatically at the end of the animation, can you help me?
    I also managed to make it work on Firefox by changing the video format from .mp4 to .webm, is it possible to adjust the video compression?

    • This reply was modified 6 days, 18 hours ago by cralex75.
    • This reply was modified 6 days, 16 hours ago by cralex75.
    Attachments:
    You must be logged in to view attached files.
    #74019
    kdv
    Participant

    Looks like Firefox doesn’t understand such mime type declaration video/webm;codecs=avc1. You can reduce it to just video/webm (in the first line) to make it more universal.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #74143
    cralex75
    Customer

    good morning, I added the 10sec automatic recording command, without having to give the STOP command, it seems to work well. :good:
    Now there’s a new problem with this script. It seems it is not supported in Safari browser, is there any solution? :wacko:

    Attachments:
    You must be logged in to view attached files.
    #74145
    kdv
    Participant

    I added the 10sec automatic recording command

    9 sec actually.

    it is not supported in Safari

    iOS or MacOS?

    It won’t work this way in iOS Safari. It requires “video/mp4” to work.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.