<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie??]]></title><description><![CDATA[<p>Hi</p>
<p>habe mal ne Frage ich will eine Mp3 abspielen die geht 25 sekunden und soll immer wieder wiederholt werden denke an loop weis den Befehl nicht wer kann mir helfen ich habe es so geschrieben:</p>
<p>MediaPlayer1-&gt;FileName=&quot;c:\\wtr.mp3&quot;;<br />
MediaPlayer1-&gt;Open();<br />
MediaPlayer1-&gt;Play();</p>
<p>also MediaPlayer1-&gt;loop(); gibt es ja nicht ...</p>
<p>Danke leute bye Malcolm19 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133527/mediaplayer1-soll-eine-mp3-dauernd-abspielen-schleife-wie</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 15:42:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133527.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Jan 2006 15:06:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 15:06:01 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>habe mal ne Frage ich will eine Mp3 abspielen die geht 25 sekunden und soll immer wieder wiederholt werden denke an loop weis den Befehl nicht wer kann mir helfen ich habe es so geschrieben:</p>
<p>MediaPlayer1-&gt;FileName=&quot;c:\\wtr.mp3&quot;;<br />
MediaPlayer1-&gt;Open();<br />
MediaPlayer1-&gt;Play();</p>
<p>also MediaPlayer1-&gt;loop(); gibt es ja nicht ...</p>
<p>Danke leute bye Malcolm19 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/969816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969816</guid><dc:creator><![CDATA[Malcolm19]]></dc:creator><pubDate>Wed, 18 Jan 2006 15:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 15:09:16 GMT]]></title><description><![CDATA[<p>Willst du wissen wie man eine Schleife schreibt oder was meinst du jetzt damit?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/969821</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969821</guid><dc:creator><![CDATA[EEK]]></dc:creator><pubDate>Wed, 18 Jan 2006 15:09:16 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 15:14:00 GMT]]></title><description><![CDATA[<p>Schreib dir doch einfach selber eine Schleife (for(), while() do-while() - such dir was aus), die immer wieder Play() aufruft.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/969827</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969827</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Wed, 18 Jan 2006 15:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 16:42:11 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Ja wenn eine schleife hilft wie schreibt man die schleife schreibst jemand ein beispiel?? wäre toll.</p>
<p>Ich dachte es gibt ein Befehl direkt der z.B. so aussieht</p>
<p>MediaPlayer1-&gt;Loop oder<br />
MediaPlayer1-&gt;Repeat</p>
<p>aber die Befehle gibt es ja net wenn eine schleife also sinnvoll wäre wär es toll wenn jemand ein beispiel schreiben würde so das ich das auch verstehe <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Danke Leute bye Malcolm19 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/969912</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969912</guid><dc:creator><![CDATA[Malcolm19]]></dc:creator><pubDate>Wed, 18 Jan 2006 16:42:11 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 17:00:20 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Das gehört ins Builder-Forum.<br />
Bei der Google-Suche nach <em>mediaplayer loop</em> läßt sich u.a. ein <a href="http://www.lars.pl/ftp/Delphi/borland/faq/1475.HTM" rel="nofollow">How-to</a> für Delphi finden, das du nur noch für den Builder umschreiben must.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/969923</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969923</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 18 Jan 2006 17:00:20 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 17:10:14 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=2" rel="nofollow">Marc++us</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/969930</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969930</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 18 Jan 2006 17:10:14 GMT</pubDate></item><item><title><![CDATA[Reply to MediaPlayer1 soll eine Mp3 dauernd abspielen (schleife) wie?? on Wed, 18 Jan 2006 17:35:27 GMT]]></title><description><![CDATA[<p>Wenn das Lied zu Ende ist wirde eine Nachricht gesandt -&gt; diese auswerten und Lied wieder starten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/969958</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/969958</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Wed, 18 Jan 2006 17:35:27 GMT</pubDate></item></channel></rss>