WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Youtube video

Tutorials

>

Tutorial Video

>

Youtube video


Video-01: Tutorial of the composant Video of the PHP FrameWork WebSite-PHP.

Youtube video:



Go back to tutorial of the componant Video



Source code

Source code



To use Video, you need to connect to the admin interface of the framework WebSite-PHP.

Once connected you will go to the menu Configuration -> Configure modules and enable the module Video.



File: /pages/tutorials/video/video-01.php

<?php
class Video01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Youtube video";
        
$this->render = new VideoYoutube("8nWB3aZOYnU"600400);
        
$this->render->disableControlBar();
        
$this->render->disableRelatedVideo();
        
$this->render->disableTitle();

        
// Enable third party cookies filter
        
$this->enableThirdPartyCookiesFilter();
    }
}
?>


Go back to tutorial of the componant Video


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker