{"id":13745238,"url":"https://github.com/johnpolacek/SimpleVid","last_synced_at":"2025-05-09T05:30:43.373Z","repository":{"id":2265032,"uuid":"3221205","full_name":"johnpolacek/SimpleVid","owner":"johnpolacek","description":"jQuery Plugin for Fluid Video","archived":false,"fork":false,"pushed_at":"2012-02-16T12:37:30.000Z","size":4710,"stargazers_count":40,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-09T15:18:31.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnpolacek.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":"2012-01-19T21:20:41.000Z","updated_at":"2019-08-04T16:41:58.000Z","dependencies_parsed_at":"2022-08-28T17:22:17.716Z","dependency_job_id":null,"html_url":"https://github.com/johnpolacek/SimpleVid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpolacek%2FSimpleVid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpolacek%2FSimpleVid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpolacek%2FSimpleVid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnpolacek%2FSimpleVid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnpolacek","download_url":"https://codeload.github.com/johnpolacek/SimpleVid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819867,"owners_count":17375349,"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","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":"2024-08-03T05:01:25.584Z","updated_at":"2024-11-15T17:31:32.657Z","avatar_url":"https://github.com/johnpolacek.png","language":"ActionScript","readme":"#Responsive Video\n\njQuery Plugin for a video player that scales to fit its container\n\n##How to Use\n\nAdd video element to your html inside a container div that is styled to scale with the size of the browser window\n\n\t\u003cdiv id=\"container\"\u003e\n        \u003cvideo id=\"myVideo\" width=\"640\" height=\"360\" poster=\"img/poster.jpg\" controls autoplay\u003e\n            \u003csource src=\"vid/video.mp4\" type=\"video/mp4\"  /\u003e\n        \u003c/video\u003e\n    \u003c/div\u003e\n    \nFirst, link to jQuery and then to vidobject.js. Next, create a new vidobject and apply any custom settings to it. Last, use vidobject to target the video element(s) on the page.\n\n\t\u003cscript src=\"http://code.jquery.com/jquery-1.7.min.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"js/vidobject.js\"\u003e\u003c/script\u003e\n    \u003cscript\u003e\n        var vidobject = new $.vidobject({\n            player: 'swf/vidobject.swf',\n            buttonColor: '#FFFFFF',\n            accentColor: '#BBBBBB',\n            backgroundColor: '#111111',\n            scaleVideo: true,\n            fullScreen: true\n        });\n        vidobject.embed(\"myVideo\");\n    \u003c/script\u003e\n    \n\nParameters are:\n    \n**player:** path to the vidobject.swf player\n**buttonColor:** video controls button color (default is '#FFFFFF')\n**accentColor:** video controls accent color (default is '#BBBBBB')\n**backgroundColor:** video controls background color (default is '#111111')\n**scaleVideo:** set to false if you don't want the video to scale  \n**fullScreen:** set to false to disable full screen mode  \n\n\nResponsive Video Object created by John Polacek  \nTwitter: http://twitter.com/#!/johnpolacek  \nBlog: http://johnpolacek.com\n","funding_links":[],"categories":["Unsorted","ActionScript"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpolacek%2FSimpleVid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnpolacek%2FSimpleVid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnpolacek%2FSimpleVid/lists"}