<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
OK, had a closer look at it and I can see how it is supposed to work
(kind of). But I can't get it to work. It's supposed to somehow work
with the standard TMediaPlayer. However, the main technique it uses
(using mmioInstallIOProc) is applicable and I've found some sample code
that I can use instead hopefully.<br>
<br>
If I get it working, I'll post the working code to the list.<br>
<br>
Cheers,<br>
Phil.<br>
<br>
Ben Taylor wrote:
<blockquote cite="mid20060517034131.21416.qmail@web54507.mail.yahoo.com"
 type="cite">
  <pre wrap="">well, from the 2sec i spent looking at it, it installs a custom io-handler to the
mediaplayer, then implements the iorequests using a memorystream.. there's
definately no file-based activity there. yes, you need to set a filename in the
mediaplayer, but thats only used to identify which named-memorystream to use as a
datasource..

hth,
b

--- Phil Middlemiss <a class="moz-txt-link-rfc2396E" href="mailto:phil@tumonz.co.nz">&lt;phil@tumonz.co.nz&gt;</a> wrote:


---------------------------------
  Hi Ben,

yes, found that before too. Works by writing to a temporary file as faras I can tell
by looking at the source code. As I said, I spent half aday scouring the internet.

Has no one done this before?

Phil.

Ben Taylor wrote:  
1min on google found this:
<a class="moz-txt-link-freetext" href="http://www.wilsonc.demon.co.uk/misccomponents.htm">http://www.wilsonc.demon.co.uk/misccomponents.htm</a>"TMediaPlayerMemoryFile allows you
to play wave and AVI memory images using theregular Delphi TMediaPlayer component. 
You can create the memory images on-the-flyor load them from resources."looks like a
nice workaround to the mediaplayer limitation..no idea if it works.. --- Phil
Middlemiss <a class="moz-txt-link-rfc2396E" href="mailto:phil@tumonz.co.nz">&lt;phil@tumonz.co.nz&gt;</a> wrote:  
      
I need to play a video clip (with audio) from a memory stream instead of     
    
Send instant messages to your online friends <a class="moz-txt-link-freetext" href="http://au.messenger.yahoo.com">http://au.messenger.yahoo.com</a>
_______________________________________________Delphi mailing
<a class="moz-txt-link-abbreviated" href="mailto:listDelphi@ns3.123.co.nzhttp://ns3.123.co.nz/mailman/listinfo/delphi">listDelphi@ns3.123.co.nzhttp://ns3.123.co.nz/mailman/listinfo/delphi</a>  
  </pre>
  <blockquote type="cite">
    <pre wrap="">begin:vcard
fn:Phil Middlemiss
n:Middlemiss;Phil
org:Vision Software, MTS Ltd
<a class="moz-txt-link-abbreviated" href="mailto:email;internet:phil@tumonz.co.nz">email;internet:phil@tumonz.co.nz</a>
title:Project Leader
tel;work:+64 7 3480001
tel;cell:+64 27 4592648
x-mozilla-html:TRUE
url:<a class="moz-txt-link-freetext" href="http://www.tumonz.co.nz">http://www.tumonz.co.nz</a>
version:2.1
end:vcard

    </pre>
    <blockquote type="cite">
      <pre wrap="">_______________________________________________
      </pre>
    </blockquote>
    <pre wrap="">Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->

Send instant messages to your online friends <a class="moz-txt-link-freetext" href="http://au.messenger.yahoo.com">http://au.messenger.yahoo.com</a> 
_______________________________________________
Delphi mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Delphi@ns3.123.co.nz">Delphi@ns3.123.co.nz</a>
<a class="moz-txt-link-freetext" href="http://ns3.123.co.nz/mailman/listinfo/delphi">http://ns3.123.co.nz/mailman/listinfo/delphi</a>



  </pre>
</blockquote>
</body>
</html>