{"id":13744962,"url":"https://github.com/miguelmoraleda/xml2swf","last_synced_at":"2026-02-25T06:09:22.017Z","repository":{"id":87895588,"uuid":"506057","full_name":"miguelmoraleda/xml2swf","owner":"miguelmoraleda","description":"xml to swf made in actionscript","archived":false,"fork":false,"pushed_at":"2012-08-04T23:16:58.000Z","size":1424,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T10:57:14.756Z","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/miguelmoraleda.png","metadata":{"files":{"readme":"README","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":"2010-02-07T01:03:27.000Z","updated_at":"2022-07-27T05:06:40.000Z","dependencies_parsed_at":"2023-02-27T04:25:25.829Z","dependency_job_id":null,"html_url":"https://github.com/miguelmoraleda/xml2swf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmoraleda%2Fxml2swf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmoraleda%2Fxml2swf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmoraleda%2Fxml2swf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmoraleda%2Fxml2swf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelmoraleda","download_url":"https://codeload.github.com/miguelmoraleda/xml2swf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247865129,"owners_count":21009222,"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:19.328Z","updated_at":"2025-10-27T07:03:40.255Z","avatar_url":"https://github.com/miguelmoraleda.png","language":"ActionScript","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"readme":"xml2swf is an open source experiment library that allow you to create a SWF within a MovieClip Animation from XML definition file.\n\nFunny thing, this is an Actionscript library and run in Adobe Air.\n\nIMPORTANT NOTE: This library is a experiment, currently support the creation of one MovieClip per swf file.\n\n\n\n\nXML Example\n\n\u003cmovie\u003e\n  \u003clibrary\u003e\n\t\t\u003cimagesData\u003e\n\t\t\t\u003cimages\u003e\n\t\t\t\t\u003ccharacterId\u003e1\u003c/characterId\u003e\n\t\t\t\t\u003csource\u003eassets/image1.png\u003c/source\u003e\n\t\t\t\t\u003cformat\u003e\u003cJPEG3\u003e90\u003c/JPEG3\u003e\u003c/format\u003e\n\t\t\t\u003c/images\u003e\n\t\t\t\u003cimages\u003e\n\t\t\t\t\u003ccharacterId\u003e2\u003c/characterId\u003e\n\t\t\t\t\u003csource\u003eassets/image2.png\u003c/source\u003e\n\t\t\t\t\u003cformat\u003e\u003cJPEG3\u003e90\u003c/JPEG3\u003e\u003c/format\u003e\n\t\t\t\u003c/images\u003e\n\t\t\t\u003cimages\u003e\n\t\t\t\t\u003ccharacterId\u003e3\u003c/characterId\u003e\n\t\t\t\t\u003csource\u003eassets/image3.png\u003c/source\u003e\n\t\t\t\t\u003cformat\u003e\u003cJPEG3\u003e90\u003c/JPEG3\u003e\u003c/format\u003e\n\t\t\t\u003c/images\u003e\n\t\t\t\u003cimages\u003e\n\t\t\t\t\u003ccharacterId\u003e4\u003c/characterId\u003e\n\t\t\t\t\u003csource\u003eassets/image4.png\u003c/source\u003e\n\t\t\t\t\u003cformat\u003e\u003cJPEG3\u003e90\u003c/JPEG3\u003e\u003c/format\u003e\n\t\t\t\u003c/images\u003e\n\t\t\u003c/imagesData\u003e\n\t\t\u003cclip\u003e\n\t\t\t\u003cclass\u003emain.notemixer.test.testImage\u003c/class\u003e\n\t\t\t\u003cframes\u003e\n\t\t\t\t\u003cplace\u003e\n\t\t\t\t\t\u003cid\u003e1\u003c/id\u003e\n\t\t\t\t\t\u003cx\u003e0\u003c/x\u003e\n\t\t\t\t\t\u003cy\u003e0\u003c/y\u003e\n\t\t\t\t\u003c/place\u003e\n\t\t\t\t\u003cplace\u003e\n\t\t\t\t\t\u003cid\u003e2\u003c/id\u003e\n\t\t\t\t\t\u003cx\u003e0\u003c/x\u003e\n\t\t\t\t\t\u003cy\u003e0\u003c/y\u003e\n\t\t\t\t\u003c/place\u003e\n\t\t\t\t\u003cplace\u003e\n\t\t\t\t\t\u003cid\u003e3\u003c/id\u003e\n\t\t\t\t\t\u003cx\u003e0\u003c/x\u003e\n\t\t\t\t\t\u003cy\u003e0\u003c/y\u003e\n\t\t\t\t\u003c/place\u003e\n\t\t\t\t\u003cplace\u003e\n\t\t\t\t\t\u003cid\u003e4\u003c/id\u003e\n\t\t\t\t\t\u003cx\u003e0\u003c/x\u003e\n\t\t\t\t\t\u003cy\u003e0\u003c/y\u003e\n\t\t\t\t\u003c/place\u003e\n\t\t\t\u003c/frames\u003e\n\t\t\u003c/clip\u003e\n\t\u003c/library\u003e\n\u003c/movie\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelmoraleda%2Fxml2swf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelmoraleda%2Fxml2swf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelmoraleda%2Fxml2swf/lists"}