{"id":13743883,"url":"https://github.com/tkmr/as2js","last_synced_at":"2025-05-09T02:31:43.612Z","repository":{"id":402612,"uuid":"21024","full_name":"tkmr/as2js","owner":"tkmr","description":"Object bridge from ActionScript 3.0 to JavaScript","archived":false,"fork":false,"pushed_at":"2011-10-28T06:14:16.000Z","size":92,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T15:41:02.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://blog.tkmr.org/as2js-test.html?twitter=tkmr\u0026ustream=tkmr","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"aFarkas/webshim","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkmr.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":"2008-05-31T16:58:02.000Z","updated_at":"2019-08-13T13:25:34.000Z","dependencies_parsed_at":"2022-07-07T16:22:14.861Z","dependency_job_id":null,"html_url":"https://github.com/tkmr/as2js","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/tkmr%2Fas2js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmr%2Fas2js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmr%2Fas2js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkmr%2Fas2js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkmr","download_url":"https://codeload.github.com/tkmr/as2js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177741,"owners_count":21866390,"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:58.972Z","updated_at":"2025-05-09T02:31:43.393Z","avatar_url":"https://github.com/tkmr.png","language":"ActionScript","funding_links":[],"categories":["File Formats"],"sub_categories":["JavaScript"],"readme":"as2js\n  by Tatsuya Takamura\n\n== DESCRIPTION:\n\nYou can call JavaScript function or object from ActionScript by this libraly\nPlease confirm demo page http://blog.tkmr.org/as2js-test.html?twitter=tkmr\u0026ustream=tkmr\n\n== SAMPLE CODE:\n\n(in the ActionScript)\n\n//Alert from ActionScript\nvar window:AS2JS = AS2JS.register(\"window\");\nwindow.alert(\"Alert from ActionScript!!\");\n\n//Change a DOM\nvar document:AS2JS = AS2JS.register(\"document\");\ndocument.getElementById(\"title1\").innerHTML=\"Hello World from ActionScript normal\";\n\n//With prototype.js\nvar element:AS2JS = AS2JS.register(\"Element\");\nvar title2:AS2JS = window.$(\"title2\");\nelement.update(title2, \"Hello World from ActionScript with prototype.js\");\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkmr%2Fas2js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkmr%2Fas2js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkmr%2Fas2js/lists"}