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.

A littel problem with annotation

Home Forums General Questions A littel problem with annotation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59731
    visualizer
    Customer

    After long time with the recent version 4.1 I created an annotation with direct video link from the local directory. as shown in image attached.

    The problem is whenever I run it instead of playing in view port it asks downloading from browser. But the URL video such as youtube runs well.

    Why is it happening? is the recent version having different way to do it?

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

    wrong iframe src

    the iframe source should be an html file containing the following code

    <html>
    <body>
    <video width="320" height="240" autoplay>
      <source src="movie.mp4" type="video/mp4">
    </video>
    </body>
    </html>

    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 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.