Last Modified: 2023-07-08

Video asset

Local

App/bookX/assets/video folder

── video
  ├── videoA.mp4
  ├── animals
        ├─ cat.mp4
        ├─ dog.mp4

lua table

{
    isLocal = true,
    url = "videoA.mp4",
}
{
    isLocal = true,
    url = "animals/dog.mp4",
}

Remote

https://kwiksher.com/tutorials/Video/kwikplant.mp4

{
    isLocal = false,
    url = "https://kwiksher.com/tutorials/Video/kwikplant.mp4",
}