hello Experts,
_i want to include html page in webDynpro java view so i need to know_
1)where we need to include the html file
2)should i creat it externally and then include
3)or is there any specific place in project to include the HTML code.
4)also can u tell how to include a vidio in html page i got some tutorial but with that its not working fine saying check specified path....
<div style ="height:1500;width:1500 align=right">
<video width="320" height="240" controls="controls">
<source src="movie1.avi" type="video/avi" />
<object data="movie1.avi">
<embed src ="movie1.avi">
</embed>
</object>
</video>
Please HELP