mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-07 13:29:47 +01:00
now correctly opens files from Factory still todo a cleanup of namespace: s/VideoLayer/FFmpegLayer/
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
|
|
animation_file = "/home/jaromil//Movies/TheRevolutionWillNotBeTelevisedGilScottHeron.mp4";
|
|
anim = new MovieLayer(animation_file);
|
|
add_layer(anim);
|
|
anim.start();
|