|
looks like vimeo started using iframe form of a tag. see below.
<iframe src="http://player.vimeo.com/video/<?php echo $this->video->video_id; ?>?title=0&portrait=0&autoplay=1" width="730" height="500" frameborder="0"></iframe>
also it would be nice if there were thumbnails below video for additional vidoes from same play list. and if you could do manual sort on videos within the playlist. |