<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>The Message Board Topic: open player in a new window</title>
<link>http://www.osflv.com/</link>
<description>The Message Board Topic: open player in a new window</description>
<language>en</language>
<pubDate>Sat, 18 May 2013 10:47:42 +0000</pubDate>

<item>
<title>muffin on "open player in a new window"</title>
<link>http://www.osflv.com/topic.php?id=122#post-222</link>
<pubDate>Sun, 27 Jul 2008 18:26:26 +0000</pubDate>
<dc:creator>muffin</dc:creator>
<guid isPermaLink="false">222@http://www.osflv.com/</guid>
<description>&#60;p&#62;Im sorry for the second bump but I cant edit my post....&#60;br /&#62;
this is the actual script (without mistakes for as far as I understand js.)&#60;br /&#62;
@ admin would you please remove my previous post? Htank you in advance.&#60;/p&#62;
&#60;p&#62;//--&#60;/p&#62;
&#60;p&#62;Ive checked it out myself and I found a few mistakes, this is an update(its neater too):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function OpenVid(video,title)
{
var VidCode;
var video;
var title;
var scrmset = &#38;quot;&#38;#39;about:blank&#38;#39;, title,&#38;#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=340,left=0, top=0,screenX=0,screenY=0&#38;#39;&#38;quot;;

VidFrame= open(scrnset);
var VidCode = = &#38;quot;&#38;lt;html&#38;gt;&#38;lt;title&#38;gt;&#38;quot;+title+&#38;quot;&#38;lt;\/title&#38;gt;&#38;lt;body&#38;gt;&#38;lt;object width=&#38;#39;400&#38;#39; height=&#38;#39;340&#38;#39; id=&#38;#39;flvPlayer&#38;#39;&#38;gt;&#38;lt;param name=&#38;#39;allowFullScreen&#38;#39; value=&#38;#39;true&#38;#39;&#38;gt;&#38;lt;param name=&#38;#39;movie&#38;#39; value=&#38;#39;player.swf?movie=&#38;quot;+video+&#38;quot;&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70&#38;#39;&#38;gt;&#38;lt;embed src=&#38;#39;player.swf?movie=&#38;quot;+video+&#38;quot;&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70&#38;#39; width=&#38;#39;400&#38;#39; height=&#38;#39;340&#38;#39; allowfullscreen=&#38;#39;true&#38;#39; type=&#38;#39;application\/x-shockwave-flash&#38;#39;&#38;gt;&#38;lt;\/object&#38;gt;&#38;lt;\/body&#38;gt;&#38;lt;\/html&#38;gt;&#38;quot;;
VidFrame.document.write(VidCode);
};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this is what Ive entered as link:&#60;br /&#62;
&#60;code&#62;&#38;lt; a href=&#38;quot;javascript:void(0)&#38;quot; onclick=&#38;quot;OpenVid(&#38;quot;Movie/test.flv&#38;quot;,&#38;quot;de titel hier&#38;quot;)&#38;quot;&#38;gt;video&#38;lt; /a&#38;gt;&#60;/code&#62;&#60;br /&#62;
my internet exxplorer says that that line is wrong on the first sign, object missing. what does that actualy means? because Ive defined evry object.
&#60;/p&#62;</description>
</item>
<item>
<title>muffin on "open player in a new window"</title>
<link>http://www.osflv.com/topic.php?id=122#post-212</link>
<pubDate>Sun, 27 Jul 2008 16:21:34 +0000</pubDate>
<dc:creator>muffin</dc:creator>
<guid isPermaLink="false">212@http://www.osflv.com/</guid>
<description>&#60;p&#62;Ive checked it out myself and I found a few mistakes, this is an update(its neater too):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function OpenVid(video,title)
{
var VidCode;
var video;
var title;
var scrmset = &#38;quot;&#38;#39;about:blank&#38;#39;, title,&#38;#39;toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,height=340,left=0, top=0,screenX=0,screenY=0&#38;#39;&#38;quot;;
;
var VidcodeP2 =
VidFrame= open(scrnset);
var VidCode = = &#38;quot;&#38;lt;html xmlns=\&#38;quot;http://www.w3.org/1999/xhtml\&#38;quot;&#38;gt;&#38;lt;body&#38;gt;&#38;lt;object width=\&#38;#39;400\&#38;#39; height=\&#38;#39;340\&#38;#39; id=\&#38;#39;flvPlayer\&#38;#39;&#38;gt;&#38;lt;param name=\&#38;#39;allowFullScreen\&#38;#39; value=\&#38;#39;true\&#38;#39;&#38;gt;&#38;lt;param name=\&#38;#39;movie\&#38;#39; value=\&#38;#39;player.swf?movie=&#38;quot;+video+&#38;quot;&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70\&#38;#39;&#38;gt;&#38;lt;embed src=\&#38;#39;player.swf?movie=&#38;quot;+video+&#38;quot;&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70\&#38;#39; width=\&#38;#39;400\&#38;#39; height=\&#38;#39;340\&#38;#39; allowfullscreen=&#38;#39;\&#38;#39;true\&#38;#39; type=\&#38;#39;application/x-shockwave-flash\&#38;#39;&#38;gt;&#38;lt;/object&#38;gt;&#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;&#38;quot;;
VidFrame.document.write(VidCode);
};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this is what Ive entered:&#60;br /&#62;
&#60;code&#62;&#38;lt; a href=&#38;quot;void(0)&#38;quot; onclick=Ã–penVid&#38;#39;(&#38;#38;nquoteMovies/Vid.flv&#38;#38;nquote,&#38;#38;nquotede titel hier&#38;#38;nquote)&#38;quot;&#38;gt;video&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
my internet exxplorer says that that line is wrong on the first sign, object missing. what does that actualy means? because Ive defined evry object.
&#60;/p&#62;</description>
</item>
<item>
<title>muffin on "open player in a new window"</title>
<link>http://www.osflv.com/topic.php?id=122#post-202</link>
<pubDate>Sat, 26 Jul 2008 16:27:17 +0000</pubDate>
<dc:creator>muffin</dc:creator>
<guid isPermaLink="false">202@http://www.osflv.com/</guid>
<description>&#60;p&#62;I've made a js code to open a window and write the player in it, but it does nog work.&#60;br /&#62;
this is the code:&#60;br /&#62;
&#60;code&#62;function OpenVid(video,title)&#60;br /&#62;
{&#60;br /&#62;
VidFrame= window.open (&#34;&#34;,&#60;br /&#62;
  &#34;title&#34;,&#34;status=1,width=400,height=340&#34;);&#60;br /&#62;
VidFrame.document.write('&#38;lt;object width=/'400/' height=/'340/' id=/'flvPlayer/'&#38;gt;&#60;br /&#62;
    &#38;lt;param name=/'allowFullScreen/' value=/'true/'&#38;gt;&#60;br /&#62;
    &#38;lt;param name=/'movie/' value=/'player.swf?movie='video'&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70/'&#38;gt;&#60;br /&#62;
    &#38;lt;embed src=/'player.swf?movie=Vid.flv&#38;#38;autoload=on&#38;#38;autorewind=on&#38;#38;volume=70/' width=/'400/' height=/'340/ allowfullscreen='/'true/' type=/'application/x-shockwave-flash/'&#38;gt;&#60;br /&#62;
    &#38;lt;/object&#38;gt;');&#60;br /&#62;
}'&#60;/code&#62;&#60;br /&#62;
what is wrong?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
