Hello.
Can I put some video into my application and save only one exe (no video files are needed)?
Hello.
Can I put some video into my application and save only one exe (no video files are needed)?
While I haven't done so myself, I believe there is an option in your Projects Properties which says Keep All External Files Internal so when you build the program, all your movies will be in the EXE and will be extracted at runtime so they can play.
I found the option with myself and I also had to put the video files in Data elements -> Binary Data. It works.