I don't think you can use fonts that are not installed. I might be wrong, you never know
I thought of something, but you might think it is ugly (I do think it is ugly :roll: )
root of cd:
autorun.inf
init.cmd
bsplay.exe
bsrendv2.dll
mymovie.avi
myfont.ttf
Code:
[autorun]
open=init.cmd
icon=icon.ico
init.cmd:
Code:
copy myfont.ttf %windir%\fonts\myfont.ttf /Y
bsplay.exe mymovie.avi -eend
del %windir%\fonts\myfont.ttf
please check it and report errors if any ;) ; the last line is of course optional and you should customize the second one ;)
I guess the command window will appear, I don't remember how to avoid that (I think you can avoid a command window to appear, but not sure)