<?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 - SOLVED: Firefox, IE / Flash not working</title>
<link>http://www.projekktor.com/board/</link>
<description>hints, tips, suggestions, chit chat</description>
<language>en</language>
<item>
<title>SOLVED: Firefox, IE / Flash not working (reply)</title>
<content:encoded><![CDATA[<p>I've been knocking my head on a wall because of this for a while... and have finally figured it out. My video would play fine in Safari (using the MP4 file), Firefox and IE would show the poster image but when play was pressed would fail to play the FLV file specified or display an error. It would not show the buffering icon either.</p>
<p>It seems as if the path for <strong>playerFlashMP4: <span style="color:#f00;">must be relative</span></strong> (not absolute) and that the correct type for the flash file's <strong>source tag</strong> is <span style="color:#f00;"><strong>type=&quot;video/flv&quot;</strong></span> not (video/x-flv) as documented here: <a href="http://www.projekktor.com/cms.php">http://www.projekktor.com/cms.php</a></p>
<p>You can see a working copy of <a href="http://90revolutions.com/podcasts/">my Projekktor installation</a> using MP4/FLV combination and the <a href="index.php?id=170">Applicious theme</a> here: <a href="http://90revolutions.com/podcasts/">http://90revolutions.com/podcasts/</a></p>
<p>I hope this information helps someone save time debugging this issue.</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=172</link>
<guid>http://www.projekktor.com/board/index.php?id=172</guid>
<pubDate>Tue, 22 Jun 2010 13:30:50 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<blockquote><p>please confirm! if everathing is fine there is one more cool theme to spread - what do you think?</p>
</blockquote><p>Sounds great. I have packaged everything up and I tried to start a new topic yesterday with the link information. Please approve it.</p>
<p>Thanks,<br />
-flash</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=171</link>
<guid>http://www.projekktor.com/board/index.php?id=171</guid>
<pubDate>Tue, 22 Jun 2010 12:29:02 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>i hacked your css a little and this is what i came out with:</p>
<p><a href="http://downloads.projekktor.com/misc/flash_style.css">http://downloads.projekktor.com/misc/flash_style.css</a></p>
<p><br />
the most important changes are marked with &quot;!!!&quot;. its important to make the projekktor container &quot;position: absolute;&quot; and &quot;display: block;&quot;.</p>
<p>i also edited the volume related stuff, the controls positioning and the fullscreen-button. looks nice on my win32 based browsers. </p>
<p>please confirm! if everathing is fine there is one more cool theme to spread - what do you think?</p>
<p>- sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=161</link>
<guid>http://www.projekktor.com/board/index.php?id=161</guid>
<pubDate>Mon, 14 Jun 2010 14:19:54 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>Hey Sascha, I'm still having trouble with IE 7 &amp; 8 on PC and Firefox on a Mac on my site: <a href="http://90revolutions.com/podcasts/an-ordered-list-post/">http://90revolutions.com/podcasts/an-ordered-list-post/</a> Safari  seems to work fine. I'm using MP4 and FLV src files and I believe I have projekktor 0.7.10 on the site.</p>
<p>They all load the poster image with large play button but then you click play in Firefox, nothing happens, the screen just goes black. No skin, nothing.</p>
<p>When you press play in IE 8, you see the the flash buffering icon but no video plays.</p>
<p>Thanks in advance,<br />
-flash</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=159</link>
<guid>http://www.projekktor.com/board/index.php?id=159</guid>
<pubDate>Mon, 14 Jun 2010 13:07:32 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<blockquote><blockquote><p>2) the full screen button does not seem to work... when I click it, I still hear the video still playing but do not see any picture. any suggestions?</p>
</blockquote></blockquote><p>This is caused by your &lt;div class=&quot;wrapper position-relative&quot;&gt;&lt;/div&gt; container. Try to get rid of it and set &quot;margin: 0 auto;&quot; for the &quot;.projekktor&quot; class. Should look nice.</p>
<blockquote><blockquote><p>3) my flash fall back doesn't seem to work in internet explorer 7 or 8.  Do I need &lt;source src=&quot;video.flv&quot; type=&quot;video/flv&quot; /&gt; or is it just supposed to play the mp4 file using the playerMP4.swf file?  Any reason you think the latter is not working?</p>
</blockquote></blockquote><p>IE7 and IE8 do not support native video. Due to this the playback component used is always Flash. Right now flash supports h264 (mp4) and those strange FLV container codecs. Both should work fine.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=141</link>
<guid>http://www.projekktor.com/board/index.php?id=141</guid>
<pubDate>Tue, 08 Jun 2010 10:38:20 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>Thanks Sascha!  Ok, I've now got my theme loading using v 0.7.8 here: <a href="http://www.90revolutions.com/test2/individual.html">http://www.90revolutions.com/test2/individual.html</a> but I'm still having a few difficulties I mentioned earlier:</p>
<blockquote><p>2) the full screen button does not seem to work... when I click it, I still hear the video still playing but do not see any picture. any suggestions?</p>
</blockquote><blockquote><p>3) my flash fall back doesn't seem to work in internet explorer 7 or 8.  Do I need &lt;source src=&quot;video.flv&quot; type=&quot;video/flv&quot; /&gt; or is it just supposed to play the mp4 file using the playerMP4.swf file?  Any reason you think the latter is not working?</p>
</blockquote><p>Thanks in advance,<br />
-flash</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=140</link>
<guid>http://www.projekktor.com/board/index.php?id=140</guid>
<pubDate>Mon, 07 Jun 2010 12:42:16 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<blockquote><p>It just doesn't load the theme at all. </p>
</blockquote><p>Oh, I´m sorry. I forgot to mention that the newer versions do not load the theme-css automatically. A &quot;feature&quot; which caused issues with some CMS modules. So its now required to apply the style-sheet manually by adding</p>
<p>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;&lt;your-theme-css-here&gt;&quot; media=&quot;all&quot; /&gt;</p>
<p>to the &lt;head&gt;-section of your page.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=139</link>
<guid>http://www.projekktor.com/board/index.php?id=139</guid>
<pubDate>Sun, 06 Jun 2010 13:31:02 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>I'm getting excited about Projekktor, I'm so close to having this project finished with it. Thanks for all your help.</p>
<blockquote><p>Just a theory: Maybe some browsers do not load background-images of containers with zero dimensions or &quot;display&quot; set to &quot;none&quot;. You could try to add &quot;width: 1px&quot; to the .pploaded class. If this does not help I will hack the script in order to initialize with none-zero-dimensions.</p>
</blockquote><p>I will try this next time I see the error I was having with pploadded</p>
<blockquote><p>I noticed that you are still using V0.7.2. Some FLV and IE issues have been fixed in newer incarnations. Please grab: <a href="http://www.projekktor.com/js/projekktor.js">http://www.projekktor.com/js/projekktor.js</a> and <a href="http://www.projekktor.com/playerMP4.swf">http://www.projekktor.com/playerMP4.swf</a> and overwrite your current files.</p>
<p>If this does not help please give a feedback and I will go further into details.</p>
</blockquote><p>I've tried replacing my projekktor.js and playerMP4.swf with the files available for download and the files used by the home page and when I replace v.0.7.2 with either it breaks my player. I've left it broken so you can see what I mean here: <a href="http://90revolutions.com/test2/individual.html">http://90revolutions.com/test2/individual.html</a>  It just doesn't load the theme at all. Is there something else I need to do when upgrading besides replacing the files? If not, is there something about my setup that breaks it with changes implemented after 0.7.2? </p>
<p>Thanks in advance,<br />
-flash</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=138</link>
<guid>http://www.projekktor.com/board/index.php?id=138</guid>
<pubDate>Sun, 06 Jun 2010 13:06:36 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>First things first: Your theme looks awesome!</p>
<blockquote><p>1) the pploaded image does not always load and show the buffering of the video. When this happens then the user is not able to skip around in the video. I'm using Safari on a Mac and it seems like all I need to do is refresh the page a few times or let it partially buffer, and then go to another page and come back to break it. Is there a fix for this?</p>
</blockquote><p>Just a theory: Maybe some browsers do not load background-images of containers with zero dimensions or &quot;display&quot; set to &quot;none&quot;. You could try to add &quot;width: 1px&quot; to the .pploaded class. If this does not help I will hack the script in order to initialize with none-zero-dimensions.</p>
<blockquote><p>2) the full screen button does not seem to work... when I click it, I still hear the video still playing but do not see any picture. any suggestions?</p>
<p>3) my flash fall back doesn't seem to work in internet explorer 7 or 8... right now I'm using &lt;source src=&quot;video.flv&quot; type=&quot;video/flv&quot; /&gt; is this the correct way to reference the flash file?</p>
</blockquote><p>I noticed that you are still using V0.7.2. Some FLV and IE issues have been fixed in newer incarnations. Please grab: <a href="http://www.projekktor.com/js/projekktor.js">http://www.projekktor.com/js/projekktor.js</a> and <a href="http://www.projekktor.com/playerMP4.swf">http://www.projekktor.com/playerMP4.swf</a> and overwrite your current files.</p>
<p>If this does not help please give a feedback and I will go further into details.</p>
<p>- Sascha</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=136</link>
<guid>http://www.projekktor.com/board/index.php?id=136</guid>
<pubDate>Sun, 06 Jun 2010 12:04:01 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>sascha</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead (reply)</title>
<content:encoded><![CDATA[<p>Ok, so I figured out right after making a post to this forum that the video buffering I was referring to is controlled by the CSS tag: .pploaded which refers to theme/loaded.png. So I've got that working now. The three issues I still have though are the following:</p>
<p>1) the pploaded image does not always load and show the buffering of the video. When this happens then the user is not able to skip around in the video. I'm using Safari on a Mac and it seems like all I need to do is refresh the page a few times or let it partially buffer, and then go to another page and come back to break it. Is there a fix for this?</p>
<p>2) the full screen button does not seem to work... when I click it, I still hear the video still playing but do not see any picture. any suggestions?</p>
<p>3) my flash fall back doesn't seem to work in internet explorer 7 or 8... right now I'm using &lt;source src=&quot;video.flv&quot; type=&quot;video/flv&quot; /&gt; is this the correct way to reference the flash file?</p>
<p>Thanks for your help,<br />
-flash</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=134</link>
<guid>http://www.projekktor.com/board/index.php?id=134</guid>
<pubDate>Sat, 05 Jun 2010 15:01:17 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
<item>
<title>Video buffer and moving playhead</title>
<content:encoded><![CDATA[<p>I'm having difficulty changing what the video buffering line looks like... by this I mean, the part that goes ahead of the playhead and shows how much of the video is buffered.  What CSS tag(s) controls this?</p>
<p>Also, it doesn't seem to let me click and drag the playhead to a different part of the video or click somewhere else on the timeline and jump to that point of the video, is this support?  If so, what am I doing wrong so that this doesn't work?  My test player is setup here: <a href="http://90revolutions.com/test2/individual.html">http://90revolutions.com/test2/individual.html</a></p>
<p>Thanks,<br />
-john</p>
]]></content:encoded>
<link>http://www.projekktor.com/board/index.php?id=133</link>
<guid>http://www.projekktor.com/board/index.php?id=133</guid>
<pubDate>Sat, 05 Jun 2010 12:54:06 +0200</pubDate>
<category>Projekktor Theming</category>
<dc:creator>Flash</dc:creator>
</item>
</channel>
</rss>