Jump to content

YouTube and Web on a prim question


Innula Zenovka
 Share

You are about to reply to a thread that has been inactive for 4601 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Nevertheless , it s possible to loop a youtube video .

 

In fact it s dependant of the site who diffuses the video ( so , youtube for your instance ) .

Sometimes thay have got a parameter to tell in the goal to loop the video . It s the case for youtube .

 

So, for youtube , you may consult the documentation in this page

http://code.google.com/intl/en/apis/youtube/player_parameters.html

 

 

I give you an instance :

let s guess you want to play in loop this video

   (full URL )

or

  (short URL)

To know this URL , you have clicked on the "share button" and checked the "complete or full link" option

 

The general  format to display in loop is :

http://www.youtube.com/watch?v=VIDEO_ID?version=3&loop=1&playlist=VIDEO_ID

 

so  for this video , to loop , you need to load this URL :

http://www.youtube.com/watch?v=Wv20U7rJuwU?version=3&loop=1&playlist=Wv20U7rJuwU

 

Of course , you could have a script who  is reading some URLs and modify them  in the right format with loop option before to display them on your prim

 

 

Enjoy it :)

 

 

Link to comment
Share on other sites

Thanks, Miranda.   I hadn't seen the api page and will most certainly have a play with it.   

Void, I don't quite understand what you mean by "I think it's been changed so that only the video uploader can do that now" -- do you mean there's an option I can set when uploading the video to YouTube (in this case, that would solve the problem)?    

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4601 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...