Hey,
I inserted in a Workflow an Explorer Box Tool to load a html-File.
The html in included html 5 code.
Example:
<video src="..\video\myvideo.mp4" autoplay controls>
the browser is not able to replay this video
</video>
After a call the html-code, I get the messeage withhin the Explorer Box Tool:
the browser is not able to replay this video
When I load the same html code in Firefox or IE it works fine.
Can not the Explorer Box Tool render Html 5?
Mathias