I have an embed object inside an editor , which will load a avi file from
servlet.
servlet is
What I am trying to do is, an embed player want to read a byte[] from servlet and play it ,
without opening a new window. I try to put "http://localhost:8080/video/videodownload" to address bar, it will download and play it fine.
Now the problem is , the embed player didn't work. How to solve it ?
Thanks.