Displaying 2 results from an estimated 2 matches for "b84b".
Did you mean:
384b
2013 Oct 15
0
Investissez à Nantes !
Si vous ne visualisez pas correctement l???e-mail, cliquez ici
<http://url.mp32.ch/visu-6AD142F4-F396-406C-B84B-9047A3D98422-203221958-295222-15102013.html>
<http://url.mp32.ch/url-203221958-1360568-15102013.html>
<http://url.mp32.ch/url-203221958-1360569-15102013.html>
<http://url.mp32.ch/url-203221958-1360570-15102013.html>
<http://url.mp32.ch/url-203221958-1360571-15102013.html>...
2006 Oct 30
0
Streaming WAV / Converting WAV to a streamable format on the fly
...the file.
Because of requirement 3 and 4, pseudo streaming like the following (an
asp.net example) is NOT allowed, because the complete file is still
downloaded to the client:
<object id="RPPlayer" height="200" width="220"
classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA">
<param name="type" value="audio/wav" />
<param name="src" value="audioStream.aspx" />
</object>
code-behind page of audioStream.aspx:
...
Response.ContentType = "audio/wav"
Response.AddHeader("Conte...