Millisecond Forums

Gif's in Inquisit

https://forums.millisecond.com/Topic11824.aspx

By VenomV96 - 12/7/2013

Hey,

I have a problem with using a .gif-file. Implementing it was easy, it's also shown an runs.


The problem is: It runs once, and then it stops.


Is there a way to make it run the whole trial? It is this loader:


http://fatherofcents.com/wp-content/uploads/2011/09/loaderB32.gif



Real big thanks in advance,



V.

By Dave - 12/7/2013

See the documentation for the <video> element's /loop attribute.

By VenomV96 - 12/7/2013

Well, I tried to understand that one, but unfortunately I'm not really able to figure it out.
The examples in the documents are to show the value of the .gif (=0 in the text example).

How can i use the loop command for an implemented video?



Greetings,

V.

By Dave - 12/7/2013

Copy & paste from the documentation for the loop attribute:


loop attribute


The loop attribute specifies whether a video should stop at the end or
continuously loop.


Applies to


<video>


Syntax


/ loop = boolean


Parameters









booleanA value of true or false.

Remarks


Examples


The following shows a video that loops continuously:


<video somevideo>
/
loop=true
</video>

By VenomV96 - 12/7/2013

Ok, i guess I looked in the wrong section.

Your help is much appreciated!

Greetings,

V.

By Dave - 12/7/2013

No problem at all!


Regards,


~Dave