How to get the Flash to WebWorks BB10 support

Hi guys

I have a lot of WebWorks/Playbook App World applications that contain flash files. This works very well and did me a lot of money last year.

Now, I wanted to create some Apps BB10. First I tried to use Adobe AIR, which does not support ActionScript 1 or 2 - can not use it.

Then I tried to get my web apps works working on BB10 and my DevAlpha the flash file is not displayed.

BB10 browser supports flash without a problem then why you guys would be delete Flash in WebWorks applications?

I'm doing something wrong?

Help, please

Flo

In the config.xml file, you need this


Tags: BlackBerry Developers

Similar Questions

  • How to get the Media Player 12 to support id3v2.4 tags either directly or indirectly using a 3rd party plugin.

    original title: id3v2.4 MP3 tags

    Hello

    someone knows how to get Media Player 12 to support id3v2.4 tags, either directly, or indirectly using a 3rd party plugin. I use a program (Traktor Pro) which is a djing software. It reads my music library and writes specific tags such as BPM id3v2.4 format for MP3 files. After that, WMP cannot display MP3 tags because it seems that you can not read this latest version of id3 standard (which incidentally seems to be interrupted since 2000). End result is that any MP3 in the library seem to be corrupted / lack of tags in WMP12 after being accessed by Traktor Pro

    See you soon

    Shane

    Mr. Gonk,

    WMP and WE can read mp3 2.4 tags but can not write them.

    ERGO WMP works with 2.4 tags. So where is the problem?  Personally I use a 3rd party editor to write tags (more powerful and you can do more things).

    My 2 Euro cents

    See you soon,.

    Jerry

  • How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Hi all

    How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Thank you all

    Here is a link to the documentation specifically: http://docs.phonegap.com/en/2.6.0/guide_plugin-development_index.md.html

    We will update the things little when we adopt a more close relationship with Cordova.

  • BB10: How to get the response header

    Hi guys,.

    I would like to how to get the response header of a request using a typical QNetworkAccessManager. What I really need, it's to get the server date and I know that the response header there.

    I have seen that you can access some header in the response of the requestFinished() function object. But none of them is the Respone header.

    Does anyone have any idea on this?

    Thanks in advance.

    Hello

    If you have subscribed for over QNetworkManager (QNetworkReply * response) of the signal, use:

    Reply-> rawHeaderList() for a list of all the available headers.

    reply-> header (param) make themselves known headers, but they do not include Date.

    Reply-> rawHeader ("date") for the date or other custom headers.

    http://Qt-project.org/doc/Qt-4.8/qnetworkreply.html#rawHeader

    Returns the raw content of the header headerName such as sent by the remote server. If there is no header, returns an empty byte array, which may be distinguished by a header blank. HasRawHeader () allows to check if the server sent this header field.

  • How to get the blackberry by bb10 find programming id

    Is there an api to get the bbbid programmatically in bb10 cascades. If it is then please let me know

    Thanks for the reply. I really need the email configured in bb10 device IDs and I found the solution for the use of API accounts.

  • How to get the current timestamp in C++ to the BB10 project

    Please help me how to get the current timestamp in C++. Thanks for your help!

    Following your suggestion,

    QTime is only for a day.  http://developer.BlackBerry.com/Cascades/reference/QTime.html#details

    I found "QDateTime" of references of the API: http://developer.blackberry.com/cascades/reference/qdatetime.html#toTime_t

    QDateTime = now QDateTime::currentDateTime();
    timestamp long = now.toTime_t ();

    But I got an error. I searched but no results are clear:

    -variable 'QDateTime now' initializer has but
    incomplete type
    -type incomplete "QDateTime" used in the nested name
    specifier of

    I am a newbie. So thank you for your help

  • How to unlock the flash from adobe

    How to unlock the flash from adobe

    You have the Plugin Adobe Flash installed version?

    There are two different versions of Flash, ActiveX for IE version and the version of the plugin used by most other browsers.

    1. download the Setup file of Plugin Flash version here:

    Adobe Flash - Plugin version.

    Save it to your desktop.

    2. close Firefox using file > exit

    Then check the Task Manager > processes tab to make sure that firefox.exe is closed.

    {XP: Ctrl + Alt + Delete, Vista: Shift + Ctrl + ESC process tab =}

    3. then run the Flash configuration from your desktop file.

    4. run Firefox and test your installation here: https://www.adobe.com/software/flash/about/

    • On Vista and Windows 7, you may need to run the installer of plugin as administrator by starting the installation program via the context menu if you do not get a UAC prompt for permission to continue (that is to say that nothing seems to be happening).

    See this:

    http://vistasupport.MVPs.org/run_as_administrator.htm

  • How to open the flash drive on mac?

    How to open the flash drive on mac? NOT IN THE BROWSER. On the desktop as windows. When I double click on windows icon, it opens a window where I can open my swf file by 'open'-> 'Browse' then choose my file and click on 'OK '. ON MAC, there is no freaking icon. I've been looking hours wasted because of bullshit like this. I tried the alternatives, but they open the games. They only open the videos. SO HOW TO OPEN THIS WINDOW ON MAC?

    I FINALLY FOUND IT. When you google flash drive brings you always in the wrong place. If you search for "adobe flash player" or "adobe flash projector" leads to a page that installs it as a plugin for your browser. If you want real flash drive as on pc you can do 'open'--> 'Browse' then choose my file and click on 'OK' download Adobe flashplayer - Debug downloads.

    Get off at mac and download 'To download the Flash Player projector'

    I hope this helps for the future people, man it was a fight

  • How to get the path or the file name of getChild

    Hey everyone, good day!

    Is - anyone here know how to get the path or the file name of an object inserted into the scene?

    Here's the scenario:

    I am developing a flash application, which allows the user to insert background to the scene to help her browse and select using the FileReference in flash. I inserted some image the user successfully choose, but what I'm trying to make, is that if the user clicks on save, the background image it has chosen will be copied to a different folder on the web (file upload). So I need to know the path and the file name of the background image.

    Here is my AS3 code:

    for (var i: uint = 0; i < container.numChildren; i ++) {}
    trace ('\t|\t' + i +'. \t name:' + container.getChildAt (i) .name + "\t type:" + typeof (container.getChildAt (i)) + "\t" + container.getChildAt (i));
    }

    ------------------------------------------------------------------------------------------ -----

    Here is the message trace of the code above:

    |     0 name: instance120 type: object [object Loader]

    ------------------------------------------------------------------------------------------ --------

    Any help here? I thank in advance.

    The Loader class has a property contentLoaderInfo (an instance of the class LoaderInfo) that contains information, that you are probably after, including the url of the content that has been loaded...

    Loader.contentLoaderInfo.url

  • How to get the content of the FLA file?

    Hello

    I have some files I use in Flash CS4 and I need to use them in Flash MX2004. I worked on that I could open it in Flash CS4 and try to change the content of the library with Photoshop CS4 (make a right click on the item in the library, edit with...) but for some reason, it does not.

    So, I worked on that I could drag and drop a single image both on the stage and use the export feature to export as image. It worked! Now, my question is: how to export an audio file my library on a drive form (so that I could use in Flash MX2004)?

    Any help will be appreciated.

    If all you have to do is get the flash sound as a WAV or AIF - file drop on the scene or add it to a new layer - set it to Stream then export movie > and select WAV or AIF.

  • How to get the system screen resolution

    Hi all


    I'm developing a flex application in adobe flex3. When I draw components in the design area flex builder is set to "Fit to window". so application are displayed on my monitor(17") correctly, but when I try to run the same application to another computer or a laptop of 14" display screen is different than the screen of the monitor is short, I need to scroll down to see the full page. My question is how can I make sure that the application should search for uniform on different platform/different browsers and different monitors (regardless of the dimensions of the monitor).

    And how can get the screen resolution of system during execution?


    Thanks for all the help and support.

    Look in flash.system.capabilities.  Note that any application based on a browser usually does not control how big be.

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • How to get the text have the same effect as the video?

    Hello

    For the first time post here, but I wonder how to get the text of the titles have the same effect as the video behind her.

    For my video, I use 'bad tv' and other effects such as Gaussian that obviously changes the appearance of video, creating the look of VHS. However, I then inserted text via the title, but it normally appears. How can I make this text have the same effects as the video behind it?

    A friend told me I might need to add text to the video first, then do the effects, I have not tried, but wonder if there is an easier way, as this would require me to restart.

    EDIT: That's what I'm looking for. https://youtu.be/7_2PHQI89dI?t=24s The text has the same effect as the video.

    Thank you

    One way is to create a clip made up based on the title and the original clip. Then apply the effect.

    Another way is to use an adjustment layer.

    Good luck.

    Russ

  • How to get the podcast of the website on the phone

    I was told to put that feed into the PODCASTING app on your iOS device.

    The site in question is https://randirhodes.com/how-to-get-the-podcast/

    I paid for a premium podcast, now how o I get this podcast to appear on my iphone 6 s more in the podcast app?

    Podcasts > select my Podcasts > press the '+' > Add Podcast > paste the URL that you got on the site.

  • How to get the video intro off my google home screen I already saw it, where is the firefox logo used to be.

    How to get the video intro off my google home screen I already saw it, where is the firefox logo used to be. I started with the last update that I rebooted.

    Hello
    to change the homepage when opening firefox-press 'Alt' and click on tools-> Options.

    Main menu, you can change the URL.

    If the problem persists, you can follow these simple steps:

    Enter about: config in the address bar and press ENTER. Accept the message of 'dragons' to see the Advanced preferences screen. Use the above search box to enter the below pref.

    You can assign an empty string to stop your Firefox to retrieve "extracts" and brandLogo changes the browser.aboutHomeSnippets.updateUrl pref. Right-click this pref and select Edit then clear the value as pref in the box that appears, and then click OK. Who will also disable "snippets" that appear under the container of the research on the default home page.

    Then you must open the folder of your profile, via help > Troubleshooting Information > profile folder > > button view folder. Then close Firefox. Your profile file open with Firefox closed (Firefox '3-bar' menu key > exit/Quit), wait or two minutes, then remove the storage\moz-safe-about + home folder in the Firefox profile folder to remove the brandLogo and stored in IndexedDB code snippets to make Firefox use the default brandLogo and a defined default code snippet.

    If you later change your mind about these changes, you can reset the pref browser.aboutHomeSnippets.updateUrl via the context menu and Reset allows to retrieve the default value using the storage\moz-chest-fort-about + home folder again.

  • where and how to get the new Firefox add - one of who is spying on us. Please mail to...

    Heard speak adds the new on Fire Fox. Where and how to get the new Firefox add - one of who is spying on us. Please mail to maheshubhayakar at rediffmail.com

    edited by email address - moderator

    It is helpful if you provide a link to the article you were reading.

Maybe you are looking for