<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Video FLASH (FLV) reader by BBCODE]]></title>
		<link>https://punbb.informer.com/forums/topic/8266/video-flash-flv-reader-by-bbcode/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/8266/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Video FLASH (FLV) reader by BBCODE.]]></description>
		<lastBuildDate>Thu, 21 Jun 2007 15:27:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/96812/#p96812</link>
			<description><![CDATA[<p>...sorry to push up this old thread, but I have problems installing this....<br />Rod, could you please explain it one more time</p><p>I did it your way and only the flv player showed up in 100% / 100% , no size control and no moviefile.....?<br />I used only the &quot;flvplayer.swf&quot; - is that correct?</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Thu, 21 Jun 2007 15:27:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/96812/#p96812</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82462/#p82462</link>
			<description><![CDATA[<p>well it does load the flv link from the parser.php. the problem now is how you insert the link in the BBCODE? I tried this but it won&#039;t work.... <br /></p><div class="codebox"><pre><code>[video]i put the link in here but it won&#039;t play it, instead it still plays the link in the parser.[/video]</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (virgildizon)]]></author>
			<pubDate>Sun, 03 Dec 2006 03:59:46 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82462/#p82462</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82400/#p82400</link>
			<description><![CDATA[<p>This is the link and as you can see the player is showing up fine but it won&#039;t load the flv file.</p><p><a href="http://graphicsgenius.com/viewtopic.php?pid=131#p131">http://graphicsgenius.com/viewtopic.php?pid=131#p131</a></p>]]></description>
			<author><![CDATA[null@example.com (virgildizon)]]></author>
			<pubDate>Sat, 02 Dec 2006 06:14:41 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82400/#p82400</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82399/#p82399</link>
			<description><![CDATA[<p>I applied the FLV mod on my site...so far using the [video][/video] BBCODE works and shows the player already but it wont load the video... Anyone can help?</p><p>The CSS is pretty simple but I have a doubt about the parser.php. Here is how i put it in the parser.php:</p><div class="codebox"><pre><code>$pattern = array(&#039;#\[b\](.*?)\[/b\]#s&#039;,
                     &#039;#\[i\](.*?)\[/i\]#s&#039;,
                     &#039;#\[u\](.*?)\[/u\]#s&#039;,
                     &#039;#\[youtube\]http://www.youtube.com/watch\?v=(.*?)\[/youtube\]#s&#039;,
                     &#039;#\[googlevid\]http://video.google.com/videoplay\?docid=(.*?)\[/googlevid\]#s&#039;,
                     &#039;#\[url\]([^\[]*?)\[/url\]#e&#039;,
                     &#039;#\[url=([^\[]*?)\](.*?)\[/url\]#e&#039;,
                     &#039;#\[email\]([^\[]*?)\[/email\]#&#039;,
                     &#039;#\[email=([^\[]*?)\](.*?)\[/email\]#&#039;,
                     &#039;#\[video\](.*?)\[/video\]#&#039;,
                     &#039;#\[qt=(.*?)\](.*?)\[/qt\]#&#039;,
                     &#039;#\[real=(.*?)\](.*?)\[/real\]#&#039;,
                     &#039;#\[wmv=(.*?)\](.*?)\[/wmv\]#&#039;,
                     &#039;#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s&#039;);

    $replace = array(&#039;&lt;strong&gt;$1&lt;/strong&gt;&#039;,
                     &#039;&lt;em&gt;$1&lt;/em&gt;&#039;,
                     &#039;&lt;span class=&quot;bbu&quot;&gt;$1&lt;/span&gt;&#039;,
                     &#039;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/$1&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/$1&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&#039;,
                     &#039;&lt;embed style=&quot;width:400px; height:326px;&quot; id=&quot;VideoPlayback&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;http://video.google.com/googleplayer.swf?docId=$1&amp;hl=en&quot;&gt;&lt;/embed&gt;&#039;,
                     &#039;handle_url_tag(\&#039;$1\&#039;)&#039;,
                     &#039;handle_url_tag(\&#039;$1\&#039;, \&#039;$2\&#039;)&#039;,
                     &#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;,
                     &#039;&lt;div class=&quot;video&quot;&gt;Vihe Video Box&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;img/flvplayervihe.swf?file=img/$1.flv&amp;autoStart=false&quot; width=&quot;100%&quot; height=&quot;100%&quot; wmode=&quot;transparent&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;img/flvplayervihe.swf?file=img/$1.flv&amp;autoStart=false&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&#039;,
                     &#039;&lt;a href=&quot;$1&quot; onclick=&quot;return enlarge(\&#039;$1\&#039;, event, \&#039;quicktime\&#039;, \&#039;center\&#039;, \&#039;425\&#039;, \&#039;350\&#039;)&quot;&gt;$2&lt;/a&gt;&#039;,
                     &#039;&lt;a href=&quot;$1&quot; onclick=&quot;return enlarge(\&#039;$1\&#039;, event, \&#039;realvideo\&#039;, \&#039;center\&#039;, \&#039;425\&#039;, \&#039;350\&#039;)&quot;&gt;$2&lt;/a&gt;&#039;,
                     &#039;&lt;a href=&quot;$1&quot; onclick=&quot;return enlarge(\&#039;$1\&#039;, event, \&#039;wmv\&#039;, \&#039;center\&#039;, \&#039;425\&#039;, \&#039;350\&#039;)&quot;&gt;$2&lt;/a&gt;&#039;,
                     &#039;&lt;span style=&quot;color: $1&quot;&gt;$2&lt;/span&gt;&#039;);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (virgildizon)]]></author>
			<pubDate>Sat, 02 Dec 2006 06:11:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82399/#p82399</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82394/#p82394</link>
			<description><![CDATA[<p>Thanks... I will try to apply this to my site later <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (virgildizon)]]></author>
			<pubDate>Sat, 02 Dec 2006 04:25:45 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82394/#p82394</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82176/#p82176</link>
			<description><![CDATA[<p>imports/base.css should be fine.</p>]]></description>
			<author><![CDATA[null@example.com (pogenwurst)]]></author>
			<pubDate>Wed, 29 Nov 2006 01:12:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82176/#p82176</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/82047/#p82047</link>
			<description><![CDATA[<p>So...which css file should I embed your css code?</p>]]></description>
			<author><![CDATA[null@example.com (virgildizon)]]></author>
			<pubDate>Sun, 26 Nov 2006 20:03:15 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/82047/#p82047</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/69944/#p69944</link>
			<description><![CDATA[<p>with mp3?<br />Link download die!</p><p>post again, please!</p>]]></description>
			<author><![CDATA[null@example.com (trongha)]]></author>
			<pubDate>Sat, 03 Jun 2006 06:24:19 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/69944/#p69944</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/52080/#p52080</link>
			<description><![CDATA[<p>Ok <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> I listen your question, even if when reading again my post, it was simple to realize <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> So .. ?</p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Sat, 17 Sep 2005 01:41:58 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52080/#p52080</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/52065/#p52065</link>
			<description><![CDATA[<p>Up <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Julien Lions)]]></author>
			<pubDate>Fri, 16 Sep 2005 17:52:21 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/52065/#p52065</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/50592/#p50592</link>
			<description><![CDATA[<p>I&#039;m coming : all your answers tomorrow <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Tue, 30 Aug 2005 17:21:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/50592/#p50592</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/50568/#p50568</link>
			<description><![CDATA[<p>Can you explain a little bit more about this mod ?</p>]]></description>
			<author><![CDATA[null@example.com (Julien Lions)]]></author>
			<pubDate>Tue, 30 Aug 2005 10:21:16 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/50568/#p50568</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/50362/#p50362</link>
			<description><![CDATA[<p>hey man you can more explicit with the installation with this mod</p>]]></description>
			<author><![CDATA[null@example.com (Azakur4)]]></author>
			<pubDate>Fri, 26 Aug 2005 20:59:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/50362/#p50362</guid>
		</item>
		<item>
			<title><![CDATA[Video FLASH (FLV) reader by BBCODE]]></title>
			<link>https://punbb.informer.com/forums/post/48633/#p48633</link>
			<description><![CDATA[<p>Example at <br /><a href="http://www.sortons.net/forum/viewtopic.php?id=4417">http://www.sortons.net/forum/viewtopic.php?id=4417</a></p><p>You need<br />1. download the FREE PLAYER created by Jeroen Wijering at <a href="http://www.jeroenwijering.com/?item=Flash+Video+Player">http://www.jeroenwijering.com/?item=Flash+Video+Player</a> (direct link download : <a href="http://www.jeroenwijering.com/downloads/flash_flv_player.zip">http://www.jeroenwijering.com/downloads … player.zip</a>)</p><p>2. There is a 100% FREE FLV encoder at <a href="http://www.rivavx.com/index.php?encoder">http://www.rivavx.com/index.php?encoder</a> (only for PC ... sorry !)</p><p>3. Add in CSS</p><div class="codebox"><pre><code>.video {
    width :auto; 
    height : 320px; 
    background : #F7F7F7; 
    margin : 10px; 
    padding : 10px; 
    border : 1px solid #E7E7E7; 
    font-size : 14px; 
    font-weight : 600; 
    text-align : center;
}</code></pre></div><p>4. Open /include/parser.php</p><div class="codebox"><pre><code>&#039;#\[video\](.*?)\[/video\]#&#039;,</code></pre></div><div class="codebox"><pre><code>&#039;&lt;div class=&quot;video&quot;&gt;Title of your Video Box&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;URL-OF-YOUR-PLAYER/flvplayer.swf?file=URL-WHERE-YOU-PUT-YOUR-FLV/$1.flv&amp;autoStart=false&quot; width=&quot;100%&quot; height=&quot;100%&quot; wmode=&quot;transparent&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;URL-OF-YOUR-PLAYER/flvplayer.swf?file=URL-WHERE-YOU-PUT-YOUR-FLV/$1.flv&amp;autoStart=false&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&#039;,</code></pre></div><p>Advantages are great<br />1. no more to need QUICKTIME + REAL PLAYER + WINDOWS MEDIA PLAYERS ... and the very loud softs when you want to see a video.</p><p>2. total control of width, height, and quality.</p><p>3. On my forum example, the original video (Quicktime) was 102 mo. The Fla with the SIMILAR quality is ... 11mo !!! Stream is perfect <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (Rod)]]></author>
			<pubDate>Fri, 29 Jul 2005 03:13:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/48633/#p48633</guid>
		</item>
	</channel>
</rss>
