Using events QNX in the AIR for BB10 in Flash Professional 5.5

I want to use the QNX events in my AIR for BB10 application in Flash Professional. As the playbook, am I supposed to add a few swc files in order to use the events I get compilation error?

I want to use "CardCloseEvent", but it gives compile error.

Thank you!

No worries,

GoTo file > settings Actionscript > library path

Press on the +, then navigate to the DONKEY

Note: If it does not allow you to add DONKEY - make a copy and rename it to SWF.  He worked for Flash Builder 4.5.

For each ALBUM, you may need to click on it and press the I button and change it externally.

I don't know how Flash Pro builds your packages well-, but put in right place.

Ed.

Tags: BlackBerry Developers

Similar Questions

  • slide show by using the keys on the keyboard for nav in flash professional CS5 with animated images

    recently, I discovered how to create a slideshow using the keys on the keyboard for the market front and rear in flash professional CS5 thanks entirely to kglad of this forum. I used still images for each slide, since, then with one of the slides, I added a slight undulation of water in one of the images in a separate document. is it possible to include this file in my slideshow now?

    original questions and answers using still pictures below

    I'm a graphic designer who has a presentation of my portfolio. I'm not too experienced in flash and do not use it much, but he needs to do this on the thing. I can do a fade in and out slide show, but I want to create a slide show where the screen remains out of the blade and does ' t until what I press the next or previous button. I don't want these keys on the screen, I want to be able to press a key on the keyboard as F1. is this possible and do you know in adobe flash Professional (or other adobe products) where I could get resources/tutorials to do. Any help so what would never be great.

    response

    create tweens to fade for each slide.  You'll probably want to fade out the image on image 1 (from frames 1 to 11).  Bland-in the image of frame 11 frame 1 to 11.  fade the image frame 11 11 to 21 etc.

    You can then use:

    var image: int = 1;

    var dir:uint;

    stage.addEventListener (KeyboardEvent.KEY_DOWN, downF);

    function downF(e:KeyboardEvent):void {}

    {if(e.keycode==Keyboard.Left)}

    dir = Keyboard.LEFT

    Frame = Math.Max (Frame-10, 1);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    } else {if(e.keyCode==Keyboard.RIGHT)

    dir = Keyboard.RIGHT;

    Frame = Math.min (this.totalFrames, Frame + 10);

    this.addEventListener (Event.ENTER_FRAME, nextF);

    }

    }

    function nextF(e:Event):void {}

    {if(dir==Keyboard.Left)}

    prevFrame();

    } else {}

    nextFrame();

    }

    {if(this.currentFrame==Frame)}

    this.removeEventListener (Event.ENTER_FRAME, nextF);

    }

    }

    you have the fla that created the swf file?

    If so, just copy images from this fla and paste into a new movieclip in your fla slideshow.  Add this movieclip to your timeline.

  • Event ID, errors, the description for event ID, 1307, 1312

    Hello

    I am getting following error messages inside my Application folder in the event viewer:

    The description for event ID (1312) in Source (ASP.NET 2.0.50727.0) could not be found. The local computer may not have the information necessary registry or message DLL files to display messages from a remote computer. You may be able to use the option/auxsource = flag to retrieve this description; See Help and Support for more details

    and also

    The description for event ID (1307) in Source (ASP.NET 2.0.50727.0) could not be found. The local computer may not have the information necessary registry or message DLL files to display messages from a remote computer. You may be able to use the option/auxsource = flag to retrieve this description; See Help and Support for more details

    Does anyone know how to remove them? Would be very happy to all general approaches, suggestions, ideas, comments etc...
    Thank you
    Colm

    Hi Selvavelan,

    As you mentioned that you use Microsoft Dynamic CRM 4.0, I recommend that you post your question in Microsoft CRM Dynamic support for assistance.

    Hope the helps of information.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Adobe AIR for BB10

    Sorry for a fundamental question about AIR for BB10. I have several AIR apps on PlayBook and now reuse for BB10 phone.  Under AIR Developer documentation refers only to PlayBook.  Is the AIR process/tools for a phone BB10 even it was for PlayBook?  Is it simply a matter of target an existing AIR application to a different screen and then size by selecting a phone BB10 device in the App Store to get the published application?  What version of AIR is supported?

    It's a different SDK for BB10.  On the micro-AIR site, there are links for BB10 and PlayBook SDK:

    https://developer.BlackBerry.com/air/download/

    And per page Configuration required:

    https://developer.BlackBerry.com/air/download/requirements_bb10

    you want AIR 3.1 ('or more', but I recommend stick you with 3.1 until whenever)

    RIM upgraded AIR support)

  • the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015

    Hello

    I need to download a new version of my app on iOS, but the .xml file will not hold the new version I am writing on the 'AIR for iOS settings' window on Flash cc 2015. It keeps appearing as:

    <? XML version = "1.0".

    also when I try to download the new .ipa on iTunes Connect with the Application Loader, I get this message:

    "" "ERROR-ITMS-4238:"redundant binary Upload. " «"" "" There is already a binary download with release ' 1.0.0' train ' 1.0.0 ' "at SoftwareAssets/PreReleaseSoftwareAsset»»»

    The problem is not of Application Loader or iTunes Connect as when I open again the .fla and check the window 'AIR for iOS parameters' he continues to display the 1.0 version over and over again. If Flash isn't that save the .xml file.

    And it happens with all my other apps Android or iOS, old and new versions, all appear as <? XML version is "1.0" on the .xml file.

    Is anyone know how can I solve this problem?

    Thank you.

    There are two different values, the build number and version number. If you use a test flight, you can submit an update without obtaining a review by increasing the build number. If you are submitting an update to an application in iTunesConnect, you must increment the version number.

  • Loading the SWF in the AIR for iOS

    Hello

    I'm working on a project in the AIR for iOS.  It's great that we, flash developers are now able to compile our code actionscript for iOS.

    The project that I am working on is divided into different SWF files.  There is a main SWF file that loads the others if necessary.

    Now I can't get a working swf file loading.  The only thing I see is the background of the child being displayed, but then the program freezes and no child actionscript code is exectuted.

    Children SWFs are loaded with a simple charger:

    var loader: Loader = new Loader();

    childLayer.addChild (loader);

    var url: URLRequest = new URLRequest ("child.swf");

    loader.load (url);

    When I post the main swf file I include children swf files in the package.

    Is it really possible to use several swf in your iOS projects?
    And what are the limits for this?

    Thank you.

    greeting,

    Bert

    Yes, it is possible to include any swf in your main application, but your external swf should not contain action script code. Just you can have graphics, symbols, textfield etc on the timeline, but with no timeline script.

  • Some sizes of icons are missing in the AIR for the android settings

    In the new CC animate, icons in 'AIR for iOs parameters' list have been updated (180, 60, 75, 87, 167 have been added), but the icons in the list in 'AIR for Android settings' is always the same...

    We need icons for 144px and 192px:

    < image144x144 >... < / image144x144 >

    < image192x192 >... < / image192x192 >

    For now, I have to add them manually whenever I opened the AIR for Android defining which reset the app descriptor file, it's really annoying.

    Is it possible to change this list somewhere in a config file, update animate IDE?

    Always on management of icons in flash/animated in the IDE.

    When go us for iOs AIR and AIR for Android, icons lists are reset every time and we have to choose each one icons again, is such a waste of time.

    Why the specifications of the icons are not stored for each platform?

    And a little more automatic to set these icons would be very great, a few ideas:

    • Double click directly in the list to open the Browse dialog box directly
    • Add the ability to directly select a directory map and automatic files icon in the list

    Hello

    We are currently working on adding the sizes of icons in the AIR for the Android settings dialog box. Will update you did once.

    I added your other suggestions related to the management of icon to our backlog of product for review.

    Thank you!

    Mohan

  • you want to ask if where can I find or download the exe from the downloaded adobe photoshop and flash professional after downloading using adobe cc. I just want to have a copy for offline installation.

    you want to ask if where can I find or download the exe from the downloaded adobe photoshop and flash professional after downloading using adobe cc. I just want to have a copy for offline installation.

    Hello

    This link may help Adobe CC 2015 Direct Download Links: Creative Cloud 2015 Release | ProDesignTools

    Please do not forget to follow the "important Instructions" on the page (required by Adobe) for direct links work.

    It could be useful!

    Rayyan

  • I created a website with Muse using a slide show widget a little over a year.  I gave up Muse bur have recently re-enroll as a single Train to examine the use of Muse. The file for the my site is no longer on my computer or lea

    I created a website with Muse using a slide show widget a little over a year.  I gave up Muse bur have recently re-enroll as a single Train to examine the use of Muse. The file for the my site is no longer on my computer or at least I find and I want to make changes.  Is there a way to download the Internet Web site and bring Muse to make changes or I have to start all over again.

    Hello

    to copy entire websites is an arduous task in my eyes. Your sounds to me that you have access to your old site. If you could perhaps talk to your supplier at the time, to get it back.

    Hans-Günter

  • Hi Folks, I'm ready to go with the versions of CC of LR and Psalm I currently use Apple products and the iCloud for storing photos, they stay on the iCloud or do they need to go to a related version CC?  Also, I guess that versions CC of LR

    Hi Folks, I'm ready to go with the versions of CC of LR and Psalm I currently use Apple products and the iCloud for storing photos, they stay on the iCloud or do they need to go to a related version CC?  Also, I guess versions CC of LR are Mac compatible.  Can they go on several devices, the cloud itself, including mobile devices like the iPad?  Thanks a lot in advance, Dave.

    You can have your photos on iCloud without any problem.  Lightroom CC 2015 is compatible with mac, please check system requirements of Lightroom CC 2015. You can install Creative Cloud on 2 machines, however, you can't use both the at the same time, the control 1:1 point: http://wwwimages.adobe.com/content/dam/Adobe/en/legal/servicetou/Software_Terms-en_US-2015 0407_2200.pdf

    You can use Lightroom for mobile or your ipad and iPhone. Please check Adobe Lightroom for mobile FAQ

    I hope this helps.

  • How to use text variables and the Image for printing

    I work for several months on the product with AS3 Configurator.
    I am not competent with AS3.
    Now, it seems that perhaps my design is all wrong.
    Is there a good way to do this?

    I have a main scenario that has video clips showing images of different options for the product.
    On the first image, I use buttons to select the choice for option 1 of the Option1_mc.
    Can I store the selection in a variable.
    I use a button to go to the next choice (screen 10.)

    On frame 10, I use buttons to select the choice of option 2 in the Option2_mc.
    It is stored in another variable.

    There are about 10 options that are selected and stored in variables.
    Some are text values and other images taken from video clips Option instances.

    I made a Print_mc to use to printjob.
    I can't get the values of the variables to display the first image for printing.

    Any helpl would be appreciated.

    You are welcome.

    you will not be able to insert a variable into a textfield.  you are going to assign to the text of your TextField property set to one of your points of variables to.

    Thus, for example, if you have:

    var var1:String = 'this is a test ';

    You can use:

    TF. Text = var1;

  • I've recently updated to the latest version of the air and now itunes 'flashes' and I think that it corrupted an iPad?  Someone at - he seen this kind of behavior before?

    I've recently updated to the latest version of the air and now itunes 'flashes' and I think that it corrupted an iPad?  Someone at - he seen this kind of behavior before?

    When you have installed iTunes, and you download it from anywhere other than the Apple servers. There is a new version of the 12.3.2.35 installer that came out some time around 23/24, which can solve the problem for you. Download and install on your existing copy.

    TT2

  • The CC extensions Manager list Flash Professional CC 2015 more

    Hello

    I installed Adobe Extension Manager CC the other night. Previously, Flash Professional CC 2015 would appear on the list of products. Last night I had to uninstall Flash. I reinstalled about 30 minutes ago and it will not be displayed on the extensions Manager. How can I add Flash to the list? In addition, Adobe Audition CC 2015 is not on the list either and I had installed well until I installed the extensions Manager.

    Thank you very much for your help!

    Refer to the thread: extensions Manager list all products.

    Hope this helps

    Thank you

    Varun

  • Language support in the Air for IOS Installer

    Hello

    I really need some help here!  Any help is appreciated!

    I created an app for iPad that currently support only Danes.

    I update the application in support of the English and The name of the application (see icon below) I would change according to the language on the iPad users.

    In the - app.xml I changed the node name like this:

    < name >

    "< text XML: lang ="en"> English App name < / text >.

    "< text XML: lang = 'da' > App Danish name < / text >.

    < / name >

    However, it always shows the English name.

    I tested with other languages like the french who works very well

    "< text XML: lang ="en"> French App name < / text >.

    I just read that Danish is not supported by the air Installer? Why?

    http://help.Adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSfffb 011ac560372f2fea1812938a6e463-7ffd

    Is there another way to do this?

    I use CC Flash and Air 14.0.0.178 (using the command line for compiling)

    Thank you

    Rolf

    Danish is not supported. End of week (tomorrow), I'll update Adobe AIR SDK with Danish support. Here you can enter the http://gamespoweredby.com/adt.html but the version I will use will be the last beta - 15.0.0.243 or newer. Currently, there are 14.0.0.157 (obsolete).

    Also you must connect on bugbase and put your https://bugbase.adobe.com/index.cfm?event=bug&id=3710257 vote to support native Danes

  • Can't do StageVideo play in the AIR for Android

    I have no video, but audio only, to display when you include .mp4 encoded H.264 video in an AIR project Android test. LOOK for video performance iOS is ok with the same encoding settings.

    I know that there has been a lot of discussion about this in the past, but he has all the answers? Y at - there any formulation of video that will play by air for Android?

    I tested on a Samsung Galaxy 4 on Android 5.0.1.

    In the past, on older versions of Android, I had questionable but occasional reading video integrated in AIR for Android app, but when I run the app now the video repeatedly fails.

    It must be a problem of AIR because when I simply download the same video, that I built in my AIR on Galaxy 4 directly application it plays very well.

    My work for a client depends on, it works in Android. Any ideas?

    Before you begin, what AIR version do you use?  We've recently redesigned video on Android, and I want to make sure that you are up-to-date.  The latest version is AIR 22 (23 AIR will be released next month).

Maybe you are looking for

  • How can I get my desktop to get the photos from my iphone

    Using my desktop to be able to download pictures from my smartphone. He acknowledges now that he's here, but can't find the pictures I have on it.

  • Mac says that my account already exists

    Hello I use a MacBook Air 13' with OS X El Capitan 10.11.3 and Mail does not work well. I'm not able to add my account e-mail, because every time I type my data in, it indicates that this particular account already exists. This account does not exist

  • RunState.ProcessModelClient. how to access the results of markets located in the loops?

    Hello In my sequence, I have to perform an analysis of the results before I have the MainSequence and return to the process template. Basically, I need to check made some steps has passed. I access the results using RunState.ProcessModelClient. Using

  • Xbox Music

    Please cancel my Xbox renewed in this moment music

  • Automatic updates or something... at 3:00?

    I went to every conceivable program I can think of that has an automatic update feature, including updates of the system and can not understand why I have this problem. Most often, but not exclusively, on Saturday morning at precisely 3:00 IN THE MOR