wonderfl - build flash online

WonderflAPIClientを作ってみる

Wonderfl APIの実験

WonderflAPIClient Usage

set your api key
WonderflAPIClient.apiKey = "your_wonderfl_api_key";

create client
var client:WonderflAPIClient = new WonderflAPIClient();

listen
client.addEventListener(WonderflAPIClient.GET_USER_COMPLETE, hander);

get user info
client.getUser();

handler
function hander(event:Event):void
{
trace(client.user.name);
}
@author naoto koshikawa

naoto5959 naoto5959

add to favorites

Embed

Code Fullscreen

Favorite by

Tags

sectKeywords

ページの先頭へ戻る