public function __Show($Url)
 {
     if (isset($GLOBALS['css'], $GLOBALS['js'], $GLOBALS['ie8'], $GLOBALS['text'], $GLOBALS['width'], $GLOBALS['height'], $GLOBALS['flash'], $GLOBALS['quality_js'], $GLOBALS['quality_css']) === TRUE) {
         parent::_Embed();
         parent::_Player($Url);
     } else {
         exit('Lỗi trong quá trình trao đổi dữ liệu');
     }
 }
 public function __Show($Url, $Sub = '', $Poster = '')
 {
     $this->__Options();
     parent::_Embed();
     parent::_Player($Url, $Sub, $Poster);
 }