11 lines
130 B
Lua
11 lines
130 B
Lua
if nil == ccexp then
|
|
return
|
|
end
|
|
|
|
ccexp.VideoPlayerEvent = {
|
|
PLAYING = 0,
|
|
PAUSED = 1,
|
|
STOPPED= 2,
|
|
COMPLETED =3,
|
|
}
|