how can i loop movies on my side?

robcki / 2010-04-12 17:00:24   

hi
i want to show a few videos on my indexhibitsite. i want to loop them, but i don´t know how. everything i found with google doesn´t work or maybe i put the tag in the wrong position in my html.

is there a solution in html? i don´t know how to use css in indexhibit.. i m a beginner and german :) just to explain why i maybe can´t describe everything super correct.

thanks in advance for help!

brof / 2010-04-12 19:48:02   

In wich format do you have those movies?
If you work with flash for instance it's easier to make a loop in flash before exporting.

(i don't know other solutions)
salut!

arsondpi / 2010-04-13 00:14:01   

Have you got an address?

robcki / 2010-04-13 01:33:07   

hey!
no flash. i got quicktimemovies.....

robcki

robcki / 2010-04-13 18:41:09   

no ideas? anyone?

ivo_valadares / 2010-04-13 18:48:03   

no game no fun. the adress?

robcki / 2010-04-14 11:50:38   

it s www.henrikehannemann.de

arsondpi / 2010-04-14 13:48:28   

I did a websearch using keywords: quicktime loop and (obviously) this came up

LOOP=value (optional...requires QuickTime 3 or later)

LOOP is either TRUE, FALSE or PALINDROME. By default, LOOP is set to FALSE. When set, the LOOP attribute makes the movie play continuously. Setting LOOP to PALINDROME causes the movie to play alternately forwards and backwards. This option is not appropriate for QuickTime VR Objects and Panoramas.

  1. <embed src="sample.mov" width="200" height="240" loop="true">

thus just by adding the loop="true" attribute in your code you can loop your quicktime movies...

robcki / 2010-04-16 16:39:31   

thanks arsondpi!
but of course i also did the research an tried that. it was not working. i ll try it again. i will report.

brof / 2010-04-17 13:16:14   

hey Robcki,please say something here if you find the solutions to that. it's interesting for all. hope you find it. :) thanks

robcki / 2010-04-17 14:04:04   

thanks arsondpi!
but of course i also did the research an tried that. it was not working. i ll try it again. i will report.

arsondpi / 2010-04-17 19:51:09   

In your page these movies loop...

robcki / 2010-04-25 20:21:05   

yes. it works now. i tried it again with this

i have no idea why it wasn´t working in the first time.
thanks a lot!!

This thread has been closed, thank you.