Sound with Video Library & Run Terminal code
in
Core Library Questions
•
2 years ago
Hi,
First, sorry about my english because is too poor.
Q1. I'm trying to execute a video with Movie Library. When I use:
Movie mov;
void setup{
.....
mov = new Movie(this,"First.mov");
.....
}
After this sentence I listen the music from the video but I want see and listen the movie when I want. I'd tried to use .pause, .stop, but it doesn't work.
Q2. How could I to use a terminal sentence. like: "
ls > file.txt"
Thanks for your time!!
1