Retrieve XML data for a Vimeo video using oEmbed format.
<?php $info = simplexml_load_file("http://www.youtube.com/oembed?url=URL&format=xml"); ?>