{"id":13743803,"url":"https://github.com/Skoua/AS3-Assets-Loaders","last_synced_at":"2025-05-09T01:33:19.390Z","repository":{"id":148541236,"uuid":"2497217","full_name":"Skoua/AS3-Assets-Loaders","owner":"Skoua","description":"Simple classes to load external assets in ActionScript 3","archived":false,"fork":false,"pushed_at":"2011-10-02T00:19:09.000Z","size":96,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T05:02:38.464Z","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/Skoua.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-10-01T23:49:40.000Z","updated_at":"2013-12-17T04:01:26.000Z","dependencies_parsed_at":"2023-03-29T00:53:39.052Z","dependency_job_id":null,"html_url":"https://github.com/Skoua/AS3-Assets-Loaders","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/Skoua%2FAS3-Assets-Loaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skoua%2FAS3-Assets-Loaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skoua%2FAS3-Assets-Loaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skoua%2FAS3-Assets-Loaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skoua","download_url":"https://codeload.github.com/Skoua/AS3-Assets-Loaders/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224802707,"owners_count":17372487,"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:00:57.435Z","updated_at":"2024-11-15T15:30:35.026Z","avatar_url":"https://github.com/Skoua.png","language":"ActionScript","readme":"# AS3 Assets Loaders - v1.0 - October 2011\n\nThese classes let you load any image, swf or xml files without having to deal with events handling and creating loaders objects every time you need to.\nJust import the classes and create a ImageLoader, SWFLoader or XMLLoader object, setup a complete and an optional progress event and you're done.\n\n\n## Example for loading an image\n```js\nimport net.ImageLoader.as;\nimport events.ImageLoaderEvent.as;\n\t\nvar loader:ImageLoader = new ImageLoader();\nloader.addEventListener(ImageLoaderEvent.COMPLETE, onComplete);\nloader.load('my-file.jpg');\n\t\nfunction onComplete(e:ImageLoaderEvent):void\n{\n\te.target.removeEventListener(ImageLoaderEvent.COMPLETE, onComplete); // you don't have to but this is good for performance\n\tvar image:Bitmap = e.target.content;\n\t\n\t// then do whatever you want with the image\n}\n```","funding_links":[],"categories":["Networking"],"sub_categories":["Data Loader"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkoua%2FAS3-Assets-Loaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSkoua%2FAS3-Assets-Loaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkoua%2FAS3-Assets-Loaders/lists"}