Go to the documentation of this file.
8 if(!defined(
"TEMP_FILE_NAME")) define(
"TEMP_FILE_NAME",
"_temp");
9 if(!defined(
"MP3_EXTENSION")) define(
"MP3_EXTENSION",
".mp3");
10 if(!defined(
"SCREENSHOT_EXT")) define(
"SCREENSHOT_EXT",
".jpg");
12 if(!defined(
"STATUS_APPROVED")) define(
"STATUS_APPROVED",
"approved");
13 if(!defined(
"STATUS_DISAPPROVED")) define(
"STATUS_DISAPPROVED",
"disapproved");
14 if(!defined(
"STATUS_PENDING")) define(
"STATUS_PENDING",
"pending");
15 if(!defined(
"STATUS_PROCESSING")) define(
"STATUS_PROCESSING",
"processing");
16 if(!defined(
"STATUS_FAILED")) define(
"STATUS_FAILED",
"failed");
20 'title' =>
"Music Player",
21 'version' =>
"7.2.0000",
22 'code' =>
"mp3_7.2.0000",
23 'author' =>
"Cheetah",
24 'authorUrl' =>
"https://www.cheetahwsb.com"
28 'caption' =>
'Music Player',
29 'parameters' => array(
'id',
'user',
'password'),
32 'vResizable' =>
false,
33 'hResizable' =>
false,
35 'layout' => array(
'top' => 0,
'left' => 0,
'width' =>
"100%",
'height' => 350),
36 'minSize' => array(
'width' => 340,
'height' => 350),
40 'caption' =>
'Music Recorder',
41 'parameters' => array(
'user',
'password',
'extra'),
44 'vResizable' =>
false,
45 'hResizable' =>
false,
46 'reloadable' =>
false,
47 'layout' => array(
'top' => 0,
'left' => 0,
'width' =>
"100%",
'height' => 300),
48 'minSize' => array(
'width' => 340,
'height' => 300),