Hi,
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.
The video has been tagged, for example, inside file "hello.xhtml" as:
Code:
<video controls="controls" src="http://www.venerandi.com/video/video.mp4"><p>sorry, you can not see video</p></video>
In .opf I wrote:
Code:
<item id="video20" href="http://www.venerandi.com/video/video.mp4" media-type="video/mp4"/>
and:
Code:
<item id="hello.xhtml" href="Text/hello.xhtml" media-type="application/xhtml+xml" properties="remote-resources"/>
I do not understand where the error is, maybe I'm missing something?
Thank you in advance
Fabrizio