<?xml version="1.0" encoding="utf-8"?><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>Projekktor HTML5 video player - Forum</title>
<link>http://www.projekktor.com/board/</link>
<description>hints, tips, suggestions, chit chat</description>
<language>en</language>
<item>
<title>HTML in Title tag</title>
<content:encoded><![CDATA[<p>Hey, I was wondering how I would go about inserting HTML code in the Title tag. Here's my source:</p>
<pre><code>&lt;a id=&quot;popup1&quot; href=&quot;#inline1&quot; title=&quot;WANT HTML IN HERE&quot;&gt;
		&lt;img src=&quot;/promo/640/transimatic640.jpg&quot; /&gt;
	&lt;/a&gt;
	&lt;div style=&quot;display: none;&quot;&gt;
		&lt;video id=&quot;inline1&quot; class=&quot;projekktor&quot; poster=&quot;/promo/640/transimatic640.jpg&quot; title=&quot;This is Projekktor&quot; width=&quot;640&quot; height=&quot;360&quot; controls&gt;
		&lt;source src=&quot;/wp-content/themes/grid_focus/images/bunny/TransiMatic-video-fixed.mp4&quot; /&gt;
	&lt;/div&gt;</code></pre><p>Any help would be much appreciated!</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=3031</link>
<guid>http://www.projekktor.com/board/index.php?id=3031</guid>
<pubDate>Thu, 17 May 2012 03:50:34 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Mei</dc:creator>
</item>
<item>
<title>Multiple wideos on same page (reply)</title>
<content:encoded><![CDATA[<p>Thanks Sascha, it worked wonderfully!</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=3030</link>
<guid>http://www.projekktor.com/board/index.php?id=3030</guid>
<pubDate>Thu, 17 May 2012 03:49:26 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Mei</dc:creator>
</item>
<item>
<title>fullscreen oddities (reply)</title>
<content:encoded><![CDATA[<p>Sorry... scratch that Firefox comment.  Firefox has its own unique issue.  I just noticed that Firefox hides the control bar permanently when returning from fullscreen mode; I have to refresh the page to get the control bar to return.</p>
<p>Incidentally... I'm using Projekktor 1.0.15r50</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=3018</link>
<guid>http://www.projekktor.com/board/index.php?id=3018</guid>
<pubDate>Tue, 15 May 2012 02:25:38 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>inertia</dc:creator>
</item>
<item>
<title>fullscreen oddities</title>
<content:encoded><![CDATA[<p>I can't seem to get the fullscreen buttons working properly (with the exception of Firefox 12).</p>
<p>In all other browsers, the &quot;ppfsexit&quot; element doesn't become active unless I pause/unpause the video after going into fullscreen.  Same thing happens in the opposite direction... from fullscreen to normal size... the &quot;ppfsenter&quot; stays inactive until I pause/resume playback.</p>
<p>Is this a known bug?  Or is there something else I should be doing when using this feature?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=3017</link>
<guid>http://www.projekktor.com/board/index.php?id=3017</guid>
<pubDate>Tue, 15 May 2012 02:09:36 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>inertia</dc:creator>
</item>
<item>
<title>Can't able to play MP4 file in IE9 (reply)</title>
<content:encoded><![CDATA[<p>Nop. Platform priority is option for player, not for playlist item</p>
<p>$(document).ready(function() {<br />
projekktor('.projekktor', {<br />
iframe: true,<br />
controls: true,<br />
<strong>platformPriority: ['flash', 'native'],</strong><br />
volume: 0.5,<br />
addplugins: ['Share'],<br />
plugin_share: {<br />
embed: {<br />
callback: 'embedClick',<br />
.......</p>
<p>NOTE: IN version 1.0.15 author renamed 'platformPriority' to 'platforms'</p>
<p>i.e:</p>
<p>platforms:   ['flash','browser', 'ios', 'native'],</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=3008</link>
<guid>http://www.projekktor.com/board/index.php?id=3008</guid>
<pubDate>Mon, 14 May 2012 14:18:05 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Noer</dc:creator>
</item>
<item>
<title>Logo display (reply)</title>
<content:encoded><![CDATA[<p>Hiho,</p>
<blockquote><p>I'm can't figure out how to display the logo and which properties it should have (size and format).</p>
</blockquote><p>The dimensions of the logo-image are up to you - even the format is. The player will eat any valid image. More details on how to set it up can be found here: <a href="http://www.projekktor.com/docs/plugins_display">Plugin Display Docs</a>.</p>
<p>Maybe you run into a z-index issue. If so, add a class &quot;.pplogo&quot; to your theme and play with it.</p>
<p>Hope this helps.</p>
<p>- sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2996</link>
<guid>http://www.projekktor.com/board/index.php?id=2996</guid>
<pubDate>Mon, 14 May 2012 08:57:51 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>unmute on unpause?</title>
<content:encoded><![CDATA[<p>I just noticed a behavior which seems odd (to me).  I have the player setup with toggleMute set to true.  If I pause the player, then mute the audio... when I resume playback, the audio unmute automatically.  Is that normal?</p>
<p>Also... I haven't narrowed down when it happens, but occasionally the audio umutes to full volume rather than the value that it was in when muted.  Anyone else notice this behavior?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2994</link>
<guid>http://www.projekktor.com/board/index.php?id=2994</guid>
<pubDate>Mon, 14 May 2012 08:15:36 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>inertia</dc:creator>
</item>
<item>
<title>embed player maximized 100% within browser window (reply)</title>
<content:encoded><![CDATA[<p>This is an limitation of HTML5 in some browsers. Which browser do you use?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2979</link>
<guid>http://www.projekktor.com/board/index.php?id=2979</guid>
<pubDate>Sun, 13 May 2012 18:46:29 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Dazzel</dc:creator>
</item>
<item>
<title>Autoplay or hit play &gt; go fullscreen</title>
<content:encoded><![CDATA[<p>When I click play on my player, how can I get it to automatically play in fullscreen on regular browsers ?</p>
<p>Please can you show me the example code ?</p>
<p>Thanks.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2976</link>
<guid>http://www.projekktor.com/board/index.php?id=2976</guid>
<pubDate>Sun, 13 May 2012 06:14:41 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>xancholy</dc:creator>
</item>
<item>
<title>embed player maximized 100% within browser window</title>
<content:encoded><![CDATA[<p>Hi Sascha,</p>
<p>Loving projekktor.</p>
<p>I cannot find an example for this:</p>
<p>I need to embed the projekktor player at 100% of browser window size.</p>
<p>This is not 'fullscreen' just player maximized.</p>
<p>How can I achieve this ?</p>
<p>Thanks !</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2975</link>
<guid>http://www.projekktor.com/board/index.php?id=2975</guid>
<pubDate>Sun, 13 May 2012 03:49:59 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>xancholy</dc:creator>
</item>
<item>
<title>Logo display</title>
<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>i'm new around here and i checked the forum before posting and i'm sorry but i didn't find the answer. </p>
<p>I'm studing in the university of geneva in switzerland and i need to creat an html5 webpage with a video player.</p>
<p>I'm can't figure out how to display the logo and which properties it should have (size and format).</p>
<p>Here is what i've got for now :</p>
<pre><code>&lt;!DOCTYPE HTML&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;EX17 - HTML 5&lt;/title&gt;
   &lt;script type=&quot;text/javascript&quot; src=&quot;jquery.min.js&quot;&gt;&lt;/script&gt;
	&lt;script type=&quot;text/javascript&quot; src=&quot;projekktor.min.js&quot;&gt;&lt;/script&gt;
	&lt;link rel=&quot;stylesheet&quot; href=&quot;theme/style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
	&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
projekktor('video');
}
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;video id=&quot;player_a&quot; class=&quot;projekktor&quot; poster=&quot;intro.png&quot; title=&quot;this is projekktor&quot; width=&quot;640&quot; height=&quot;360&quot; controls&gt;
&lt;source src=&quot;media/intro.mp4&quot; type=&quot;video/mp4&quot; /&gt;
&lt;source src=&quot;media/intro.ogv&quot; type=&quot;video/ogg&quot; /&gt;
&lt;source src=&quot;media/intro.webm&quot; type=&quot;video/webm&quot; /&gt;
&lt;/video&gt;

&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
projekktor('#player_a', {
    volume: 0.8,
    playerFlashMP4: '/jarisplayer.swf',
    playerFlashMP3: '/jarisplayer.swf',
    plugin_display: {
     logoImage:&quot;/unige.png&quot;,
     logoURL:&quot;www.unige.ch&quot;,
     target:&quot;_blank&quot;
    }
});
});
&lt;/script&gt; 

&lt;/body&gt;
&lt;/html&gt; </code></pre><p>I'm on Firefox 11</p>
<p>Thanks</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2949</link>
<guid>http://www.projekktor.com/board/index.php?id=2949</guid>
<pubDate>Fri, 11 May 2012 10:13:04 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>alex85</dc:creator>
</item>
<item>
<title>Volume Option Ignored By Safari</title>
<content:encoded><![CDATA[<p>Hello all-<br />
I need to have a video autoplay, but I want the volume muted to start.</p>
<p>I have the following config options, which seem to work fine in Chrome and Firefox, but the Volume is totally ignored by Safari</p>
<pre><code>projekktor('#vidplayer', {
		volume: 0,
		loop:true,
		autoplay: true
		});</code></pre><p>I tried setting the &lt;video&gt; tag to muted as well, but that does not work for Safari or IE, according to W3C.</p>
<p>Any help is much appreciated!</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2945</link>
<guid>http://www.projekktor.com/board/index.php?id=2945</guid>
<pubDate>Thu, 10 May 2012 22:38:29 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Steve C</dc:creator>
</item>
<item>
<title>Volume in Flash Fallback? (reply)</title>
<content:encoded><![CDATA[<p>Still hoping to get this resolved. Does anyone have any ideas?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2944</link>
<guid>http://www.projekktor.com/board/index.php?id=2944</guid>
<pubDate>Thu, 10 May 2012 21:08:28 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>atomiksteve</dc:creator>
</item>
<item>
<title>Have audio player on fullcreen</title>
<content:encoded><![CDATA[<p>How do you have the audio player load on full screen instead of it being collapsed or closed?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2943</link>
<guid>http://www.projekktor.com/board/index.php?id=2943</guid>
<pubDate>Thu, 10 May 2012 21:02:16 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Jose</dc:creator>
</item>
<item>
<title>Can't able to play MP4 file in IE9 (reply)</title>
<content:encoded><![CDATA[<p>Hi Noer,</p>
<p>I tried that one, what you mentioned in your reply... No luck yet.</p>
<p>    &lt;script type=&quot;text/javascript&quot;&gt;<br />
    $(document).ready(function() {	<br />
	projekktor('.projekktor', {<br />
	    iframe: true,<br />
	    controls: true,<br />
	    volume: 0.5,	    <br />
	    addplugins: ['Share'],<br />
	    plugin_share: {<br />
		embed: {<br />
		    callback: 		'embedClick',   <br />
		    code:		'&lt;iframe id=&quot;%{embedid}&quot; src=&quot;%{playerurl}#%{ID}&quot; width=&quot;640&quot; height=&quot;385&quot; frameborder=&quot;0&quot;&gt;&lt;/iframe&gt;',<br />
		    enable:		true,<br />
		    buttonText:		'embed',<br />
		    headlineText:	'Copy this:',<br />
		    closeText:		'Close Window',<br />
		    descText:		'This is the embed code for the current video which supports iPad, iPhone, Flash and native players.'<br />
		},<br />
		<br />
		links: {<br />
		    'twitter': {<br />
			buttonText:	'Twitter',<br />
			text:		'I found a cool HTML5 video player. Check this out.',<br />
			code: 		'http://twitter.com/share?url=%{pageurl}&amp;text=%{text}&amp;via=projekktor'	    <br />
		    },<br />
		    <br />
		    'facebook':{<br />
			buttonText:	'Facebook',<br />
			text:		'I found a cool HTML5 video player. Check this out.',	    <br />
			code: 		'http://www.facebook.com/sharer.php?u=%{pageurl}&amp;t=%{text}'	    <br />
		    }<br />
		}			<br />
	    }, <br />
	    playlist:	[{<br />
		0: {src:&quot;intro.webm&quot;, type:&quot;video/webm&quot;},<br />
		1: {src:&quot;intro.ogv&quot;, type:&quot;video/ogg&quot;},<br />
		2: {src:&quot;intro.mp4&quot;, type:&quot;video/mp4&quot;},<br />
		config: {<br />
		    poster: &quot;intro.png&quot;,<br />
		    title: 'Share me!',<br />
		    platformPriority: ['flash', 'native'],<br />
		    plugin_display: {<br />
		    logoImage: 'yourlogo.png',<br />
			logoDelay: 1<br />
		    }<br />
		}<br />
	    }]<br />
	});<br />
    });<br />
    &lt;/script&gt;</p>
<p>Please check it whether it is correct or not. Give a correct code with a demo.</p>
<p>Thanks,<br />
Karthik</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2942</link>
<guid>http://www.projekktor.com/board/index.php?id=2942</guid>
<pubDate>Thu, 10 May 2012 18:39:34 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>karthikyuvaraj</dc:creator>
</item>
<item>
<title>Can't able to play MP4 file in IE9 (reply)</title>
<content:encoded><![CDATA[<p>Yes. same problem in all versions of projekktor</p>
<p>in other browsers all ok</p>
<p>solution:</p>
<p>platformPriority:      ['flash','native'],</p>
<p>in config options</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2933</link>
<guid>http://www.projekktor.com/board/index.php?id=2933</guid>
<pubDate>Thu, 10 May 2012 13:49:39 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Noer</dc:creator>
</item>
<item>
<title>How to put the audio player in a frame?</title>
<content:encoded><![CDATA[<p>Hoe do you put this audio player in a frame or iframe so that it doesn't move?14</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2918</link>
<guid>http://www.projekktor.com/board/index.php?id=2918</guid>
<pubDate>Wed, 09 May 2012 16:46:56 +0200</pubDate>
<category>Speakker</category>
<dc:creator>Jose</dc:creator>
</item>
<item>
<title>Can I play the .FLV files with this player? (reply)</title>
<content:encoded><![CDATA[<p>I've tried this code but it doesn't work. It just show the loading page<br />
Can you help me to fix this?</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2913</link>
<guid>http://www.projekktor.com/board/index.php?id=2913</guid>
<pubDate>Wed, 09 May 2012 14:49:24 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>javo</dc:creator>
</item>
<item>
<title>Configuration problem (reply)</title>
<content:encoded><![CDATA[<blockquote><p>I think I have a configuration problem. I just want it to play audio but it's &gt; just showing a black box. I am using windows 7 and chrome browser. This is my code.</p>
</blockquote><p>Stupid question: Is at least one Projekktor theme-CSS included wihtin your page? The rest of your setup looks good so far.</p>
<p>- sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2910</link>
<guid>http://www.projekktor.com/board/index.php?id=2910</guid>
<pubDate>Wed, 09 May 2012 09:56:35 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Multiple wideos on same page (reply)</title>
<content:encoded><![CDATA[<blockquote><p>For some reason though, the first video loads, but I cannot exit the fancybox. </p>
</blockquote><p>Your script runs into an &quot;myPlayer.setStop() is not a function&quot; error which breaks further actions. </p>
<p>If you init Projekktor with &quot;projekktor('video');&quot; in your example &quot;myPlayer&quot; will hold an Array of two Players - one element for each &lt;video&gt; on page.</p>
<p>It´s better to apply unique IDs to each &lt;video&gt; and init the player e.g. this way: &quot;myPlayerOne = projekktor('#videoone'); myPlayerTwo = projekktor('#videotwo');.</p>
<blockquote><p>Autoplay also does not work...</p>
</blockquote><p>Autoplay works but your video is buffered completely first before playbacl starts. It´s a common issue. Please check <a href="index.php?id=2345">this forum entry</a>.</p>
<p>- sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2909</link>
<guid>http://www.projekktor.com/board/index.php?id=2909</guid>
<pubDate>Wed, 09 May 2012 09:55:07 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
</channel>
</rss>
