WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutoriel Video

Tutoriels

>

Tutoriel Video




Pour utiliser Video vous devez vous connecter à l'interface administrateur du framework WebSite-PHP.

Une fois connecté vous devrez aller dans le menu configuration -> Configurer modules et activer le module Video.


Tutoriel 1 : Youtube video
Fichier: /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();
    }
}
?>


Tutoriel 2 : HTML5 video
Fichier: /pages/tutorials/video/video-02.php

<?php
class Video02 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "HTML5 video";
        
$this->render = new VideoHTML5(600400);
        
$this->render->setStyle(VideoHTML5::STYLE_TUBE);
        
$this->render->setVideo(
            
$this->getBaseURL()."videos/1-_Install_+_Helloworld/video.mp4",
            
$this->getBaseURL()."videos/1-_Install_+_Helloworld/video.webm",
            
$this->getBaseURL()."videos/1-_Install_+_Helloworld/video.ogg");
        
$this->render->setSnapshot(
            
$this->getBaseURL()."videos/1-_Install_+_Helloworld/snapshot.jpg");
    }
}
?>



Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker