We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everybody,
i write you from France so sorry for my english.
Because i want make my portfolios, I try to get a background video which play when the button"space" stays pressed. For few days i have read a lot of articles to find any solutions. Can you try to explain me how can i start this code?
Thanks you so much, this post is my last chance.
Camille :)
Answers
Try something like that maybe?
Thanks you Ater! I will try that RIGHT NOW :D
Did it work? Actually, as you asked for background, you can use
background(myMovie);
, instead ofimage(myMovie, 0, 0);
.