Then convert the Divx File in an bik File and after that you can make a selfplaying exe out of the bik file using the following switches: /W-1 /R /C
These switches are doing the following. Video in Fullscreen, Blackout the rest if the Screen and Hide the Mouse Cursor.
When your done with that create a batch file. In it write the following
@Echo Off CLS Start "Live for Speed" /WAIT Intro.exe Start "Live for Speed" LFS.exe
The intro.exe is my selfplaying bink File
Now copy the Files you just created in your LFS Folder and execute your .bat File.
Now you have your Intro movie which plays before the Game starts.