CMS  Version 3.9
video.inc File Reference

Go to the source code of this file.

Variables

 $video_id = checkNumeric($_GET["video_id"])
 
 $video = new Video($video_id)
 
 $width = $video->width
 
 $height = $video->height
 
 $swf = VideoManager::getVideoURI($video)
 
 $format = $video->getFormat()
 
max width
 
width __pad0__
 
height __pad1__
 
height function ()
 

Variable Documentation

◆ $format

$format = $video->getFormat()

Definition at line 40 of file video.inc.

◆ $height

$height = $video->height

Definition at line 38 of file video.inc.

◆ $swf

$swf = VideoManager::getVideoURI($video)

Definition at line 39 of file video.inc.

◆ $video

$video = new Video($video_id)

Definition at line 35 of file video.inc.

◆ $video_id

$video_id = checkNumeric($_GET["video_id"])

Definition at line 34 of file video.inc.

◆ $width

$width = $video->width

Definition at line 37 of file video.inc.

◆ __pad0__

width __pad0__

Definition at line 42 of file video.inc.

◆ __pad1__

height __pad1__

Definition at line 42 of file video.inc.

◆ function

height function() ( )

Definition at line 44 of file video.inc.

◆ width

max width

Definition at line 42 of file video.inc.