ラベル action script の投稿を表示しています。 すべての投稿を表示
ラベル action script の投稿を表示しています。 すべての投稿を表示

2016年3月16日水曜日

as3 MouseEvent.MOUSE_WHEEL


環境
MacOS10.10, FlashCC2015, Aid for Desktop 17

問題
Macでのマウスホイールイベントは、FlashPlayerでは動かないが、AIR for Desktopでは動く。

2014年1月16日木曜日

OAuth1 and OAuth2 for as3

OAuth1 for as3:
http://www.iotashan.com/2008/04/oauth-actionscript-library/
http://code.google.com/p/oauth-as3/source/browse/

OAuth2 for as3:
http://blogs.adobe.com/charles/2012/05/oauth-2-0-library-for-actionscript.html
https://github.com/charlesbihis/actionscript-oauth2

Web(swf)ではpicode入力
AirはHTTPLoaderの画面内認証でTwitterなどに利用可。

2014年1月3日金曜日

AS3, AIRでメニューバーの高さの取得

以下。
var statusBarHeight:Number = Screen.mainScreen.bounds.height - Screen.mainScreen.visibleBounds.height;