2011年11月 のアーカイブ

Flash Builder 4.6 リリース

2011年11月30日

Flash Builder 4.6 が公開されました。

下記よりダウンロードして試用できます。
https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder&loc=ja

そして、Flash Builder 4.6 には 下記が同梱されいています。

  • Flex 4.6.0.23201
  • AIR SDK 3.1.0.4880
  • Flash Player 11.1.102.55
  • TLF 2.0.0.232
  • OSMF 1.0.0.16316
government,politics news,politics news,politics

Flex 4.6 SDK リリース

2011年11月30日

4.6.0.23201 がついに公開されました。
下記が同梱されています。

  • AIR SDK 3.1.0.4880
  • Flash Player 11.1.102.55
  • TLF 2.0.0.232
  • OSMF 1.0.0.16316

ダウンロード
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flexsdk

リリースノート
http://kb2.adobe.com/cps/921/cpsid_92118.html

government,politics news,politics news,politics

Laboratory of Native Extension for AIR

2011年11月19日

Laboratory of Native Extension for AIR

http://www.facebook.com/ne4air

Native Extension for AIR に関する情報を集めいるFacabook ページです。

government,politics news,politics news,politics

ADC MEETUP ROUND 03

2011年11月10日

Adobe – ADC MEETUP ROUND 03 MAX RETWEET」 というイベントが下記日程で開催されます。

今年10月に米国ロサンゼルスで開催されたAdobe MAX 2011のフォローアップをテーマにお届けします。お申し込みはこちらから。

  • 日時:2011年11月12日(土) 12:30開場 13:00開始
  • 場所:ベルサール新宿
  • 参加費:無料事前登録制
  • 主催:アドビ システムズ 株式会社
  • CS5.5 Web Premiumが抽選で2名様に
  • Adobe MAXで配布された限定パーカーを3名様に
  • CS5.5 Web Premiumの体験版DVDを全員に
  • スマホ型のUIデザイン用ADC MEETUPオリジナル付箋「MOBILE STICKY NOTE」を全員に
government,politics news,politics news,politics

ADEP Data Services for JEE 4.6

2011年11月8日

ADEP Data Services for JEE 4.6
概要(PDF)

P12
AMFのパフォーマンスと帯域幅については必見
これをみたらAMFしかないですよ。

P13
AMFStreamingとRTMPの比較
RTMP一択!

P22
構成図

P23
One Tool, One Language, One Codebase
With Full Data Services Support

P29
クライアントと対応プロトコルとエンコードと機能についてのマトリクス

P35
Native Client SDK’s Demo
Flex and native HTML5, iOS, Android and Java client apps using Data Services:
http://www.youtube.com/watch?v=-1wg7shxNbE

最新バージョンに対応している
Adobe Flash Builder 4.6
Flex 4.6
AIR
AIR Mobile Support

ネイティブモバイルアプリのサポート
HTML5/JavaScript Client SDK

Apple iOS Client SDK
こんな感じでサーバ設定だー!

#import <DSClient/DSClient.h>
DSChannel *amfChannel =
[[DSChannel alloc] initWithId:@"my-nio-amf" url:@"h!p://lcds-test:2884/nioamf"];
DSChannel *rtmpChannel =
[[DSChannel alloc] initWithId:@"my-rtmp" url:@"rtmp://lcds-test:1935"];
DSChannelSet *channelSet =
[DSChannelSet channelSetWithChannels:[NSArray arrayWithObjects:rtmpChannel, amfChannel, nil]];

こんな感じでサーバにメッセージ飛ばすだー!

// Create RemoteObject.
DSRemoteObject* remoteObject = [DSRemoteObject remoteObjectWithDestinationId:@"EchoService"];
// Set its ChannelSet.
[remoteObject setChannelSet:channelSet];
// Make the remoting call.
[remoteObject invoke:@"echo” args:[NSArray arrayWithObject:@"Hello World"] delegate:self
selector:@selector(echoDidComplete:)];
. . .
-(void)echoDidComplete:(DSAsyncResponder *)responder
{
DSAcknowledgeMessage *msg = [responder getResult];
id result = msg.body;
}

Java and Google Android Client SDK

詳しくは、こちら
http://labs.adobe.com/technologies/adep_dataservices_jee/features.html

government,politics news,politics news,politics