I’m having a problem embedding mp4 video. The files show up OK in the uncompiled web browser, but show the message “Error: unsupported video type or invalid file path”
I’m still on my first video, which is only 2.125 Mb
The code is identical to the code in the offline help for mp4
<video id="video" width="640" height="480" controls>
<source src="video/methane.mp4"></source>
HTML5 video not supported: Internet Explorer 9 is not installed
</video>
Works fine in the web browser but does not work in the compilation .exe
Hi
I am also testing some of the files.
I found the same problem.
I used same code as @charco for video.
And I also enable built-in-server in content file type and also In option of built in server.
And also tried dependencies option.
With http and also with force virtualization
But still it show invalid source in .exe
My HTML perfectly work in other browser and internet explorer.
On the computer that is not playing your video, start the HTML Executable Help and navigate to the “HTML5 video” topic. Does it open?
And do you have a firewall?
Thank you
I tried to run again with same file and everything running perfectly fine.
I think the problem is when I start testing first time I made mistake in coding that’s why video was not showing but after I made Changes in HTML code even after that it was showing error.
That time even with right coding it was showing error
But when I created new fresh .hepx file then everything was working fine with no error.