<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Easy BBCode Visual & Video Extended]]></title>
		<link>https://punbb.informer.com/forums/topic/16653/easy-bbcode-visual-video-extended/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/16653/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Easy BBCode Visual & Video Extended.]]></description>
		<lastBuildDate>Fri, 26 Sep 2008 07:56:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/117788/#p117788</link>
			<description><![CDATA[<p>In parser.php add BBCode in the <br />$pattern = array<br />on the first place</p><div class="codebox"><pre><code>                     &#039;#\[pinkbike\](.*?)\[/pinkbike\]#s&#039;,</code></pre></div><br /><p>Then in the $replace = array<br />also on the first place</p><div class="codebox"><pre><code>//****** embed pinkbike Videos **********************************************    
&#039;&lt;div class=&quot;bbvideo&quot;&gt;&lt;object width=&quot;500&quot; height=&quot;440&quot; align=&quot;top&quot; data=&quot;http://www.pinkbike.com/v/$1&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.pinkbike.com/v/$1&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;embed src=&quot;http://www.pinkbike.com/v/$1&quot; width=&quot;500&quot; height=&quot;440&quot; quality=&quot;best&quot; align=&quot;top&quot; wmode=&quot;transparent&quot; allowScriptAccess=&quot;sameDomain&quot; allowfullscreen=&quot;true&quot;  type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&#039;,
//****** end pinkbike Videos ************************************************</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Fri, 26 Sep 2008 07:56:00 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117788/#p117788</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/117777/#p117777</link>
			<description><![CDATA[<p>Could you please take a look at this embed code and see if you can do something useful with it:<br /></p><div class="codebox"><pre><code>&lt;object width=&#039;500&#039; height=&#039;353&#039;&gt;&lt;param name=&#039;allowFullScreen&#039; value=&#039;false&#039; /&gt;&lt;param name=&#039;allowScriptAccess&#039; value=&#039;always&#039; /&gt;&lt;param name=&#039;movie&#039; value=&#039;http://www.pinkbike.com/v/13666/l/&#039; /&gt;&lt;embed src=&#039;http://www.pinkbike.com/v/13666/l/&#039; type=&#039;application/x-shockwave-flash&#039; width=&#039;500&#039; height=&#039;353&#039; allowFullScreen=&#039;false&#039; allowScriptAccess=always&#039; /&gt;&lt;/object&gt;</code></pre></div><p>I want to extend the script with videos from pinkbike.<br />Thanks <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (laxrom)]]></author>
			<pubDate>Thu, 25 Sep 2008 04:59:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/117777/#p117777</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/115316/#p115316</link>
			<description><![CDATA[<p>... glad I could help</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Wed, 04 Jun 2008 18:06:14 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/115316/#p115316</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/115315/#p115315</link>
			<description><![CDATA[<p>As usual, thanks a lot!</p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Wed, 04 Jun 2008 18:00:04 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/115315/#p115315</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/115191/#p115191</link>
			<description><![CDATA[<p>....if you want to extend the script and use the embed TED Player:</p><p>like the others, first create in parser.php another BBCode in the $pattern = array<br />I placed it on the first place</p><div class="codebox"><pre><code>&#039;#\[ted\](.*?)\[/ted\]#s&#039;,</code></pre></div><p>Then in the $replace = array<br />also on the first place</p><div class="codebox"><pre><code>    
//****** embed TED Videos ***************************************************    
&#039;&lt;div class=&quot;bbvideo&quot;&gt;&lt;object width=&quot;500&quot; height=&quot;445&quot; align=&quot;top&quot; data=&quot;http://static.videoegg.com/ted/flash/loader.swf?file=http://static.videoegg.com/ted/movies/$1&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.videoegg.com/ted/flash/loader.swf?file=http://static.videoegg.com/ted/movies/$1&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;embed src=&quot;http://static.videoegg.com/ted/flash/loader.swf?file=http://static.videoegg.com/ted/movies/$1&quot; width=&quot;500&quot; height=&quot;445&quot; quality=&quot;best&quot; align=&quot;top&quot; wmode=&quot;transparent&quot; allowScriptAccess=&quot;sameDomain&quot; allowfullscreen=&quot;true&quot;  type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&#039;,
//****** end TED Videos *****************************************************</code></pre></div><p>If using this you don&#039;t have to put all the path into the bbcode tags - only the name of the FLV File:</p><div class="codebox"><pre><code>[ted]EDBURTYNSKY_high.flv[/ted]</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Wed, 28 May 2008 15:52:27 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/115191/#p115191</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/115190/#p115190</link>
			<description><![CDATA[<div class="quotebox"><cite>onecut wrote:</cite><blockquote><p>hi again, it possible that you look at this embeded video tag, its from TED.com (theya have good videos btw):</p><p>&lt;!--cut and paste--&gt;&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;320&quot; height=&quot;285&quot; id=&quot;VE_Player&quot; align=&quot;middle&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.videoegg.com/ted/flash/loader.swf&quot;&gt;&lt;PARAM NAME=&quot;FlashVars&quot; VALUE=&quot;bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/EDBURTYNSKY_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true&quot;&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;&gt;&lt;param name=&quot;scale&quot; value=&quot;noscale&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;window&quot;&gt;&lt;embed src=&quot;http://static.videoegg.com/ted/flash/loader.swf&quot; FlashVars=&quot;bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/EDBURTYNSKY_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true&quot; quality=&quot;high&quot; allowScriptAccess=&quot;always&quot; bgcolor=&quot;#FFFFFF&quot; scale=&quot;noscale&quot; wmode=&quot;window&quot; width=&quot;320&quot; height=&quot;285&quot; name=&quot;VE_Player&quot; align=&quot;middle&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;&lt;/object&gt;</p><br /><p>Thx a lot!</p></blockquote></div><p>..onecut, this one is easy <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /> .... if you don&#039;t need the &quot;embed&quot; TED Player<br />TED don&#039;t use Video IDs, they use the direct path to the FLV ! That&#039;s good.... with that path you could just embed the video with the FLV Player.</p><div class="codebox"><pre><code>[flv]http://www.yourPath.com/to_the/movie.flv[/flv]</code></pre></div><p>if you have the JW Mediaplayer installed.</p><p>Take a look at the embed code and you will find the FLV path:<br /></p><div class="codebox"><pre><code>http://static.videoegg.com/ted/movies/EDBURTYNSKY_high.flv</code></pre></div><p>It is directly in the &quot;flashvars&quot;</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Wed, 28 May 2008 15:38:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/115190/#p115190</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/115189/#p115189</link>
			<description><![CDATA[<p>hi again, it possible that you look at this embeded video tag, its from TED.com (theya have good videos btw):</p><p>&lt;!--cut and paste--&gt;&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;320&quot; height=&quot;285&quot; id=&quot;VE_Player&quot; align=&quot;middle&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://static.videoegg.com/ted/flash/loader.swf&quot;&gt;&lt;PARAM NAME=&quot;FlashVars&quot; VALUE=&quot;bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/EDBURTYNSKY_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true&quot;&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot;&gt;&lt;param name=&quot;scale&quot; value=&quot;noscale&quot;&gt;&lt;param name=&quot;wmode&quot; value=&quot;window&quot;&gt;&lt;embed src=&quot;http://static.videoegg.com/ted/flash/loader.swf&quot; FlashVars=&quot;bgColor=FFFFFF&amp;file=http://static.videoegg.com/ted/movies/EDBURTYNSKY_high.flv&amp;autoPlay=false&amp;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&amp;forcePlay=false&amp;logo=&amp;allowFullscreen=true&quot; quality=&quot;high&quot; allowScriptAccess=&quot;always&quot; bgcolor=&quot;#FFFFFF&quot; scale=&quot;noscale&quot; wmode=&quot;window&quot; width=&quot;320&quot; height=&quot;285&quot; name=&quot;VE_Player&quot; align=&quot;middle&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;&lt;/object&gt;</p><br /><p>Thx a lot!</p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Wed, 28 May 2008 13:19:33 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/115189/#p115189</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/112141/#p112141</link>
			<description><![CDATA[<p>a little &quot;update&quot; here:</p><p><a href="http://www.punres.org/viewtopic.php?pid=23413#p23413">http://www.punres.org/viewtopic.php?pid=23413#p23413</a></p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Mon, 24 Mar 2008 19:22:10 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112141/#p112141</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111937/#p111937</link>
			<description><![CDATA[<p><a href="http://www.flemflemflem.com/temp/javascript_triggers.js">http://www.flemflemflem.com/temp/javascript_triggers.js</a></p><p>I dont really remember in wich page the script was called.<br />This .js also put favicon in front of links automatically, its pretty anoying but its works.</p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Fri, 21 Mar 2008 15:18:11 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111937/#p111937</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111928/#p111928</link>
			<description><![CDATA[<p>well, yes, could be interresting to know how that javascript work</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Fri, 21 Mar 2008 14:52:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111928/#p111928</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111925/#p111925</link>
			<description><![CDATA[<p>Yep i stay for now with the original parser.php file.</p><p>About the js i remember a little mod for punbb who was a little .js who convert automatically pure youtube and googlevideo videos&#039;s urls into embeded videos.<br />In other terms you just copy/past the url on the forum and the when the .js is loaded it convert the link into a video. </p><p>Since i have removed this mod because the forum was feeling less responsive in fact.</p><p>I can try to find this .js if you want look at it?</p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Fri, 21 Mar 2008 14:43:43 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111925/#p111925</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111924/#p111924</link>
			<description><![CDATA[<p>use the &quot;not-dreamweaver-modified&quot; parser.php version</p><p>I have to find out if it is possible to embed the objects with those Javascript files.<br />I will keep you informed about this.</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Fri, 21 Mar 2008 14:26:34 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111924/#p111924</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111922/#p111922</link>
			<description><![CDATA[<p><a href="http://www.flemflemflem.com/temp/parser_modByDreamW.txt">http://www.flemflemflem.com/temp/parser_modByDreamW.txt</a></p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Fri, 21 Mar 2008 14:08:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111922/#p111922</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111920/#p111920</link>
			<description><![CDATA[<p>AC_RunActiveContent.js<br />AC_ActiveX.js</p><p>These two you need for the quicktime - Dreamweaver seems to changed the quicktime object too.<br />Can you send me your modified parser.php, please</p>]]></description>
			<author><![CDATA[null@example.com (no64)]]></author>
			<pubDate>Fri, 21 Mar 2008 13:50:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111920/#p111920</guid>
		</item>
		<item>
			<title><![CDATA[Re: Easy BBCode Visual & Video Extended]]></title>
			<link>https://punbb.informer.com/forums/post/111917/#p111917</link>
			<description><![CDATA[<p>Ok the new parser.php modified by dreamW generate error on my website now. I have put back the previous parser.php.</p><p>Theres some links to the modified parser.php:</p><p><a href="http://www.flemflemflem.com/temp/parser_modByDreamW.php">http://www.flemflemflem.com/temp/parser_modByDreamW.php</a></p><p>And when i want to upload the modified file back, dreamweaver tell me that it was now dependent to this both .js (DreamW creates them when it moding my parser i think): </p><p><a href="http://www.flemflemflem.com/temp/Scripts/AC_ActiveX.js">http://www.flemflemflem.com/temp/Scripts/AC_ActiveX.js</a><br /><a href="http://www.flemflemflem.com/temp/Scripts/AC_RunActiveContent.js">http://www.flemflemflem.com/temp/Script … Content.js</a></p>]]></description>
			<author><![CDATA[null@example.com (onecut)]]></author>
			<pubDate>Fri, 21 Mar 2008 13:19:06 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/111917/#p111917</guid>
		</item>
	</channel>
</rss>
