{"id":26484366,"url":"https://github.com/myokyawhtun/mkhplayer","last_synced_at":"2025-08-13T18:09:15.489Z","repository":{"id":148312063,"uuid":"86150670","full_name":"myokyawhtun/mkhplayer","owner":"myokyawhtun","description":"HTML5 audio and video player jQuery plugin","archived":false,"fork":false,"pushed_at":"2017-09-06T02:28:33.000Z","size":976,"stargazers_count":9,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T21:11:12.313Z","etag":null,"topics":["css","html","html5","html5-audio","html5-video-player","javascript","jquery","jquery-plugin"],"latest_commit_sha":null,"homepage":"https://myokyawhtun.github.io/mkhplayer","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myokyawhtun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-25T10:53:26.000Z","updated_at":"2024-03-28T09:45:05.000Z","dependencies_parsed_at":"2023-05-19T18:00:40.022Z","dependency_job_id":null,"html_url":"https://github.com/myokyawhtun/mkhplayer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/myokyawhtun/mkhplayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myokyawhtun%2Fmkhplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myokyawhtun%2Fmkhplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myokyawhtun%2Fmkhplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myokyawhtun%2Fmkhplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myokyawhtun","download_url":"https://codeload.github.com/myokyawhtun/mkhplayer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myokyawhtun%2Fmkhplayer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270287053,"owners_count":24558615,"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-08-13T02:00:09.904Z","response_time":66,"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":["css","html","html5","html5-audio","html5-video-player","javascript","jquery","jquery-plugin"],"created_at":"2025-03-20T05:28:11.040Z","updated_at":"2025-08-13T18:09:15.468Z","avatar_url":"https://github.com/myokyawhtun.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MKH Player - jQuery plugin for HTML 5 video and audio\n\n## Usage\n\n```javascript\n$('audio').mkhPlayer(); // for audio file\n$('video').mkhPlayer(); // for video file\n```\n\n## Demo\n\nYou can check the demo site [https://myokyawhtun.github.io/mkhplayer](https://myokyawhtun.github.io/mkhplayer).\n\n### Sample\n\n```html\n\u003chtml\u003e\n\t\u003chead\u003e\n\t...\n\t...\n\t\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"css/mkhplayer.default.css\"/\u003e\n\t...\n\t\u003c/head\u003e\n\t\u003cbody\u003e\n\t...\n\t...\n\t\t\u003caudio id=\"music3\" preload=\"metadata\"\u003e\n\t\t\t\u003csource src=\"media/interlude.mp3\"\u003e\n\t\t\u003c/audio\u003e\n\n\t\t\u003cscript type=\"text/javascript\" src=\"https://code.jquery.com/jquery-1.7.1.min.js\"\u003e\u003c/script\u003e\n\t\t\u003cscript type=\"text/javascript\" src=\"js/jquery.mkhplayer.js\"\u003e\u003c/script\u003e\n\t\t\u003cscript type=\"text/javascript\"\u003e\n\t\t\t$(document).ready(function(){\n\t\t\t\t$('audio').mkhPlayer();\n\t\t\t});\n\t\t\u003c/script\u003e\n\t\u003c/body\u003e\n\u003c/html\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyokyawhtun%2Fmkhplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyokyawhtun%2Fmkhplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyokyawhtun%2Fmkhplayer/lists"}