HE4.7.1 can't play HTML5 video - SOLVED

chrischen

New member
I have used HE4.6 to publish a .exe file which can play HTML5 video well for years.
However, when I switch to HE4.7.1(I used same code), I get an error message:
Unsupported video type or invalid file path (when trying to play mp4)

My sample code:


Your browser does not support the video tag.

If I change path of mp4 file to specific local path (see below), it works fine too.
Code:
    <video width="320" height="240" controls>
        <source src="c:\myvideo.mp4"   type="video/mp4">
        Your browser does not support the video tag.
    </video>
Is there any one can help?

Or tell me how to get the heserver path and display on screen so that I can figure out what the virtual path is.
 
Last edited by a moderator:
Even HE 4.6 shouldn’t be able to play HTML5 video on Windows 10 because Microsoft changed some things.
HE 4.8 will be able to play HTML5 audio and video fine.
 
Back
Top