• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language ActionScript
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

f4Player :: Open Source AS3 Flash Video Player

f4Player

Free, Small, Quick, Customizable and the Bestest FLV Player on Internet!

f4Player is an open source flash (AS3) video player and library project. It is so small that it is only 10kb (with skin file) and totally free under GPL license.

I've only tested it with flv, f4v, mp4, stream, live stream, subscribed CDN and it works enough for me for now!

You can check it on gokercebeci.com/dev/f4player.

USAGE

    <object id="f4Player" width="480" height="270" type="application/x-shockwave-flash" data="player.swf?v1.3.5"> 
      <param name="movie" value="player.swf?v1.3.5" /> 
      <param name="quality" value="high" /> 
      <param name="menu" value="false" /> 
      <param name="scale" value="noscale" /> 
      <param name="allowfullscreen" value="true"> 
      <param name="allowscriptaccess" value="always"> 
      <param name="swlivevonnect" value="true" /> 
      <param name="cachebusting" value="false"> 
      <param name="flashvars"   value="skin=[SKIN_FILE]&video=[VIDEO_FILE]"/> 
      <a href="http://www.adobe.com/go/flashplayer/">Download it from Adobe.</a> 
      <a href="http://gokercebeci.com/dev/f4player" title="flv player">flv player</a> 
    </object>

OR

    <embed type="application/x-shockwave-flash" src="player.swf?v1.3.5" id="f4Player" width="480" height="270" flashvars="skin=[SKIN_FILE]&video=[VIDEO_FILE]" allowscriptaccess="always" allowfullscreen="true" bgcolor="#000000"/> 
    <noembed> 
       You need Adobe Flash Player to watch this video. 
       <a href="http://get.adobe.com/flashplayer/">Download it from Adobe.</a> 
       <a href="http://gokercebeci.com/dev/f4player" title="flv player">flv player</a> 
    </noembed>

OPTIONS

    skin=                   => skin file (swf)
    stream=rtmp://          => stream url
    streamname=livestream   => stream name
    live=1                  => default value 0
    subscribe=1             => default value 0
    thumbnail=null          => thumbnail image
    video=myvideo.mp4       => video file
    autoplay=1              => default value 0    

LICENSE

It is under the GPL License.

WHO'S USING f4Player

If you use f4Player and want to be in the list, mention me with #f4Player @gokercebeci on twitter

More Repositories

1

canvasResize

Javascript Canvas Resize Plugin. It can work both with jQuery and Zepto. It's compatible with iOS6 and Android 2.3+
JavaScript
377
star
2

droparea

droparea is a HTML5 drag and drop image/file uploader jQuery plugin
JavaScript
186
star
3

loopback-react

loopback - react, router, redux, axios, formik, bootstrap 4 fullstack playground with authentication and user management
JavaScript
26
star
4

flipclock

flip clock jQuery plugin with CSS3 animations for modern browsers
JavaScript
22
star
5

donateme

It is a simple donation collection project by PayPal.
CSS
10
star
6

geticon

stop the social icons mania use the original !!! / use website's favicon as a social icon.
PHP
9
star
7

contextmenu

contextmenu is a context menu (right click menu) jQuery plug-in.
JavaScript
7
star
8

ubox

ubox is an overlay image viewer (It's a kind of lightbox) jQuery plug-in
JavaScript
3
star
9

holder

This is an open source server side image holder web service.
HTML
3
star
10

celebritymeter

Celebrity Meter
PHP
3
star
11

gobot

JavaScript Canvas Monte Carlo Localization Simulator
JavaScript
2
star
12

carousel

carousel is a carousel jQuery plug-in.
JavaScript
2
star
13

forma

forma is a form customization jQuery plugin.
JavaScript
2
star
14

player

player is an audio and video player jQuery plug-in.
JavaScript
2
star
15

blackboard

blackboard is an application for Google Chrome or Chromium. It is for writing or drawing while recording tutorials instead of talking.
JavaScript
2
star
16

kodkafa-app-template

This template provides a setup to get React working in Vite with HMR and KODKAFA ESLint rules.
TypeScript
1
star
17

slidezone

slidezone is a slider with customizable effects, jQuery plug-in
JavaScript
1
star