{"id":13744786,"url":"https://github.com/also/echo-nest-flash-api","last_synced_at":"2025-05-09T03:33:25.211Z","repository":{"id":608515,"uuid":"245723","full_name":"also/echo-nest-flash-api","owner":"also","description":"Unofficial Flash API for the Echo Nest API","archived":true,"fork":false,"pushed_at":"2018-08-15T19:30:29.000Z","size":442,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-15T16:41:40.851Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/also.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-07-07T23:58:02.000Z","updated_at":"2023-01-28T20:12:25.000Z","dependencies_parsed_at":"2022-07-15T01:47:05.596Z","dependency_job_id":null,"html_url":"https://github.com/also/echo-nest-flash-api","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/also%2Fecho-nest-flash-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/also%2Fecho-nest-flash-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/also%2Fecho-nest-flash-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/also%2Fecho-nest-flash-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/also","download_url":"https://codeload.github.com/also/echo-nest-flash-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253183318,"owners_count":21867400,"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:16.065Z","updated_at":"2025-05-09T03:33:24.968Z","avatar_url":"https://github.com/also.png","language":"ActionScript","readme":"echo-nest-flash-api\n===================\n\nAn ActionScript 3 interface for the the Echo Nest API.\n\nhttp://github.com/also/echo-nest-flash-api\n\nGetting the source\n==================\n\nYou’ll need to clone the source from github:\n\n    git clone git://github.com/also/echo-nest-flash-api.git\n\nIncluding in your project\n=========================\n\nAdd both `echo-nest-flash-api/src` to your classpath. Your Flash, Flex, or mxmlc documentation tells you how to do this.\n\nUsing the API\n=============\n\necho-nest-flash-api implements a small subset of the [Echo Nest v4 API track methods][1].\n\nUpload\n------\n\n```actionscript\nvar fileReference:FileReference;\n\nprivate function chooseFile():void {\n  fileReference = new FileReference();\n  fileReference.addEventListener(Event.SELECT, function(e:Event):void {\n    uploadFile();\n  });\n  fileReference.browse();\n}\n\nprivate function uploadFile():void {\n  trackApi.uploadFileReference({track: fileReference}, {\n    onResponse: function(track:Object):void {\n      trace('id: ' + track.id + ', md5: ' + track.md5);  // id: TRMVA0211BC6E08329, md5: 2f45abacba9e9d2312afa63a8df10d23\n    },\n    onEchoNestError: function(error:EchoNestError):void {\n      trace(error.code + ': ' + error.description);\n    }\n  });\n}\n```\n\nLicense\n=======\n\nCopyright 2009-2011 Ryan Berdeen. All rights reserved.  \nDistributed under the terms of the MIT License.  \nSee accompanying file LICENSE.txt\n\n [1]: http://developer.echonest.com/docs/v4/track.html\n","funding_links":[],"categories":["API"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falso%2Fecho-nest-flash-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falso%2Fecho-nest-flash-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falso%2Fecho-nest-flash-api/lists"}