<?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 - Can't able to play MP4 file in IE9</title>
<link>http://www.projekktor.com/board/</link>
<description>hints, tips, suggestions, chit chat</description>
<language>en</language>
<item>
<title>Can't able to play MP4 file in IE9 (reply)</title>
<content:encoded><![CDATA[<p>Just found on another post that the path of the source src need to be an absolute URL.<br />
Example: <a href="http://server/file">http://server/file</a></p>
<p>Now its working fine with IE9.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=4535</link>
<guid>http://www.projekktor.com/board/index.php?id=4535</guid>
<pubDate>Fri, 05 Oct 2012 15:44:55 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>Elena</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>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>Can't able to play MP4 file in IE9 (reply)</title>
<content:encoded><![CDATA[<blockquote><p>I am currently using 'Projekktor II - HTML5 Media Player, Projekktor Core Version: V1.0.15 r50'. But i am facing below mentioned error, when i am trying to play MP4 file.</p>
</blockquote><p>Since IE9 features h.264 &lt;video&gt; this is most likely no config but an encoding issue. Does the video play in other browesers? Does it play in FF via Projekktor? Does it play in Chrome? Can you please provide a linkt to the video in question?</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2906</link>
<guid>http://www.projekktor.com/board/index.php?id=2906</guid>
<pubDate>Wed, 09 May 2012 09:43:27 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Can't able to play MP4 file in IE9</title>
<content:encoded><![CDATA[<p>I am currently using 'Projekktor II - HTML5 Media Player, Projekktor Core Version: V1.0.15 r50'. But i am facing below mentioned error, when i am trying to play MP4 file.</p>
<p><span style="color:#f66;">The media 'Video File Name' could not be loaded because the server or network failed.</span></p>
<p>Please give a solution ASAP.</p>
<p>Thanks,<br />
Karthik</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=2887</link>
<guid>http://www.projekktor.com/board/index.php?id=2887</guid>
<pubDate>Mon, 07 May 2012 11:21:28 +0200</pubDate>
<category>Projekktor Core</category>
<dc:creator>karthikyuvaraj</dc:creator>
</item>
</channel>
</rss>