Quote:
Originally Posted by DiapDealer
If you included it in the epub container, it's not a remote resource any more. You need to remove the remote-resources property from the manifest entry of the xhtml file that includes the mp4.
|
Indeed, there was a remote-resource tag in line 18.
Now, there is only 1 error left.
Error RSC-032: Fallback must be provided for foreign resource ... of the type "image/jpg".
This is the code string:
<div id="company-logo">
<img src="../Images/edge-dpub-logo.jpg" alt="company logo" width= "485" height= "300" />
I didn't find the solution online and the second image in the EPUB is written in the same way.