The content of the Custom File ‘1.mp4’ is empty

Hi everyone, I am new to this forum and have seen that it greatly benefits those who need assistance. I am using PHPMaker 2024. I have created a project that in which I additionally want to include 7 instruction videos ( 1.mp4 , 2.mp4 … 7.mp4) to make it easier for novel users to known how to work with my application. The mp4 files are in a sub folder of my project named “instructions”. how can I achieve that users kan select a menu item (e.g. Help) where menuoptions can be selected to run these 7 videos?

This is the code I used to be able to view at least one. But it kept responding with the message “The content of the Custom File ‘1.mp4’ is empty”

“The content of the Custom File ‘videomp4’ is empty”

code:

This code is the content of the file “video.php” in the project directory. The file
1.mp4 is in the subfolder of the project folder with the name videos.
I was trying to open this video by using the add custom file option and adding the video.php file to the menu to be able to run the code.

You should not enter the video file name as the Custom File’s URL in the Menu Editor. The URL of the menu item for the Custom File will be created automatically.

You need to put your posted code to the Content of the Custom File. Since you have HTML code, make sure you have enabled Includes common files, read Custom Files.