Hi,
I'm trying to validate ad EPUB3 with some video as remote resources.
I got a warning that I don not understand:
The video has been tagged, for example, inside file "hello.xhtml" as:
In .opf I wrote:
and:
I do not understand where the error is, maybe I'm missing something?
Thank you in advance
Fabrizio
I'm trying to validate ad EPUB3 with some video as remote resources.
I got a warning that I don not understand:
Code:
OPF-018 WARNING The 'remote-resources' property was declared in the OPF, but no reference to remote resources has been found. Make sure this property is legitimate.Code:
<video controls="controls" src="http://www.venerandi.com/video/video.mp4"><p>sorry, you can not see video</p></video>Code:
<item id="video20" href="http://www.venerandi.com/video/video.mp4" media-type="video/mp4"/>Code:
<item id="hello.xhtml" href="Text/hello.xhtml" media-type="application/xhtml+xml" properties="remote-resources"/>Thank you in advance
Fabrizio





