{"id":13744583,"url":"https://github.com/bortsen/worker-from-class","last_synced_at":"2025-05-09T03:32:30.815Z","repository":{"id":4008023,"uuid":"5106300","full_name":"bortsen/worker-from-class","owner":"bortsen","description":"Create Workers from Class definitions","archived":false,"fork":false,"pushed_at":"2012-07-19T06:52:38.000Z","size":115,"stargazers_count":79,"open_issues_count":4,"forks_count":16,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-08-04T05:04:32.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bortsen.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-07-19T06:33:28.000Z","updated_at":"2024-06-05T12:07:52.000Z","dependencies_parsed_at":"2022-09-02T16:11:20.582Z","dependency_job_id":null,"html_url":"https://github.com/bortsen/worker-from-class","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/bortsen%2Fworker-from-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bortsen%2Fworker-from-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bortsen%2Fworker-from-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bortsen%2Fworker-from-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bortsen","download_url":"https://codeload.github.com/bortsen/worker-from-class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224811041,"owners_count":17373905,"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:12.213Z","updated_at":"2024-11-15T16:31:13.541Z","avatar_url":"https://github.com/bortsen.png","language":"ActionScript","funding_links":[],"categories":["Utilities"],"sub_categories":["Asynchronous"],"readme":"Worker from Class\n=================\n\nAllows you to create ActionScript Workers from Class definitions instead of loading or embedding a bulky SWF file.\n\nRequires Claus Wahlers' excellent [as3swf library](https://github.com/claus/as3swf) for some SWF magic.\n\nPrerequisites:\n- download worker-from-class\n- download [as3swf](https://github.com/claus/as3swf) and copy its /src/com folder into the worker-from-class /src folder\n- download the 11.4 playerglobal.swc (available at the [Adobe labs](http://labs.adobe.com/downloads/flashplayer11-4.html))\n- add the 11.4 playerglobal.swc to the build path\n- set the compiler options -swf-version=17 and -target-player=11.4\n\nUsage:\n- use WorkerFactory.getWorkerFromClass(ClassReference, swfByteArray) to create a new Worker based on the ClassReference. The swfByteArray must be a valid SWF file ByteArray (e.g. loaderInfo.bytes)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbortsen%2Fworker-from-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbortsen%2Fworker-from-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbortsen%2Fworker-from-class/lists"}