<?phpclass Video01 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Youtube video"; $this->render = new VideoYoutube("8nWB3aZOYnU", 600, 400); $this->render->disableControlBar(); $this->render->disableRelatedVideo(); $this->render->disableTitle(); // Enable third party cookies filter $this->enableThirdPartyCookiesFilter(); }}?>