<?php
/*
- To change this template, choose Tools | Templates
- and open the template in the editor.
*/
/**
- Description of Zend_Service_ZendTube
* - @author angelos
*/
class Zend_Service_ZendTube {
/*Youtube Video Player*/
function YouTubePlayer($left,$top,$width,$height,$url)
{
try{
$urlvideo=NULL;
if(!empty($url))Unknown macro: { $first=strpos($url,'='); $last=strpos($url,'&'); $final=null; if($last!=false)Unknown macro: { $createurl=substr($url,$first+1,$last-($first+1)); }elseUnknown macro: { $createurl=substr($url,$first+1,strlen($url)-($first+1)); }$src="http}}
catch(Exception $ex){
}
return $urlvideo;
}
?>
Labels:
None