<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Problem with playing movies with media player from Borland C++ Builder' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Problem with playing movies with media player from Borland C++ Builder' posted on the 'C++ Builder' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2009 Programmers Heaven</copyright>
    <pubDate>Sat, 21 Nov 2009 11:59:06 -0700</pubDate>
    <lastBuildDate>Sat, 21 Nov 2009 11:59:06 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Problem with playing movies with media player from Borland C++ Builder</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/390443/390443/problem-with-playing-movies-with-media-player-from-borland-c++-builder/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I have a task to make a movie player, but at school when I tried to play it at school using TMediaPlayer I couldn't get any picture but I could hear the audio nicely.I tried installing codecs but that didn't work. When I tried the same code at home there was a picture but the video was going four times faster and I couldn't hear any audio (but I guess if I heard it it would sound so high pitched )&lt;br /&gt;
&lt;br /&gt;
Is there some codec special for Borland that I have to install or is there some other way to solve this?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/390443/390443/problem-with-playing-movies-with-media-player-from-borland-c++-builder/</guid>
      <pubDate>Tue, 05 May 2009 09:29:58 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: Problem with playing movies with media player from Borland C++ Bui</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/390443/390549/re-problem-with-playing-movies-with-media-player-from-borland-c++-bui/#390549</link>
      <description>May I suggest using TWindowsMediaPlayer? You can install it from Component-&amp;gt;Import ActiveX Control. Find Windows Media Player in the list and click install. It should then appear in ActiveX tab in Component Palette.&lt;br /&gt;
&lt;br /&gt;
I was using it and it worked just fine. You can play files like this:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;  WMP-&amp;gt;URL = file;
  WMP-&amp;gt;controls-&amp;gt;play();&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;WMP&lt;/strong&gt; is the name of component i put on form and &lt;strong&gt;file&lt;/strong&gt; is AnsiString.&lt;br /&gt;
&lt;br /&gt;
Hope it helps.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/390443/390549/re-problem-with-playing-movies-with-media-player-from-borland-c++-bui/#390549</guid>
      <pubDate>Thu, 07 May 2009 05:46:52 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
  </channel>
</rss>