Wu-Tang Clan app built in AIR

Hello all .. 
Just wanted to share with you this project I've been working on. You may have seen a sneak peak of it advertised on the tower display in the expo at the last Adobe MAX.
Both the iPhone and iPad version of this app are available now.
This has been a side project as I am a music producer in the industry as well .. I had the opportunity to do this app.
iPhone version - https://itunes.apple.com/us/app/36th-chamber-wu-tang-clan/id797927076?mt=8&uo=4
iPad version - https://itunes.apple.com/us/app/36th-chamber-wu-tang-clan/id719638275?mt=8&uo=4
http://www.wutangapp.com
Cheers!

Yes.. I Used Greensock Throprops for scrolling.. its a great plugin. Nothing else would work so smooth with the size of images in this app. Especially in the iPad version.
The trickiest part was the tracklists for all the albums. I am actually loading in a transparent HTML page for this that is using the iTunes API to gather the tracklisting, album cover, etc.  I used the Darkredz Native Stagewebview for this. It worked flawlessly for talking from ActionScript to JavaScript and from JavaScript back in to ActionScript. Only problem is you can't compile and test this in the IDE. You have to compile to device.
Thanks for checking it out.

Similar Messages

  • Apps built with AIR 3.4 release SDK for AppStore?

    Hello,
    Here's my question -
    Can we publish apps built with AIR 3.4 release SDK to the Apple AppStore?
    We need to use AIR 3.4 SDK as the AIR 3.3 SDK results in problems on iOS 6.
    Also, was going through the AIR 3.4 SDK release notes ... Can you detail how do these affect iOS development -
    http://helpx.adobe.com/en/flash-player/release-note/fp_114_air_34_release_notes.html#known _issues
    Thank you.

    I am likewise having this issue and have posted a thread here: http://forums.adobe.com/message/4732647#4732647
    Any solutions/suggestions are greatly appreciated!
    thank you,
    Alex

  • Can you launch an android app from an android app built with air?

    Hi I might a have project coming up soon where one of the requirements is that the android air application can launch another application on the device...
    In pure java this would look something like this....
    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.rpg.rbar");
    startActivity(LaunchIntent);
    Does anyone no if I can perform a similar method using as3
    Thanks
      Aidan

    Try the below.  Found this at the below link. 
    http://www.blogbyben.com/2013/04/launching-android-app-from-adobe-air-app.html
    var url:String = ("intent:#Intent;" + "action=android.intent.action.MAIN;" + "category=android.intent.category.LAUNCHER;" + "component=com.android.settings/.Settings;" + "end");  navigateToURL(new URLRequest(url));
    Question I have is, is there any way to get a list of currently installed apps?

  • Color picker in iOS 8 app built against AIR 16 not showing up correctly

    I am using Flash CS6 to publish a coloring book app for Android and iOS. As of AIR SDK 15, the ColorPicker no longer shows up correctly in iOS, though the code continues to work correctly on Android. I have tried both AIR 15 and 16, and neither works correctly on iOS (only tested against iOS 8).
    The color picker from iOS8, AIR SDK 14 (as it should appear):
    The color picker from iOS 8, AIR SDK 16 (with black boxes covering each sample):
    Functionally they both work and there was no change to the code between the two builds. Anyone experience a similar issue or have ideas on navigating around it?
    Oh, here is the code I use to generate the colorpicker, in case it is useful:
    //Color picker colorPicker = new ColorPicker();
    colorPicker.setStyle("swatchWidth", swatchWidth);
    colorPicker.setStyle("swatchHeight", swatchHeight);
    colorPicker.setStyle("selectedColor", 0xffffff);
    colorPicker.colors = [0x330033, 0x000066, 0x330099, 0x3300cc, 0x3300ff, 0x6600ff, 0x6600cc, 0x660099, 0x660066, 0x660033,0x660000,0x330000,0x000000, 0x000033, 0x000066, 0x000099, 0x0000cc, 0x0000ff, 0x333333, 0x333366, 0x333399, 0x3333cc, 0x3333ff, 0x6633ff, 0x6633cc, 0x663399, 0x663366, 0x663333,0x663300,0x333300,0x003300, 0x003333, 0x003366, 0x003399, 0x0033cc, 0x0033ff, 0x336633, 0x336666, 0x336699, 0x3366cc, 0x3366ff, 0x6666ff, 0x6666cc, 0x666699, 0x666666, 0x666633,0x666600,0x336600,0x006600, 0x006633, 0x006666, 0x006699, 0x0066cc, 0x0066ff, 0x339933, 0x339966, 0x339999, 0x3399cc, 0x3399ff, 0x6699ff, 0x6699cc, 0x669999, 0x669966, 0x669933,0x669900,0x339900,0x009900, 0x009933, 0x009966, 0x009999, 0x0099cc, 0x0099ff, 0x33cc33, 0x33cc66, 0x33cc99, 0x33cccc, 0x33ccff, 0x66ccff, 0x66cccc, 0x66cc99, 0x66cc66, 0x66cc33,0x66cc00,0x33cc00,0x00cc00, 0x00cc33, 0x00cc66, 0x00cc99, 0x00cccc, 0x00ccff, 0x33ff33, 0x33ff66, 0x33ff99, 0x33ffcc, 0x33ffff, 0x66ffff, 0x66ffcc, 0x66ff99, 0x66ff66, 0x66ff33,0x66ff00,0x33ff00,0x00ff00, 0x00ff33, 0x00ff66, 0x00ff99, 0x00ffcc, 0x00ffff, 0xccff33, 0xccff66, 0xccff99, 0xccffcc, 0xccffff, 0xffffff, 0xffffcc, 0xffff99, 0xffff66, 0xffff33, 0xffff00, 0xccff00,0x99ff00, 0x99ff33, 0x99ff66, 0x99ff99, 0x99ffcc, 0x99ffff, 0xcccc33, 0xcccc66, 0xcccc99, 0xcccccc, 0xccccff, 0xffccff, 0xffcccc, 0xffcc99, 0xffcc66, 0xffcc33, 0xffcc00, 0xcccc00,0x99cc00, 0x99cc33, 0x99cc66, 0x99cc99, 0x99cccc, 0x99ccff, 0xcc9933, 0xcc9966, 0xcc9999, 0xcc99cc, 0xcc99ff, 0xff99ff, 0xff99cc, 0xff9999, 0xff9966, 0xff9933, 0xff9900, 0xcc9900,0x999900, 0x999933, 0x999966, 0x999999, 0x9999cc, 0x9999ff, 0xcc6633, 0xcc6666, 0xcc6699, 0xcc66cc, 0xcc66ff, 0xff66ff, 0xff66cc, 0xff6699, 0xff6666, 0xff6633, 0xff6600, 0xcc6600,0x996600, 0x996633, 0x996666, 0x996699, 0x9966cc, 0x9966ff, 0xcc3333, 0xcc3366, 0xcc3399, 0xcc33cc, 0xcc33ff, 0xff33ff, 0xff33cc, 0xff3399, 0xff3366, 0xff3333, 0xff3300, 0xcc3300,0x993300, 0x993333, 0x993366, 0x993399, 0x9933cc, 0x9933ff, 0xcc0033, 0xcc0066, 0xcc0099, 0xcc00cc, 0xcc00ff, 0xff00ff, 0xff00cc, 0xff0099, 0xff0066, 0xff0033, 0xff0000, 0xcc0000,0x990000, 0x990033, 0x990066, 0x990099, 0x9900cc, 0x9900ff, 0x000000, 0x333333, 0x666666, 0x999999, 0xcccccc, 0xffffff, 0xff0000, 0x00ff33, 0x0000ff, 0xffff00, 0xff00ff, 0x00ffff];
    colorPicker.selectedColor = color;
    colorPicker.x = gWidth - buttonSize - 10; colorPicker.y = 5;
    colorPicker.addEventListener(ColorPickerEvent.CHANGE, changeHandler);
    //Colorpicker button;
    colorPicker.width = buttonSize;
    colorPicker.height = buttonSize;
    shapeTransform = new ColorTransform();
    shapeTransform.color = color;
    addChild(colorPicker);

    I have exactly the same problem in one of my apps - it worked perfectly well when published with air 14 but I am getting the black squares when published with air 15 or 16.
    Anyone know how to get around this or whether there is a solution to the issue?

  • This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software

    Does anyone can help me on this issue from Apple Developer?
    This bundle is invalid - New apps and app updates submitted to the App Store must be built with public (GM) versions of Xcode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software
    Is there a new Flash CC - Adobe AIR SDK to solve this?
    Best

    Looks like there's some hope:
    Re: App Store must be built with Xcode 5.1.1 or later !

  • Image to text convertor app for MacBook Air

    hi any one can help me regarding "image to text convertor app for MacBook Air". Actually I want to make soft text document of some my collected material which contains text information. Is any software/app is availeble to convert image to text? please help me...!!!!?

    Your Air has Apple Pages built in. That should work fine. Depending what format your electronic essay system requires, you may have to export to either Word or PDF, both of which Pages can do.
    Alternatively, Libreoffice (libreoffice.com) is free and has most of the features of Microsft Office. You can of course buy Office but that's the most expensive option.
    Matt

  • How to delete the bookmark in chm lite apps in iPad air iPad, iOS 7

    How to delete the bookmark in chm lite apps in iPad air
    iPad, iOS 7

    This is a Safari Bookmark?
    Bring up the list of bookmarks
    tap edit, from the bottom right of list
    tap the - sign next the the bookmark you want to delete.

  • Is there a way to open the settings app from an air app on both iOS and android?

    Since you can't change the notifications settings within the app, is there a way to simply open the settings app from an air app? like a link or something like that?

    Even on iOS this has only recently been added by Apple for iOS 8 only using the line:
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
    So you would have to wrap this in an ANE and then again, only for iOS and only call it in iOS 8+

  • Can I submit apps built with Windows Phone 8.0 SDK or do all new apps have to be windows Phone 8.1

    I thought this would be an easy question to google but I can't find a simple Yes or No. 
    My app uses some components that are not currently developed for windows phone 8.1 so I was going to build the app in the Windows Phone 8.0 SDK. But I know that other platforms stop you submitting apps in older SDK's, but what about Microsoft? Can I still
    submit a brand new app built on the Windows Phone 8 SDK?

    you can submit , I have submitted a new windows phone 8 app recently which will support on windows 8.1 phone also. In case of 8 the build will be .xap and in case of 8.1 it will  app.package . when you run your windows 8 app in 8.1 phone it will
    internally convert xap to package and it runs as usually. I would suggest you to start developing in 8.1 apps which has lot more flavors added(ex: Geo fencing etc).
    Purushothama V S

  • I dont remember the first apple id that link with my clash of clans apps. the problem now is i need to link my COC village and it keep saying "please log in with correct game center" is there anyway that i can retrieve my old apple id? please help me

    i dont remember the first apple id that link with my clash of clans apps. the problem now is i need to link my COC village and it keep saying "please log in with correct game center" is there anyway that i can retrieve my old apple id? please help me i dont want to lose my village, i have spent my money on that game to much. hmmm

    thanks mate, but the problem is im using different apple id now, and after about 1 year play coc and today i want to link the village , suddenly coc said that
    thats mean im playing this village with different apple id and it not saved. and the problem is i dont remember the first apple id and password that i use first time to download this game. hmmm it was so confusing, why coc and game center just make this thing saved with a new game center account.

  • How do you play clash of clans on your backbook air if you have iphone or ipad?

    Hi was wondering how you can play clash of clans on your macbook air?
    i have tried many things to play it. but how come we can not play it or how we can play it on macbook instead of playing on ipad or not?
    please let me know

    Mac computers have a different operating system than the iPad. Applications programmed for one will not run on the other, although some software developers make two very similar versions where one will run on each operating system. Clash of Clans has made versions for iOS and Android but not for the Macintosh or Windows computers.

  • Syncing error status in photo app (in ipad air) after sync through itunes

    after syncing from itunes to ipad air, the photos (8000+photos , with separate folders) does not transfer, and keep giving status Syncing... when i open photo app in ipad air. how do i transfer all my pictures into my ipad now?
    after syncing through itunes, the folders are all empty and Syncing... message keeps appearing

    Hello, suffianr78. 
    Thank you for visiting Apple Support Communities.
    If you have the sync photos preference selected in iTunes and photos are still not syncing, I would recommend processing the steps in the article below.
    iTunes: Unable to sync photos
    http://support.apple.com/kb/TS3697
    Cheers,
    Jason H.

  • Free apps with iPad air?

    How do I get the free apps with iPad air? App Store wants me to buy them.

    Download free Apps
    1. Make sure you are using IOS 7.
    2. Make sure your iPad is registered in My Support Profile.
    https://supportprofile.apple.com/
    3. Try downloading again; it should be free.
    If you need serial number, it's here:
    Settings>General>About

  • What are the alternate methods of transferring data between apps built on ios

    Hi All,
    What could be the alternate methods of transferring data between apps built on ios?
    Please comment.
    Thanks
    Pankaj

    I'm not aware of any apps that can open pdfs from iBooks, but I could well be wrong. There are a small number of apps that will open pdfs from emails, you can also open pdfs from some applications ike dropbox which has an iOS app so you can access any document you can open on iOS and sync between devices and computers.
    Sorry if this is all a little vague, I'm not exactly sure what it is you are asking

  • Using OS 10.7.5. Can I use App store? Can't find an app on my air book

    Using OS 10.7.5. Can I use App store? Can't find an app on my air book.
    Want to download Pages, but can't seem to find if this is possible. iWork 9 from USB download from 10.6 doesn't seem to work - willing to buy new version online, but can't find the compatibility.
    Help!!
    Thanks
    rho12

    Only requires 10.7.4 or later.

Maybe you are looking for

  • Problems in Logic after transitioning from Snow Leopard to Mtn Lion

    I have recently transitioned into Mtn Lion from Snow Leopard using Logic 9.1.8.  Now every time I try to open a project created using the EXS24 Bosendorfer piano (Logic) plug in, Logic crashes. I also use (and mix together) Miroslav Philharmonik plug

  • How can I make 10 Copies of my DVD

    I have a Mac G5 running system 10.4.7. I am using iLife 6.0.2 and i have Toast 6.0. I have been using iLife for a couple of years and have made many short DVDs using iDVD with no problems. I read an artical in the July, 2005 issue of Macworld on page

  • Creating process to get current row id

    Hello, I need to create a process while submitting in the process I need to have a pl/sql to update the row in the database. When I put hard coded value it is working fine, however when I refer the current column (being selected), it doesn't fire the

  • Cant view photos on my pc via start menu in windows 8

    i cant see photos via start menu from the photos tile in windows 8. it says all photo sources are hidden. please change your pc settings. but there is no option I could find in the settings. please help me!!!!!!

  • Facetime iMac vs Macbook Pro

    Why do we have to pay for Facetime on iMac when it's fee on Macbook Pro (beta, but still)? Only .99, but really!