Hi,
If i have a video, or audio file on a webserver, and I want the Android Browser/or Application to actually STREAM the file rather than just download the entire file, what are the HTML tags I need to use?
For example:
If I use:
<a href="/UserFiles/video/file/vid1.wmv">PLAY VIDEO</a></p>
It will launch a new window, and download the wmv file.. that's not what I want. I want it to start playing it. In fact, it would be IDEAL if i could use HTML TAGS to show/display an INLINE video of that (similar to a youtube widget) which displays a youtube widget.
Does anyone here know the controls or tags for that?
Thanks


