Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
New Developer
ktavera
Posts: 2
Registered: ‎06-05-2009

basic question about AIR implementation on playbook

Does the implementation of AIR on the BB Playbook support HTML/Javascript AIR applications??

 

Thanks guys!

Please use plain text.
Developer
CTR1
Posts: 76
Registered: ‎10-28-2010
My Carrier: T-Mobile

Re: basic question about AIR implementation on playbook

Your type of question has been pretty common...I'm no expert but it seems you will have to wait a while longer before any of those are officially supported by the new SDK, if and whenever it is going to be released. Hope this helps a bit!

C41vin Tirr311
O.O -_-
-Look through the posts before posting a new question.
-Kudo people who posted something you found helpful.
Please use plain text.
Regular Contributor
renaun
Posts: 86
Registered: ‎10-25-2010

Re: basic question about AIR implementation on playbook

The AIR runtime supports many features. It also supports profiles for different platforms (Dekstop, Mobile, and TV). The BlackBerry Tablet OS SDK supports the AIR "mobileDevice" profile. You can check out the different classes and features that are available for the different AIR profiles here:

http://help.adobe.com/en_US/air/build/WS144092a96ffef7cc16ddeea2126bb46b82f-8000.html

 

The HTMLLoader class typically used when the AIR runtime has full WebKit integration, this full WebKit integration allows for JS/HTML based AIR application to be developer is not in the "mobileDevice" profile.

 

The "mobileDevice" profile and AIR 2.5 does support a new class called StageWebView:

http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/flash/media/StageWebView.htm...

This class leverages the native WebKit engine on the device and not in the AIR runtime.

 

Also you might want to look at the PlayBook specific API class that extends StageWebView called QNXStageWebView. There is not a lot of documentation at this point in time on a lot of specific APIs and they might not be in the finished product as currently available.

blog: http://renaun.com
twitter: @renaun
Please use plain text.
Developer
bert2002
Posts: 164
Registered: ‎05-01-2010
My Carrier: O2

Re: basic question about AIR implementation on playbook

Does somebody already tried it?



----------------------------------------------------------
find my widgets -> http://blackberry.itbert.de
Please use plain text.