• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

servlet and embed player

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic