Cheetah
flash
modules
video_comments
inc
constants.inc.php
Go to the documentation of this file.
1
<?
php
2
8
if
(!defined(
"VC_TEMP_FILE_NAME"
)) define(
"VC_TEMP_FILE_NAME"
,
"_temp"
);
9
if
(!defined(
"VC_THUMB_FILE_NAME"
)) define(
"VC_THUMB_FILE_NAME"
,
"_small"
);
10
if
(!defined(
"VC_MOBILE_EXTENSION"
)) define(
"VC_MOBILE_EXTENSION"
,
".mp4"
);
11
if
(!defined(
"VC_FLV_EXTENSION"
)) define(
"VC_FLV_EXTENSION"
,
".flv"
);
12
if
(!defined(
"VC_M4V_EXTENSION"
)) define(
"VC_M4V_EXTENSION"
,
".m4v"
);
13
if
(!defined(
"VC_IMAGE_EXTENSION"
)) define(
"VC_IMAGE_EXTENSION"
,
".jpg"
);
14
if
(!defined(
"VC_VIDEO_SIZE_4_3"
)) define(
"VC_VIDEO_SIZE_4_3"
,
"288x216"
);
15
if
(!defined(
"VC_VIDEO_SIZE_16_9"
)) define(
"VC_VIDEO_SIZE_16_9"
,
"384x216"
);
16
if
(!defined(
"VC_THUMB_SIZE"
)) define(
"VC_THUMB_SIZE"
,
"110x80"
);
17
18
if
(!defined(
"VC_STATUS_APPROVED"
)) define(
"VC_STATUS_APPROVED"
,
"approved"
);
19
if
(!defined(
"VC_STATUS_DISAPPROVED"
)) define(
"VC_STATUS_DISAPPROVED"
,
"disapproved"
);
20
if
(!defined(
"VC_STATUS_PENDING"
)) define(
"VC_STATUS_PENDING"
,
"pending"
);
21
if
(!defined(
"VC_STATUS_PROCESSING"
)) define(
"VC_STATUS_PROCESSING"
,
"processing"
);
22
if
(!defined(
"VC_STATUS_FAILED"
)) define(
"VC_STATUS_FAILED"
,
"failed"
);
23
24
$aInfo
= array(
25
'mode'
=>
"as3"
,
26
'title'
=>
"Comments Video Player"
,
27
'version'
=>
"7.2.0000"
,
28
'code'
=>
"video_7.2.0000"
,
29
'author'
=>
"Cheetah"
,
30
'authorUrl'
=>
"https://www.cheetahwsb.com"
31
);
32
$aModules
= array(
33
'player'
=> array(
34
'caption'
=>
'Video Player'
,
35
'parameters'
=> array(
'id'
,
'user'
,
'password'
),
36
'js'
=> array(),
37
'inline'
=>
true
,
38
'vResizable'
=>
false
,
39
'hResizable'
=>
false
,
40
'reloadable'
=>
true
,
41
'layout'
=> array(
'top'
=> 0,
'left'
=> 0,
'width'
=>
"100%"
,
'height'
=> 400),
42
'minSize'
=> array(
'width'
=> 350,
'height'
=> 400),
43
'div'
=> array()
44
),
45
'recorder'
=> array(
46
'caption'
=>
'Video Recorder'
,
47
'parameters'
=> array(
'user'
,
'password'
,
'extra'
),
48
'js'
=>
empty
(
$sModulesUrl
) ? array() : array(
$sModulesUrl
.
$sModule
.
"/js/record.js"
),
49
'inline'
=>
true
,
50
'vResizable'
=>
false
,
51
'hResizable'
=>
false
,
52
'reloadable'
=>
true
,
53
'layout'
=> array(
'top'
=> 0,
'left'
=> 0,
'width'
=>
"100%"
,
'height'
=> 300),
54
'minSize'
=> array(
'width'
=> 250,
'height'
=> 230),
55
'div'
=> array()
56
)
57
);
$sModulesUrl
$sModulesUrl
Definition:
header.inc.php:52
php
$sModule
if(!file_exists($sRayHeaderPath)) $sModule
Definition:
index.php:14
$aInfo
$aInfo
Definition:
constants.inc.php:21
$aModules
$aModules
Definition:
constants.inc.php:29
empty
Attr AllowedRel this is empty
Definition:
Attr.AllowedRel.txt:7
Generated by
1.8.20