Git Product home page Git Product logo

f4player's Introduction

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

f4player's People

Contributors

goker-dev avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.