You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
f4Player is an open source flash (AS3) video player and library project. It is so small that it is only 13kb and totally free under LGPL license.
1
+
f4Player is an open source flash (AS3) video player and library project. It is so small that it is only 13kb and totally free under GPLv3 license.
2
2
3
3
A few years ago I wanted to play a video (flv) on my webpage and I developed a realy small and simple flv player for this. In time technology gradually advanced and flash player started to support h.264 codec, videos were not limited to FLV and f4Player would play HD videos. So I continued to develop f4Player. Who knows! It may display subtitles soon.
@@ -33,26 +35,49 @@ <h1>** DO NOT WORK ON LOCAL MACHINE!! FLASH SECURITY POLICY.</h1>
33
35
<divid="devcontainer">
34
36
<!-- development area -->
35
37
36
-
<!-- DESCRIPTION -->
37
-
<divclass="desc">
38
-
<p>
39
-
<b>f4Player</b> is an open source flash (AS3) <b>video</b>/<b>stream</b> player and library project. It is so small that it is only 13kb and totally free under LGPL license.</p>
40
-
<p>I'm still developing it for <b>HTML5</b> support and <b>JS interface</b>.</p>
41
-
<p>I've only tested it with <b>flv</b>, <b>f4v</b>, <b>mp4</b>, <b>stream</b>, <b>live stream</b>, <b>subscribed CDN</b> and it works enough for me for now!</p>
42
-
<p>It is under <ahref="http://www.gnu.org/licenses/lgpl.html">LGPL</a> License.</p>
<i>Free, Small, Quick, Customizable and the Bestest <b>FLV Player</b> on Internet!</i>
45
+
<p>
46
+
<b>f4Player</b> is an open source flash (AS3) <b>video</b>/<b>stream</b> player and library project. It is so small that it is only 13kb and totally free under GPL license.</p>
47
+
<p>A few years ago I wanted to play a video (flv) on my webpage and I developed a realy small, simple flv player and I'm still developing it for <b>HTML5</b> support and <b>JS interface</b>.</p>
48
+
<p>I've only tested it with <b>flv</b>, <b>f4v</b>, <b>mp4</b>, <b>stream</b>, <b>live stream</b>, <b>subscribed CDN</b> and it works enough for me for now!</p>
49
+
<p>It is under <ahref="http://www.gnu.org/licenses/gpl.html">GPLv3 License</a>.</p>
0 commit comments