tags:

views:

484

answers:

2

Hi,

Is there any possible way to PLAY a you tube video on page load and to get the TOTAL PLAY TIME of that particular video. Any related reply will be helpful...

Thanks in advance...

Fero

+2  A: 

There's the autoplay parameter. Just append it to the urls in the src attribute and the movie parameter.

VolkerK
You have a typo in the URL, the correct one is http://code.google.com/apis/youtube/player_parameters.html#autoplay
David Kuridža
thanks Volker..
Fero
But how to get the TOTAL PLAY TIME of the particular video. Is there any way... That much important...
Fero
A: 

class available on phpclasses http://www.phpclasses.org/browse/package/3944.html

neverSayNo