{"id":24011605,"url":"https://github.com/gokerDEV/f4player","last_synced_at":"2025-09-14T12:32:08.908Z","repository":{"id":1824013,"uuid":"2748283","full_name":"gokerDEV/f4player","owner":"gokerDEV","description":"f4Player :: Open Source AS3 Flash Video Player","archived":false,"fork":false,"pushed_at":"2018-12-25T15:40:34.000Z","size":154,"stargazers_count":116,"open_issues_count":7,"forks_count":32,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-18T20:36:13.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gokercebeci.com/dev/f4player","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jagregory/abrash-zen-of-asm","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gokerDEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-10T12:13:17.000Z","updated_at":"2024-06-07T22:12:33.000Z","dependencies_parsed_at":"2022-09-04T16:10:33.613Z","dependency_job_id":null,"html_url":"https://github.com/gokerDEV/f4player","commit_stats":null,"previous_names":["goker-dev/f4player","gokercebeci/f4player","gokerdev/f4player"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gokerDEV/f4player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokerDEV%2Ff4player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokerDEV%2Ff4player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokerDEV%2Ff4player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokerDEV%2Ff4player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gokerDEV","download_url":"https://codeload.github.com/gokerDEV/f4player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokerDEV%2Ff4player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275106046,"owners_count":25406662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-08T05:01:11.693Z","updated_at":"2025-09-14T12:32:08.530Z","avatar_url":"https://github.com/gokerDEV.png","language":"ActionScript","readme":"f4Player\r\n=========\r\n_Free, Small, Quick, Customizable and the Bestest FLV Player on Internet!_\r\n\r\nf4Player is an **open source** [**flash**][1] ([**AS3**][2]) **video player** and library project. \r\nIt is so small that it is **only 10kb** (with skin file) and totally **free** under **GPL** license.\r\n\r\nI've only tested it with **flv**, **f4v**, **mp4**, **stream**, **live stream**, **subscribed CDN**\r\n and it works enough for me for now! \r\n\r\nYou can check it on [gokercebeci.com/dev/f4player][3].\r\n\r\nUSAGE\r\n-------\r\n\r\n        \u003cobject id=\"f4Player\" width=\"480\" height=\"270\" type=\"application/x-shockwave-flash\" data=\"player.swf?v1.3.5\"\u003e \r\n          \u003cparam name=\"movie\" value=\"player.swf?v1.3.5\" /\u003e \r\n          \u003cparam name=\"quality\" value=\"high\" /\u003e \r\n          \u003cparam name=\"menu\" value=\"false\" /\u003e \r\n          \u003cparam name=\"scale\" value=\"noscale\" /\u003e \r\n          \u003cparam name=\"allowfullscreen\" value=\"true\"\u003e \r\n          \u003cparam name=\"allowscriptaccess\" value=\"always\"\u003e \r\n          \u003cparam name=\"swlivevonnect\" value=\"true\" /\u003e \r\n          \u003cparam name=\"cachebusting\" value=\"false\"\u003e \r\n          \u003cparam name=\"flashvars\"   value=\"skin=[SKIN_FILE]\u0026video=[VIDEO_FILE]\"/\u003e \r\n          \u003ca href=\"http://www.adobe.com/go/flashplayer/\"\u003eDownload it from Adobe.\u003c/a\u003e \r\n          \u003ca href=\"http://gokercebeci.com/dev/f4player\" title=\"flv player\"\u003eflv player\u003c/a\u003e \r\n        \u003c/object\u003e\r\n    \r\nOR\r\n\r\n        \u003cembed type=\"application/x-shockwave-flash\" src=\"player.swf?v1.3.5\" id=\"f4Player\" width=\"480\" height=\"270\" flashvars=\"skin=[SKIN_FILE]\u0026video=[VIDEO_FILE]\" allowscriptaccess=\"always\" allowfullscreen=\"true\" bgcolor=\"#000000\"/\u003e \r\n        \u003cnoembed\u003e \r\n           You need Adobe Flash Player to watch this video. \r\n           \u003ca href=\"http://get.adobe.com/flashplayer/\"\u003eDownload it from Adobe.\u003c/a\u003e \r\n           \u003ca href=\"http://gokercebeci.com/dev/f4player\" title=\"flv player\"\u003eflv player\u003c/a\u003e \r\n        \u003c/noembed\u003e\r\n\r\n    \r\nOPTIONS\r\n-------\r\n\r\n        skin=                   =\u003e skin file (swf)\r\n        stream=rtmp://          =\u003e stream url\r\n        streamname=livestream   =\u003e stream name\r\n        live=1                  =\u003e default value 0\r\n        subscribe=1             =\u003e default value 0\r\n        thumbnail=null          =\u003e thumbnail image\r\n        video=myvideo.mp4       =\u003e video file\r\n        autoplay=1              =\u003e default value 0    \r\n\r\n\r\nLICENSE\r\n-------\r\nIt is under the [GPL License][4].\r\n\r\nWHO'S USING f4Player\r\n-------\r\n* [showtvnet.com][5]\r\n* [skyturk360.com][6]\r\n* [gradiska.tv][7]\r\n* [mirtom.pl][8]\r\n\r\n_If you use f4Player and want to be in the list, mention me with **#f4Player** [**@gokercebeci**][9] on twitter_\r\n\r\n[1]: http://www.adobe.com/software/flash/about/\r\n[2]: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html\r\n[3]: http://gokercebeci.com/dev/f4player?feature=github\r\n[4]: https://github.com/gokercebeci/f4player/blob/master/LICENSE.md\r\n[5]: http://www.showtv.com.tr/player/index.asp?ptype=1\u0026product=showtv\r\n[6]: http://skyturk360.com/canli.asp\r\n[7]: http://gradiska.tv/index.php?page=video\u0026page2=1\u0026video=2012-12-27_10-38_paketicicenatarzasocrad\u0026cat=Novosti\r\n[8]: http://mirtom.pl/\r\n[9]: https://twitter.com/gokercebeci\r\n\r\n\r\n","funding_links":[],"categories":["Multimedia"],"sub_categories":["Media Player"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FgokerDEV%2Ff4player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FgokerDEV%2Ff4player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FgokerDEV%2Ff4player/lists"}