<?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 Forum: The Board</title>
<link>http://www.osflv.com/</link>
<description>The Message Board Forum: The Board</description>
<language>en</language>
<pubDate>Fri, 10 Sep 2010 04:15:15 +0000</pubDate>

<item>
<title>Valaraukar on "Loading image appears on video when autoplay=on"</title>
<link>http://www.osflv.com/topic.php?id=304#post-687</link>
<pubDate>Wed, 08 Sep 2010 19:51:36 +0000</pubDate>
<dc:creator>Valaraukar</dc:creator>
<guid isPermaLink="false">687@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First of all: great work you did with OSPlayer. I really like it!&#60;/p&#62;
&#60;p&#62;I've expierenced a minor issue though: when you use the autoplay-option, the loading image doesn't disappear until the entire video had been downloaded. So it remains on top of video when it's playing the part that is already buffered, which shouldn't be happening.&#60;/p&#62;
&#60;p&#62;Is there a workaround for this or will it be fixed in a future version?&#60;/p&#62;
&#60;p&#62;Thanks in advance!!&#60;/p&#62;
&#60;p&#62;Matthias.
&#60;/p&#62;</description>
</item>
<item>
<title>Ramya on "The code below is working fine in Mozila 3.5.0 not in 3.5.10 and above version"</title>
<link>http://www.osflv.com/topic.php?id=303#post-686</link>
<pubDate>Thu, 15 Jul 2010 10:23:08 +0000</pubDate>
<dc:creator>Ramya</dc:creator>
<guid isPermaLink="false">686@http://www.osflv.com/</guid>
<description>&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;script src='OSFlvPlayer/OSFlvPlayer_v4.2/AC_RunActiveContent.js' language='javascript'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;table border=1&#38;gt;&#60;br /&#62;
&#38;lt;tr&#38;gt;&#38;lt;td&#38;gt;&#60;br /&#62;
 &#38;lt;center&#38;gt;&#60;br /&#62;
 &#38;lt;script language=&#34;javascript&#34;&#38;gt;&#60;br /&#62;
 AC_FL_RunContent('codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '400', 'height', '325', 'src', ((!DetectFlashVer(9, 0, 0) &#38;#38;&#38;#38; DetectFlashVer(8, 0, 0)) ? 'OSplayer' : 'OSplayer'), 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'id', 'flvPlayer', 'allowFullScreen', 'true', 'allowScriptAccess', 'always', 'movie', ((!DetectFlashVer(9, 0, 0) &#38;#38;&#38;#38; DetectFlashVer(8, 0, 0)) ? 'OSplayer' : 'OSplayer'), 'FlashVars', 'movie=clock.flv&#38;#38;btncolor=0x333333&#38;#38;accentcolor=0x31b8e9&#38;#38;txtcolor=0xdddddd&#38;#38;volume=30&#38;#38;autoload=on&#38;#38;autoplay=off&#38;#38;vTitle=Super Mario Brothers Lego Edition&#38;#38;showTitle=yes');&#60;br /&#62;
 &#38;lt;/script&#38;gt;&#60;br /&#62;
&#38;lt;/tr&#38;gt;&#38;lt;/td&#38;gt;&#38;lt;/table&#38;gt;&#38;lt;/body&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>JRichmond on "JavaScript Event on Video End"</title>
<link>http://www.osflv.com/topic.php?id=302#post-685</link>
<pubDate>Fri, 02 Jul 2010 23:09:23 +0000</pubDate>
<dc:creator>JRichmond</dc:creator>
<guid isPermaLink="false">685@http://www.osflv.com/</guid>
<description>&#60;p&#62;Is there any way to know when the video ends?  I have a client that needs to display a video, and when the video ends, the page will automatically move the user on to another page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jeff
&#60;/p&#62;</description>
</item>
<item>
<title>agirre on "php class outdated; embed function"</title>
<link>http://www.osflv.com/topic.php?id=301#post-684</link>
<pubDate>Thu, 01 Jul 2010 11:32:31 +0000</pubDate>
<dc:creator>agirre</dc:creator>
<guid isPermaLink="false">684@http://www.osflv.com/</guid>
<description>&#60;p&#62;First of all, i like every Open Source Project that stays Open Source in a more closed definition. I am working with t3 and even there most of the people go to the branded flv players, which are not free for or only limited for commercial use.&#60;br /&#62;
I did all the coding i needed so far, searched the code and your functions, all seemed fine and useable. Now that i am finished i realizied that i can't take advantage of the flvstring function! The html codegen throws very different code and you have skipped some options from the flash.php and implemented new ones.&#60;/p&#62;
&#60;p&#62;The only option for me is to code a complete embed function myself (or update your version to do the new features/changes or only the necessary ones), so far so good. *But* values like clickurl, muteonly may exist, they are not in the html codegen, its not very clear what is given/possible and what not.&#60;br /&#62;
What gets me angry is that i have to search the .fla, the codegen code, and the php classes to get a list, what the player is really capable of and overhaul my complete code. Dont get me wrong, the given .as, .fla files are a blessing, thats why i have chosen your player, but i didn't plan to do all the work now, i wanted to use the player out of the box in the first place, and make customization later.&#60;br /&#62;
Maybe update or delete the php thingy's from the download package or mark them as deprecated/partially usable, please.&#60;/p&#62;
&#60;p&#62;Maybe you can provide me some information, that spares me some time? (list of possbile parameters (flashvars) with default/values to hand over)&#60;/p&#62;
&#60;p&#62;Keep your work up and running, i will need it ;)&#60;br /&#62;
Agirre
&#60;/p&#62;</description>
</item>
<item>
<title>trishah on "How to change transparentcy over preview image?"</title>
<link>http://www.osflv.com/topic.php?id=300#post-683</link>
<pubDate>Sat, 26 Jun 2010 13:43:54 +0000</pubDate>
<dc:creator>trishah</dc:creator>
<guid isPermaLink="false">683@http://www.osflv.com/</guid>
<description>&#60;p&#62;Love this player!&#60;/p&#62;
&#60;p&#62;What I need to do is lighten the &#34;lightbox&#34; effect/transparentcy that shows over the preview image.  It is so dark you can hardly see the image below.&#60;/p&#62;
&#60;p&#62;Can anyone point me in the right direction on how to change this?&#60;/p&#62;
&#60;p&#62;Thank you for this wonderful player!
&#60;/p&#62;</description>
</item>
<item>
<title>burke on "I want to remove the "Loading" image"</title>
<link>http://www.osflv.com/topic.php?id=299#post-682</link>
<pubDate>Fri, 18 Jun 2010 17:30:30 +0000</pubDate>
<dc:creator>burke</dc:creator>
<guid isPermaLink="false">682@http://www.osflv.com/</guid>
<description>&#60;p&#62;How can I remove the &#34;Loading&#34; image with the circular dots from the player completely without destroying anything else?
&#60;/p&#62;</description>
</item>
<item>
<title>burke on "Introduce Yourself"</title>
<link>http://www.osflv.com/topic.php?id=6#post-681</link>
<pubDate>Fri, 18 Jun 2010 17:28:42 +0000</pubDate>
<dc:creator>burke</dc:creator>
<guid isPermaLink="false">681@http://www.osflv.com/</guid>
<description>&#60;p&#62;My name is Burke - I recently took over a site with 1000's of flv videos, and I needed a starting point to create a custom player. I'm really glad I found this player.  I hope to contribute to its development.
&#60;/p&#62;</description>
</item>
<item>
<title>shak on "OSplayer.swf requesting / repeatedly"</title>
<link>http://www.osflv.com/topic.php?id=298#post-680</link>
<pubDate>Wed, 16 Jun 2010 02:55:57 +0000</pubDate>
<dc:creator>shak</dc:creator>
<guid isPermaLink="false">680@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi.&#60;br /&#62;
I've got OSplayer.swf requesting the root URL of my website almost 12 times a second in some instances.&#60;br /&#62;
Any ideas?&#60;br /&#62;
Thanks,&#60;br /&#62;
Bilal
&#60;/p&#62;</description>
</item>
<item>
<title>joe on "Graphic Bug on full screen button"</title>
<link>http://www.osflv.com/topic.php?id=297#post-679</link>
<pubDate>Fri, 11 Jun 2010 14:51:09 +0000</pubDate>
<dc:creator>joe</dc:creator>
<guid isPermaLink="false">679@http://www.osflv.com/</guid>
<description>&#60;p&#62;OK, the bug was because of my Flash Player version 9...&#60;br /&#62;
I upgraded Flash Player to 10.1 version and everything is working now...&#60;br /&#62;
Thanks for your no-answer and sorry for my useless post ^^&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
</item>
<item>
<title>joe on "Graphic Bug on full screen button"</title>
<link>http://www.osflv.com/topic.php?id=297#post-678</link>
<pubDate>Fri, 11 Jun 2010 14:44:10 +0000</pubDate>
<dc:creator>joe</dc:creator>
<guid isPermaLink="false">678@http://www.osflv.com/</guid>
<description>&#60;p&#62;Well, I just saw there is not this graphic bug on Ubuntu, but with Windows XP, yes it is...
&#60;/p&#62;</description>
</item>
<item>
<title>joe on "Graphic Bug on full screen button"</title>
<link>http://www.osflv.com/topic.php?id=297#post-677</link>
<pubDate>Fri, 11 Jun 2010 13:29:15 +0000</pubDate>
<dc:creator>joe</dc:creator>
<guid isPermaLink="false">677@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
as told in the title, there's a graphic bug when click on the full screen button. A black square and a grey square appears on the right side of the full screen button. I thought it just cames from the player I've customized but actually you've got the same problem on your demonstration video.&#60;/p&#62;
&#60;p&#62;Joe
&#60;/p&#62;</description>
</item>
<item>
<title>joe on "Introduce Yourself"</title>
<link>http://www.osflv.com/topic.php?id=6#post-676</link>
<pubDate>Fri, 11 Jun 2010 13:22:14 +0000</pubDate>
<dc:creator>joe</dc:creator>
<guid isPermaLink="false">676@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm Joe. I work on my own on medias and marketing solutions for companies. A customer asks me to add a video player on his website, so I discovered OS FLV which is just great ! Thanks for your solution.
&#60;/p&#62;</description>
</item>
<item>
<title>tonybaduk on "Audio working but no video - IE6"</title>
<link>http://www.osflv.com/topic.php?id=296#post-675</link>
<pubDate>Fri, 11 Jun 2010 11:54:00 +0000</pubDate>
<dc:creator>tonybaduk</dc:creator>
<guid isPermaLink="false">675@http://www.osflv.com/</guid>
<description>&#60;p&#62;No video appearing on my site using IE6 but I can hear audio.&#60;/p&#62;
&#60;p&#62;Is there a known issue?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.media247.co.uk/bizasia&#34; rel=&#34;nofollow&#34;&#62;http://www.media247.co.uk/bizasia&#60;/a&#62; - on the right side&#60;/p&#62;
&#60;p&#62;Please help!
&#60;/p&#62;</description>
</item>
<item>
<title>bsweeney on "Minor Modifications"</title>
<link>http://www.osflv.com/topic.php?id=295#post-674</link>
<pubDate>Wed, 26 May 2010 16:27:17 +0000</pubDate>
<dc:creator>bsweeney</dc:creator>
<guid isPermaLink="false">674@http://www.osflv.com/</guid>
<description>&#60;p&#62;Is there an issue tracker to which we can post issues/requests? I found two minor issues that, if addressed, I think would enhance the usability of the player (I'm using the 4.2 release):&#60;/p&#62;
&#60;p&#62;1) The control buttons aren't fully clickable (for example, you have to click on the two bars representing pause instead of anywhere on the button). Adding an invisible rectangle to capture click events could address this issue.&#60;/p&#62;
&#60;p&#62;2) The loading animation continues even after the user has started playback and stays on top of the video until it has completely loaded. Maybe the animation could be moved to the timeline if the user starts playback.
&#60;/p&#62;</description>
</item>
<item>
<title>bsweeney on "Border of Player"</title>
<link>http://www.osflv.com/topic.php?id=294#post-673</link>
<pubDate>Tue, 25 May 2010 17:13:55 +0000</pubDate>
<dc:creator>bsweeney</dc:creator>
<guid isPermaLink="false">673@http://www.osflv.com/</guid>
<description>&#60;p&#62;I believe you have to take into account the height of the player controls when specifying the flash movie size. Try adding 15 to your height (though you may have to play with it a little to get the best fit).
&#60;/p&#62;</description>
</item>
<item>
<title>iliveinatrashcan on "Border of Player"</title>
<link>http://www.osflv.com/topic.php?id=294#post-672</link>
<pubDate>Tue, 25 May 2010 14:19:15 +0000</pubDate>
<dc:creator>iliveinatrashcan</dc:creator>
<guid isPermaLink="false">672@http://www.osflv.com/</guid>
<description>&#60;p&#62;I have a video with a resolution of 480x360, and when i set the player to the same size, i get borders on the left and right size of the canvas. How do i get rid of them?
&#60;/p&#62;</description>
</item>
<item>
<title>baguaboy on "Customizing v4"</title>
<link>http://www.osflv.com/topic.php?id=287#post-671</link>
<pubDate>Mon, 24 May 2010 11:34:35 +0000</pubDate>
<dc:creator>baguaboy</dc:creator>
<guid isPermaLink="false">671@http://www.osflv.com/</guid>
<description>&#60;p&#62;Just realised that the other versions are older - and dont use AS3 as much, so are quite different. Still I'd like some pointers to add in the seek bar somehow.
&#60;/p&#62;</description>
</item>
<item>
<title>baguaboy on "Customizing v4"</title>
<link>http://www.osflv.com/topic.php?id=287#post-670</link>
<pubDate>Mon, 24 May 2010 10:37:19 +0000</pubDate>
<dc:creator>baguaboy</dc:creator>
<guid isPermaLink="false">670@http://www.osflv.com/</guid>
<description>&#60;p&#62;How can i add a button on the progress bar that shows the user more clearly that you can drag the time line? The download version works but there is no 'button' on the progress bar that some of the versions in the gallery show... I'd really like some pointers on what to do there!
&#60;/p&#62;</description>
</item>
<item>
<title>bsweeney on "Poster image doesn't go away"</title>
<link>http://www.osflv.com/topic.php?id=292#post-669</link>
<pubDate>Thu, 13 May 2010 17:16:14 +0000</pubDate>
<dc:creator>bsweeney</dc:creator>
<guid isPermaLink="false">669@http://www.osflv.com/</guid>
<description>&#60;p&#62;I don't have time to delve into this further, but I seem to have been able to work around the problem. Initial we were providing only the &#34;previewimage&#34; and &#34;movie&#34; flashvars. When I added autoload=on and autoplay=false the problem seems to have gone away.&#60;/p&#62;
&#60;p&#62;If there is a bug, I hope that helps track it down.
&#60;/p&#62;</description>
</item>
<item>
<title>patrick99e99 on "fgcolor and bgcolor in version 4 and usability comment"</title>
<link>http://www.osflv.com/topic.php?id=293#post-668</link>
<pubDate>Thu, 06 May 2010 08:53:38 +0000</pubDate>
<dc:creator>patrick99e99</dc:creator>
<guid isPermaLink="false">668@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hmm..  Ok, from what I see in the source code, bgcolor and fgcolor are gone, and the only color parameters are accentcolor, txtcolor, and btncolor.  You can no longer customize the color of the player itself...  Bummer!
&#60;/p&#62;</description>
</item>
<item>
<title>patrick99e99 on "fgcolor and bgcolor in version 4 and usability comment"</title>
<link>http://www.osflv.com/topic.php?id=293#post-667</link>
<pubDate>Thu, 06 May 2010 04:57:51 +0000</pubDate>
<dc:creator>patrick99e99</dc:creator>
<guid isPermaLink="false">667@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Just curious-- are the fgcolor and bgcolor params no longer supported in 4.2?  They are no longer working for me and I am just wondering if they were disabled?  They still are listed under the documentation section of the site..&#60;/p&#62;
&#60;p&#62;Also, if you notice, the new play/pause button is extremely sensitive.  It appears that the button can only be clicked if the mouse cursor is on the dark gray color of the play/pause symbol.  If the video is paused, and you click inbetween the two pause 'bars', nothing happens.  It seems that the entire surface of the button should be what activates/deactivates playback.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;-patrick
&#60;/p&#62;</description>
</item>
<item>
<title>bsweeney on "Poster image doesn't go away"</title>
<link>http://www.osflv.com/topic.php?id=292#post-666</link>
<pubDate>Wed, 05 May 2010 20:08:30 +0000</pubDate>
<dc:creator>bsweeney</dc:creator>
<guid isPermaLink="false">666@http://www.osflv.com/</guid>
<description>&#60;p&#62;I'm having a problem where the poster image won't go away. I'm not sure about the extent of the problem. I've tested on IE6 and IE7 on separate virtual machines with Flash 10 installed.&#60;/p&#62;
&#60;p&#62;Additionally, when a poster image is present and I load the player it runs slower and uses significantly more memory.
&#60;/p&#62;</description>
</item>
<item>
<title>osflvadmin on "Bug: Pressing the play button after video ends"</title>
<link>http://www.osflv.com/topic.php?id=290#post-665</link>
<pubDate>Tue, 04 May 2010 20:54:25 +0000</pubDate>
<dc:creator>osflvadmin</dc:creator>
<guid isPermaLink="false">665@http://www.osflv.com/</guid>
<description>&#60;p&#62;go ahead and fix it for your use then if you are worried that one of your users will try to break the player
&#60;/p&#62;</description>
</item>
<item>
<title>osflvadmin on "After editing loading text loader keeps on playing"</title>
<link>http://www.osflv.com/topic.php?id=291#post-664</link>
<pubDate>Tue, 04 May 2010 20:53:30 +0000</pubDate>
<dc:creator>osflvadmin</dc:creator>
<guid isPermaLink="false">664@http://www.osflv.com/</guid>
<description>&#60;p&#62;The movie must never be getting the loadComplete event... I would put a trace in the function to see why its not getting hit.
&#60;/p&#62;</description>
</item>
<item>
<title>abe on "Bug: Pressing the play button after video ends"</title>
<link>http://www.osflv.com/topic.php?id=290#post-663</link>
<pubDate>Tue, 04 May 2010 16:04:07 +0000</pubDate>
<dc:creator>abe</dc:creator>
<guid isPermaLink="false">663@http://www.osflv.com/</guid>
<description>&#60;p&#62;Then the play button should be disabled, otherwise this is still a bug.
&#60;/p&#62;</description>
</item>
<item>
<title>craven on "After editing loading text loader keeps on playing"</title>
<link>http://www.osflv.com/topic.php?id=291#post-662</link>
<pubDate>Tue, 04 May 2010 16:00:56 +0000</pubDate>
<dc:creator>craven</dc:creator>
<guid isPermaLink="false">662@http://www.osflv.com/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I am from South Africa, i think youre project is just brilliant... well done.&#60;/p&#62;
&#60;p&#62;Anyways back to the issue, after i edited the flash file to change the loading text and republished the swf file, the loading bar keeps on running no matter if the movie is already buffered ?&#60;/p&#62;
&#60;p&#62;Any ideas why this would happen ?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>osflvadmin on "Bug: Pressing the play button after video ends"</title>
<link>http://www.osflv.com/topic.php?id=290#post-661</link>
<pubDate>Mon, 03 May 2010 12:35:34 +0000</pubDate>
<dc:creator>osflvadmin</dc:creator>
<guid isPermaLink="false">661@http://www.osflv.com/</guid>
<description>&#60;p&#62;its not necessary to press the play button because the Replay button is there.
&#60;/p&#62;</description>
</item>
<item>
<title>abe on "Bug: Pressing the play button after video ends"</title>
<link>http://www.osflv.com/topic.php?id=290#post-660</link>
<pubDate>Fri, 30 Apr 2010 23:43:20 +0000</pubDate>
<dc:creator>abe</dc:creator>
<guid isPermaLink="false">660@http://www.osflv.com/</guid>
<description>&#60;p&#62;I found a bug.&#60;/p&#62;
&#60;p&#62;Pressing the play button after video ends (instead of replay) will play the video, but it will be dimmed and the replay button will still be visible.
&#60;/p&#62;</description>
</item>
<item>
<title>osflvadmin on "parameters in movie URL"</title>
<link>http://www.osflv.com/topic.php?id=288#post-659</link>
<pubDate>Fri, 30 Apr 2010 13:12:51 +0000</pubDate>
<dc:creator>osflvadmin</dc:creator>
<guid isPermaLink="false">659@http://www.osflv.com/</guid>
<description>&#60;p&#62;do all of the clips you're playing have the specific id? You would have to add a flash var (where the other flash vars are created) for the id and then you would have to pass the id in the embed code ie: &#38;#38;movie_id=345&#60;/p&#62;
&#60;p&#62;then you would need to append the id to the end of the movie url in the init function.
&#60;/p&#62;</description>
</item>
<item>
<title>osflvadmin on "Loading instance of OSplayer.swf in AS3"</title>
<link>http://www.osflv.com/topic.php?id=289#post-658</link>
<pubDate>Fri, 30 Apr 2010 13:10:30 +0000</pubDate>
<dc:creator>osflvadmin</dc:creator>
<guid isPermaLink="false">658@http://www.osflv.com/</guid>
<description>&#60;p&#62;To my knowledge, the stage can never = null. The stage.align = &#34;TL&#34; is just aligning the stage to the top left. &#60;/p&#62;
&#60;p&#62;There will probably be some issues with you bringing this into another flash project. The player accessed the stage width for everything to set and draw objects so you would have to change quite a bit of the code.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
