SMP in Adobe AIR mobile

Hi,
  How do we get SMP (Strobe Media PlayBack) to work in Adobe AIR Mobile project? Ideally there should be a SWC for SMP....
Regards
Baliga

So is there Alert.show() for adobe air/mobile developement??? I was wonder it hasn't been added or is there an alternative for it?

Similar Messages

  • Connecting between two Adobe air mobile applications (On Android)

    Hi There,
    Does an Adobe AIR application can connect and pass parameters somehow (Directly or by http) with another android application?
    Can Adobe AIR mobile application open a listening socket?

    Um, I'm pretty sure this is wrong. You cannot use SocketServer on a mobile app platform for some stupid reason.
    From the doc
    "AIR profile support: This feature is supported on all desktop operating systems, but is not supported on mobile devices or AIR for TV devices"

  • Alert in adobe air / mobile development

    I can't seem to do Alert.show like I do in regular flex apps,
    I can't import mx.controls.Alert is there a equivalent in adobe air or how do you go about popping up error messages?

    So is there Alert.show() for adobe air/mobile developement??? I was wonder it hasn't been added or is there an alternative for it?

  • Instagram API for Adobe Air Mobile!

    Hi,
    Is there any third party api exist to integrate and work with instagram, e.g. login, photos etc. I want to integrate in my Adobe Air Mobile Project for both iOS and Android.
    Thanks.

    Hello Faisal,
    a api exist, here is the link http://code.google.com/p/instagr-as3/source/browse/trunk/instagrAS3/Instagram.as
    what software do you use for adroid development ? iam new on mobile and flash development, is flash cc engough or i need flash builder ?
    Can i develop all mobile android stuff in Flash CC ?
    thanks and greetings

  • Adobe Air Mobile User Agent Issue.

    Hi,
    We are working on the adobe air applications to handle multiple instance of mobile user agents. While doing so we observed that when a user agent
    belonging to android/ios/windows/ mobiles web page objects/ui for mobile website is not loading as it was expected. To be precize some of the ui components
    location is getting distorted. Please let me know the possible solution/fix for the same. Looking forward to hear on this soon.
    PS: Same user agent when loading on firefox user agent addon, mobile web site opens properly without any issue.

    DOES THIS MEAN YOU ALREADY ABLE TO USE A CUSTOM USER AGENT FOR AIR PROJECT ??
    CAN YOU EXPLAIN HOW TO ADD CUSTOM USER AGENT ?

  • Scrim / Spinner For Adobe Air Mobile Apps?

    I'm in the process of learning Adobe Air for mobile devices.  I'm using Flash Builder Burrito.  I didn't have any previous experience with Flash Builder or ActionScript, but I'm finding it very easy to use (I do have 11 years of programming experience).  I'm stumped on something that's usually built into most other mobile platforms -> How do you create a scrim & spinner???  For those who may be wondering what I'm referring to, it's when your screen is dimmed and a revolving or spinning icon is displayed to show that your app is busy.
    I tried the following...
    1) Create a group that covers the entire view
    2) Change the background color of the group to black and alpha to .5
    2) Add a spinner image to the group
    3) Set the "enable" property of the group to true/false depending on if I wanted it displayed or not
    This didn't work at all.  Any suggestions would be great!!! 

    I ALMOST have it working thanks to this great post by Andrew trice.  I have two minor issues...
    The animated gif won't play.  I realize animated gifs probably aren't the way to go in FLASH builder, but it was worth a try.  How do I recreate the spinner effect???
    The scrim doesn't cover the navigation panel.  Again, any ideas?

  • Adobe air mobile - Android - Print

    Hello,
    I'm looking for a solution to print from Adobe air on mobile - Android, i find ANE for IOS with airprint, but nothing for Android,
    If someone know about a solution, free or not...
    Thank you!

    DOES THIS MEAN YOU ALREADY ABLE TO USE A CUSTOM USER AGENT FOR AIR PROJECT ??
    CAN YOU EXPLAIN HOW TO ADD CUSTOM USER AGENT ?

  • How to use ScaleNine themes to skin an Adobe Air Mobile App

    Hi,
    I'm rather new to Adobe Air development But I really like it! Now that I've created my app I would like to skin it. I've found ScaleNine (http://www.scalenine.com/gallery/gallery-1.php) which has ready made cool skins for Flex and Air. I downloaded the samples and they compile and work beautifully. HOWEVER: I can't seem to be able to use them to skin my Air mobile app.
    Can anyone post an example ViewNavigatorApplication themed with one of the themes there? this one (http://www.scalenine.com/themes/blend/Blend.html) looks as though someone tailored it to my app :-)
    Thanks a lot!
    Avi

    I don't know how your application is structured, but if you can split sections off into separate SWFs(plain AS3 document) then you could host those section SWFs online and require the user to download them on first run.
    You could use the FileReference object to download the SWFs, save them to the File.applicationStorageDirectory, and then display/load them up with the Loader object when needed from the app storage directory. You would possibly need to check to see if the files are present at every boot of the app though as a user could "Clear Data" or "Clear Cache" of the app in the Settings of their device and one or both of those could/would delete the downloaded files.
    FileReference - Adobe ActionScript® 3 (AS3 ) API Reference

  • Transform Gestures for Flash Builder and Adobe AIR Mobile Development | ADC Presents | Adobe TV

    Senior Technical Evangelist Duane Nickull illustrates using transformation gestures in Flash Builder, and discusses best practices for zoom events when developing for mobile devices.
    http://adobe.ly/wLSaNj

    How would the app zoom to a point

  • Adobe air mobile - softKeyboardType is not working when using skinClass to allow scrolling?

    I am trying to set the softKeyboardType to email but when ever i use skinClass="spark.skins.mobile.TextAreaSkin" it doesn't change it but when i take off skinClass="spark.skins.mobile.TextAreaSkin" it does work. The problem is i need the skinClass="spark.skins.mobile.TextAreaSkin" class to allow my application so scroll with out it the text does not stay with in the bounds of the text input boxes. Has anyone seen this problem or another fix the the scrolling problem?
    Code examples
    <s:TextInput softKeyboardType="email" id="id1" width="100%" skinClass="spark.skins.mobile.TextInputSkin" />
    <s:TextArea softKeyboardType="email" id="id2" height="400" width="100%" skinClass="spark.skins.mobile.TextAreaSkin" />
    Thank for the help,
    Justin

    The main problem we are all seeing is that its not hooking into the scroller, as this is documented not to work in a scrollable environment
    However try something like this, still not perfect (as i see a flicker) but it should get you going.
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        applicationDPI="320"
        xmlns:local="*"
              applicationComplete="init()">
      <fx:Script>
                        <![CDATA[
                                  import mx.events.PropertyChangeEvent;
                                  import spark.skins.mobile.StageTextInputSkin;
                                  import spark.skins.mobile.TextInputSkin;
                                  protected function init():void {
                                            addHandlers(myScroller, myTI);
                                  protected function setStageTextInputSkin(ti:TextInput):void {
      //FIXME could do with a check to ensure that the skin isn't being set many times when it doesn't need to
                                            var myTIText:String = ti.text;
                                            ti.setStyle("skinClass",Class(StageTextInputSkin));
                                            ti.returnKeyLabel = ReturnKeyLabel.DONE;
                                            ti.autoCapitalize = "sentence";
                                            ti.softKeyboardType = SoftKeyboardType.NUMBER;
                                            ti.text = myTIText;
                                  protected function setTextInputSkin(ti:TextInput):void {
      //FIXME could do with a check to ensure that the skin isn't being set many times when it doesn't need to
                                            ti.setStyle("skinClass",Class(TextInputSkin));
                                  protected function addHandlers(scroller:Scroller, ti:TextInput):void {
      // ====================== ADD LISTENERS FOR WHEN WE NEED THE STAGETEXTINPUT ===========================================
                                            ti.addEventListener(FocusEvent.FOCUS_IN, function(event:FocusEvent=null):void { setStageTextInputSkin(ti) });
      // ====================== ADD LISTENERS FOR WHEN WE NEED THE TEXTINPUT ===========================================
                                            addEventListener(SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE, function(event:SoftKeyboardEvent=null):void { setTextInputSkin(ti) });
                                            ti.addEventListener(FocusEvent.FOCUS_OUT, function(event:FocusEvent=null):void { setTextInputSkin(ti) });
      //http://stackoverflow.com/questions/4390725/flex-4-scroller/4425091#4425091
                                            scroller.viewport.addEventListener(PropertyChangeEvent.PROPERTY_CHANG E, function(e:PropertyChangeEvent):void {
                                                      if (e.source == e.target && e.property == "verticalScrollPosition")
                                                                setTextInputSkin(ti);
                                                      if (e.source == e.target && e.property == "horizontalScrollPosition")
                                                                setTextInputSkin(ti);
                        ]]>
      </fx:Script>
        <s:Scroller width="100%"
            height="100%"
            verticalScrollPolicy="on"
                        id="myScroller">
            <s:Group width="100%"
                height="100%">
      <s:layout>
      <s:VerticalLayout/>
      </s:layout>
                <s:TextInput id="myTI" text="hello"
                    softKeyboardType="number"
                                            skinClass="spark.skins.mobile.TextInputSkin"/>
            </s:Group>
        </s:Scroller>
    </s:Application>

  • Quel avenir pour Adobe Air Mobile & Desktop

    Flash Builder créé actuellement des packages Natif pour Iphone4 mais les packages Android reposent sur Air3 (ou 3.1 pour FB4.6).
    Air3 sera t'il encapsulé dans les futurs APK Android ?
    Y aura t'il toujours des mises a jours de Air pour mobile ?
    Le developpement de Air desktop se poursuit t'il ?
    En clair Air est t'il une techno d'avenir ?

    Flash Builder créé actuellement des packages Natif pour Iphone4 mais les packages Android reposent sur Air3 (ou 3.1 pour FB4.6).
    Air3 sera t'il encapsulé dans les futurs APK Android ?
    Y aura t'il toujours des mises a jours de Air pour mobile ?
    Le developpement de Air desktop se poursuit t'il ?
    En clair Air est t'il une techno d'avenir ?

  • AIR Mobile detecting device memory

    Is it possible to detect the total amount of device memory without a native extension on Adobe AIR Mobile? Hoping to detect low memory devices and turn certain features on/off.
    I am aware of System.totalMemory and System.freeMemory but that only give you what is already allocated to Flash and I want to know what the device itself has.
    Thanks!

    Did you get any resolution to this? I'm interested to know (as, it seems, are a lot of others).

  • Adobe AIR with Captive Runtime Support for Mobile | ADC Presents | Adobe TV

    In this video, Technical Evangelist Andrew Trice covers Adobe AIR with captive runtime support for mobile application development, which will benefit your Flash Builder projects for the Android OS.
    http://adobe.ly/wyNYjD

    Witch version of flash builder is this?

  • Adobe Air vs HTML5 vs Native in Mobile Development

    Just now, I read an article "HTML5 vs. Native: What`s a Mobile Developer to Do?" (http://www.eweek.com/c/a/Application-Development/HTML5-vs-Native-Whats-a-Mobile-Developer- to-Do-648997/), and this make me think of Adobe AIR.
    For those of you who have used Adobe AIR to develop mobile apps, how do you think about it's performance, features/functionality (API), and stability as compare with HTM5 done with phonegap?
    Please share your experience and opinion here. Thanks.

    Witch version of flash builder is this?

  • Adobe Flex Mobile + AIR - Custom iOS Build Setting

    I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS
    This app involves some iOS Native Extension created also by me.
    The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics Technology). That framework requires GD FIPS linker to be used, and for that, i need to set some custom build settings in a .xcconfig file, with this content:
    FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
    The ANE compiles OK, but then, I add the ANE to the app, I compile the app, but when I launch the app, it crashes because the FIPS linker was not properly got set on my Flex Mobile project.
    So, my question is:
    Is there a way to set the above configuration on my project like somebody would do in a Xcode project?
    Regards!

    I see your key as a reserved key for iOS. I haven't tested it myself but here's the keys you cannot change. Sure enough, MinimumOSVersion is reserved.

Maybe you are looking for

  • Issue in running eCATT Scripts  - Help required very urgently

    Dear All, We are running the eCATT scripts from Solman 7.0 by connecting it to ERP system R/3 4.6C. While running the scripts, we are facing some issue. 1. If we try to run the scripts then those are getting failed. The same scripts if we run after s

  • My Bluetooth radio isn't in Device Manager in Windows 7 64 anymore.

    My Bluetooth radio isn't even in Device Manager in Windows 7 64 bit after being there and working before.  I also have updated to the most recent Boot Camp drivers, but to avail to get Bluetooth working in Windows 7 anymore.

  • Sound distorted

    Every movie we play through our iMac (wired - Ethernet) to Apple TV plays about 1/2 way through then developes distortion in the sound. We have to turn the movie off for a few minutes before starting again. Any suggestions? Cheers Doug Thomson

  • Where clause in SELECT INTO statement

    Hi, I am using multiple conditions in where clause for my SELECT INTO statement as follows. SELECT count(DTLA.LOCATION_ID) INTO LOCATION_ID_count FROM DOC2_MGR.DOC_TYPE_LOB_ASSOC DTLA WHERE (DTLA.DOC_TYPE_ID = 'XYZ' AND DTLA.lob_code = 'ABC'); It con

  • FM issue urgent

    hi all, while creating a FM module. i have created a structure. when in TABLE parameter i am trying to use this structure the it is telling that TABLE parameter is obsolete. can u give any solution that how i can use it. Thanks Sanjeev