<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — About the online music player!]]></title>
		<link>https://punbb.informer.com/forums/topic/8765/about-the-online-music-player/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/8765/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in About the online music player!.]]></description>
		<lastBuildDate>Sat, 08 Oct 2005 13:20:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/53898/#p53898</link>
			<description><![CDATA[<p>I have done this ... example <a href="http://www.sortons.net/forum/viewtopic.php?pid=104242#p104242">http://www.sortons.net/forum/viewtopic. … 42#p104242</a></p><p>I use [wmv] url of my mp3 [/wmv]&nbsp; ... but you can do all you want (Quicktime / Flash ...)</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Sat, 08 Oct 2005 13:20:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/53898/#p53898</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/53876/#p53876</link>
			<description><![CDATA[<p>This is very cool.</p><p>How could this be arranged so that what&#039;s between the bbcode markers would become the file or stream to be played?</p><p>example:</p><div class="codebox"><pre><code>[player]http://www.domain.org/music/file.mp3[/player]</code></pre></div><p>this would indeed be a superb addition to punbb!</p>]]></description>
			<author><![CDATA[null@example.com (dss)]]></author>
			<pubDate>Sat, 08 Oct 2005 04:51:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/53876/#p53876</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/52062/#p52062</link>
			<description><![CDATA[<p>OK .... so .... I see you like options <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>1. open parser.php</p><br /><p>2. after <br /></p><div class="codebox"><pre><code>    &#039;#\[email\](.*?)\[/email\]#&#039;,
    &#039;#\[email=(.*?)\](.*?)\[/email\]#&#039;,</code></pre></div><p>Add</p><div class="codebox"><pre><code>    &#039;#\[player=(.*?)\](.*?)\[/player\]#&#039;,</code></pre></div><p>3. Find <br /></p><div class="codebox"><pre><code>    &#039;&lt;a href=&quot;mailto:$1&quot;&gt;$1&lt;/a&gt;&#039;,
    &#039;&lt;a href=&quot;mailto:$1&quot;&gt;$2&lt;/a&gt;&#039;,</code></pre></div><p>Add after </p><div class="codebox"><pre><code>&#039;&lt;OBJECT ID=&quot;mediaPlayer&quot; CLASSID=&quot;CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95&quot; CODEBASE=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701&quot; STANDBY=&quot;Loading Microsoft Windows Media Player components...&quot; TYPE=&quot;application/x-oleobject&quot;&gt;&lt;PARAM NAME=&quot;fileName&quot; VALUE=&quot;http://msdn.microsoft.com/downloads/samples/Internet/imedia/netshow/smedia/NS3/JavaScript/Buttons/control.asx&quot;&gt;&lt;PARAM NAME=&quot;animationatStart&quot; VALUE=&quot;true&quot;&gt;&lt;PARAM NAME=&quot;transparentatStart&quot; VALUE=&quot;true&quot;&gt;&lt;PARAM NAME=&quot;autoStart&quot; VALUE=&quot;true&quot;&gt;&lt;PARAM NAME=&quot;showControls&quot; VALUE=&quot;true&quot;&gt;&lt;/OBJECT&gt;&#039;,</code></pre></div><p>BUT BUT BUT ...</p><p>As I don&#039;t see the code to put the value of the url of media ... can do nomore.</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Fri, 16 Sep 2005 17:21:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52062/#p52062</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/52048/#p52048</link>
			<description><![CDATA[<p>&lt;code&gt;<br />&lt;OBJECT<br />&nbsp; ID=&quot;mediaPlayer&quot;<br />&nbsp; CLASSID=&quot;CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95&quot;<br />&nbsp; CODEBASE=&quot;http://activex.microsoft.com/activex/controls/mplayer/en/<br />&nbsp; &nbsp; nsmp2inf.cab#Version=5,1,52,701&quot;<br />&nbsp; // (The above two lines should be joined as one line.<br />&nbsp; // They have been split for formatting purposes.)<br />&nbsp; STANDBY=&quot;Loading Microsoft Windows Media Player components...&quot;<br />&nbsp; TYPE=&quot;application/x-oleobject&quot;&gt;<br />&nbsp; &lt;PARAM NAME=&quot;fileName&quot; VALUE=&quot;http://msdn.microsoft.com/<br />&nbsp; &nbsp; downloads/samples/Internet/imedia/netshow/smedia/NS3/JavaScript/<br />&nbsp; &nbsp; Buttons/control.asx&quot;&gt;<br />&nbsp; // (The above three lines should be joined as one line.<br />&nbsp; // They have been split for formatting purposes.)<br />&nbsp; &lt;PARAM NAME=&quot;animationatStart&quot; VALUE=&quot;true&quot;&gt;<br />&nbsp; &lt;PARAM NAME=&quot;transparentatStart&quot; VALUE=&quot;true&quot;&gt;<br />&nbsp; &lt;PARAM NAME=&quot;autoStart&quot; VALUE=&quot;true&quot;&gt;<br />&nbsp; &lt;PARAM NAME=&quot;showControls&quot; VALUE=&quot;true&quot;&gt;<br />&lt;/OBJECT&gt;<br />&lt;/code&gt;</p>]]></description>
			<author><![CDATA[null@example.com (creaturecorp)]]></author>
			<pubDate>Fri, 16 Sep 2005 12:44:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52048/#p52048</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/52032/#p52032</link>
			<description><![CDATA[<p>hum <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> but I don&#039;t see the difference : people with my mod can &quot;press / pause / play&quot; : it&#039;s not a popup, but a dhtml layer. Now you can by playing with parser.php do appear directly the player inside your thread : but warning it becomes easy for the final user.</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Fri, 16 Sep 2005 09:50:30 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52032/#p52032</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/52031/#p52031</link>
			<description><![CDATA[<p>Nope,&nbsp; &nbsp; what I mean is there will be a mediaplayer interface embeded on the post and you can control the player by pressing the pause or stop button directly, not just a link!</p>]]></description>
			<author><![CDATA[null@example.com (Ocucsu)]]></author>
			<pubDate>Fri, 16 Sep 2005 09:04:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52031/#p52031</guid>
		</item>
		<item>
			<title><![CDATA[Re: About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/51774/#p51774</link>
			<description><![CDATA[<p><a href="http://www.sortons.net/forum/viewtopic.php?pid=101489#p101489">http://www.sortons.net/forum/viewtopic. … 89#p101489</a></p><p>like this ?</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Tue, 13 Sep 2005 13:56:12 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/51774/#p51774</guid>
		</item>
		<item>
			<title><![CDATA[About the online music player!]]></title>
			<link>https://punbb.informer.com/forums/post/51750/#p51750</link>
			<description><![CDATA[<p>How can I make a embeded online player through BBCODE when I post my topic!</p><p>Dose anybody have any ideas??</p><p>Thanks a lot!</p>]]></description>
			<author><![CDATA[null@example.com (Ocucsu)]]></author>
			<pubDate>Tue, 13 Sep 2005 05:02:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/51750/#p51750</guid>
		</item>
	</channel>
</rss>
