Caiden 1 Posted December 25, 2013 Does anybody know how this is done? I guess its done by displaying a .ogv video in PIP, but how? Or is it done using a texture to set every frame on the screen? Share this post Link to post Share on other sites
Flash-Ranger 195 Posted June 11, 2017 i'd like to know too Share this post Link to post Share on other sites
uriki9 10 Posted June 11, 2017 http://killzonekid.com/arma-scripting-tutorials-ogv-to-texture/ That should cover it. Share this post Link to post Share on other sites
Flash-Ranger 195 Posted June 12, 2017 I found this, worked better for me ! while{true}do{ tv setobjecttexture [0,"video.ogv"]; ["video.ogv",[10,10]] spawn bis_fnc_playvideo; sleep duréedevotrevideo+1; if (!alive TV) then { breakTo "main6"; }; }; Share this post Link to post Share on other sites
black_hawk_mw2_87 74 Posted November 10, 2018 Where did you put this script, Flash-Ranger? I still can't make this work. I put the TV, name it tv, then in it's Init field I put the script and use my video's name from the main mission's folder. What am I doing wrong? Share this post Link to post Share on other sites
Flash-Ranger 195 Posted November 14, 2018 Can you paste your version of the script here ? Share this post Link to post Share on other sites