What tools do developers use to create AIR 2.5.1 apps for TVs?

Developers can use the following tools:
AIR 2.6 SDK
Flash Professional CS5 Extension for AIR 2.5 (now an integral feature in Flash Professional CS5.5)
Flash Builder 4.5
Note: Developers can use the AIR 2.6 SDK for developing apps for AIR 2.5.1 for TV. In Flash Professional, set the publish settings to Adobe AIR 2.5. In Flash Builder, set the AIR namespace to 2.5 in the app descriptor file:
<application xmlns="http://ns.adobe.com/air/application/2.5">.
If you are using Flash Builder 4.5, you must do the following:
1.Download the Flex 4.1.0.16076 SDK.
2.Download the AIR 2.6 SDK.
3.Copy each file from the AIR 2.6 SDK into the corresponding directory within the Flex 4.1 SDK, replacing the Flex original variants.
4.To use this SDK within Flash Builder, select your project in the Flash Builder package explorer.
5.Choose Project > Properties to open the project's Properties dialog box.
6.Select Flex Compiler in the list and then click the "Configure Flex SDKs" link to open the Preferences dialog box.
7.Click the Add button, browse to the SDK, and then click OK until you get back to the project's Properties dialog box.
8.Click the "Use a specific SDK" option and then pick Flex 4.1 from the drop-down menu.
You must also replace the default WindowedApplication element with Application in your project's MXML file.

Hmmm...
Not the rankings, I get from column B of the data above:
Morning Glory (20) ranks 1st in R,
Binghamton Bearcats (26)  and Roy Hobbs (18) tied for 2nd, and
Tommy John (23) 4th
I'd make the top four:
1  Binghamton (26)
2 Tommy John (23)
3 Morning Glory (20)
4 Ventura Highway, The American Dream, Roy Hobbs (18)
Extracting the rankings is fairly simple, using RANK. But the data layout, with totals in non-contiguous cells, makes it impossible to use RANK without first gathering the totals into consecutive rows.
To do that, I made a small revision to the Total labels in column A of the supplied table, to make each label distinct from the others. The addition was a two letter prefix identifying each team, seen here in a sample set of rows and columns from the table:
The new, distinct labels were used as a search key for VLOOKUP, to transfer all of the totals onto a second table, Totals, using this formula, entered into Totals::B2, and filled down and right to the rest of the cells in columns B to O of that table:
With the data thus arranged, it became possible to rank the totals in each column, using the formula below,
Entered into Ranks::B2, then filled right and down to O9: =RANK(Totals :: B2,Totals :: B,)
Finally, a second VLOOKUP formula retrieved the rank values from Ranks, and placed them into the appropriate cells on the Data table:
Enter into Data::B5: =VLOOKUP(LEFT($A4,2),Ranks :: $A:$O,COLUMN(),FALSE)
Confirm the entry by clicking Accept, then Copy. (Note: copy the cell; do NOT select and copy the formula from the entry bar.)
In each Rankings row:
Click on the cell in column B, Shift click on the cell in column O (selects all cells in the row except the label in column A)
Paste
Repeat for next Rankings row.
Done.
Regards,
Barry

Similar Messages

  • What tool can i use to create an animation for iPad

    What tool can i use to create an animation the will run in I.E., Firefox and iPad. I want to have a series of large buttons that i can scroll using arrows on the left and right side of the large buttons, with each button  being a hot spot. I can't use Flash because it is not supported on the iPad.
    Thanks,
    Steve

    I've been playing with both Edge and Hype, and I found that stuff I create in Hype actually works in IE 8, but stuff I create in Edge does not. I'm not sure what the difference is, other than perhaps Hype automatically writes some legacy scripts so that things will work in IE. Hype's not perfect, but it's doing the job for what I needed it to do, where Edge was no help at all (working in IE I mean).
    I think Edge is a much better tool - more robust, greater feature set, but Hype seems a bit more forgiving and seems to play nicer with crappy browsers like IE.

  • What tools should I use to create a UI for an AEGP plugin for CS6 on a Mac

    I see that for CC the suggested UI tool is HTML5, but what should be used for developing a plugin that must also run in CS6 on a Mac?

    For CS6, you can create panels using ScriptUI, to add a custom panel to the Window menu. 
    A script like this would be installed here: ..\Adobe After Effects CS6\Support Files\Scripts\ScriptUI Panels\
    For ScriptUI, there is some documentation in the JavaScript Tools Guide, accessible from the ExtendScript Toolkit application > Help > JavaScript Tools Guide; and also here - http://www.kahrel.plus.com/indesign/scriptui.html

  • What tool do you use

    Hi,
    I have a warehouse environment with planing data. Partitioned tables by range ( date) mainly.
    Size is in > 1 - 6 TB. ( 9R2 and 10gR2 on AIX)
    Using GControl only.
    I'm wondering what could be the way to create subsets of the production database, for test purposes?
    Are there any effective 3-rd party tools/suites or native Oracle functionality?
    What one should look into eventual 3-rd party tools?
    What do you use?
    Thx,

    The idea of using a different schema is just so that you can keep the same table_names and schema in the target database for the selected data. You would be able to use a full export and import of the special schema that holds all of the data of interest.
    Instead of CTAS you can use CREATE DDL followed by INSERT SELECT statements for your partitioned tables.
    There is not built-in feature to quickly do what you want without serious study to understand the data relationships and target the data in question. The query= on an export might be useful but extracting the data into holding tables is probably the better route where the number of objects is not one or two and the relationships vary especially if some of the relationships are not defined to the database.
    HTH -- Mark D Powell --

  • If DW 2014.1 cc does not support database, binding, server behavior, and PHP/MySQL require it, but using Adobe Extensions Mngr IS NOT recommended, then WHAT TOOLS do we use to develop a database with DW?

    I'm using windows DW 2014.1 cc. I'm following lynda.com tutorials to build a website database with PHP and MySQL. I learned I have to download Adobe Extension Mngr to active DATABASE, BINDING, SERVER BEHAVIOR panels, which I've done. BUT NOW I'VE BEEN ADVISED NOT TO USE THESE TOOLS for new development. If this is the truly the case, then WHAT TOOLS DO I USE to develop a website that has a database?

    then WHAT TOOLS DO I USE to develop a website that has a database?
    Besides the tools you would already need for a system using server behaviors (web server, PHP, MySQL, phpMyAdmin) the only extra tool you need is your own brain.
    A lot of people are disappointed by the lack of database tools in DW now, but really it's much better this way. You can never achieve better than a rinky-dink dynamic website using server behaviors. The code Dreamweaver dynamic behaviors create is really terrible. (I'm not insulting the fine folks who wrote the feature. It's just a consequence of automated code.) You can write better, simpler, more maintainable code yourself, and over time you will improve. With server behaviors you cannot improve. you get stuck in database kindergarten.

  • What tool do we use for BW web report ?

    Hi all:
        What tool do we use for BW web report ? Could you please give some development steps
    for an example ?
    Thank you very much!!

    Hi,
    You can use the Report Designer for creating reports and displaying them on the web.
    You can refer to the below links for more information -
    http://help.sap.com/saphelp_nw70/helpdata/EN/c8/2d1442505d5033e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/8a95791b1f22a8e10000000a1553f6/frameset.htm
    Hope this helps!
    Regards,
    Saurabh

  • What Tools should i use in a Document Management Project ?

    Dear All,
    I'm developing a Document Management System (DMS) to store all kinds of documents (voice,video,scanned english/arabic documents, autocad,....) but still i don't know what tools should i use ( Oracle Files or OCM ) and are there also any other supporting tools in such project ?

    I need to know which tools could i use to develop my Document Management project :
    Oracle Files or Oracle Content Management API's .....
    is Oracle Files customizable ? and How ?

  • What program should I use to create an ipad app to collect email addreses?

    What programs should I use to create an ipad app to collect email adresses in my store?

    For building an iPad app, you can take a look at Adobe Digital Publishing Suite or Adobe Phonegap. Can you describe how would you want to collect email ids and who's emailid's would you want to collect?

  • What software usual is used to create installation package for client appli

    What software usual is used to create installation package for client application?

    >
    I mean the software that installed my application on client's machine. E.g. by click button Next, Next ...>Try clicking some of the 'buttons'(1) on the [webstart API examples|http://pscode.org/jws/api.html] page.
    (1) They are not HTML buttons, but links stylde to look vaguely like buttons. HTML buttons can be used just as easily, see [Launch JNLP App - launch style|http://pscode.org/jws/launch.html] for an overview of different launch styles.

  • What programming language is used to create applicaitons for the iPad

    I was curious what programming language is used to create applications for the iPad.

    http://developer.apple.com/ipad/sdk/

  • What port numbers are used when creating temporary queues

    Using the following code as an example, what port(s) are used when creating temporary queues? Is it a range of ports? Is it random? And is it configurable? If you have any insight on this, please let me know. Thanks.
    QueueConnection con = connectionFactory.createQueueConnection();
    QueueSession session = con.createQueueSession(true, Session.AUTO_ACKNOWLEDGE);
    TemporaryQueue replyQueue = session.createTemporaryQueue();

    The only ports I know about are the defaults ports:
    JMS 7676
    IIOP 3700
    Are these the only ports that are used, even for temporary queues?

  • Popup for what tool I'm using?

    I like to work in PS in fullscreen mode with the panels hidden. I also use the "precise" cursor for the tools. This makes it difficult to know what tool I'm using. For example, the cursor for the regular lasso tool and the polygonal lasso tool are the same, making it difficult to know what tool I'm using without showing the panels. Is possible to get like a popup (growl-notification or something?) when I change tools? A setting to change or an add-on perhaps?
    thanks

    I know of no such function that would work in full screen mode yet.
    Quite frankly I don’t think there would be much merit in one, since many professional users probably use two screen set-ups anyway.
    In case no bettewr advice should be fortcoming, you could use a Keyoboard Shortcut to trigger a Script that determines the currently selected tool and raises an alert of that.
    But that would take focus and needs to be OK-ed or cancelled and the tools’ stringIDs are somewhat different from the regular names, so it may be a bad work-around.

  • What tools are being used with WLS 5.1?

    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike

    Hi folks,
    about the "IBM VisualAge 3.02 (Integration Kit)" that Nirav mentions below...
    Does this integration kit work with Visual Age 3.5? If not, do you have any tool recommendations for VA3.5 users who are developing apps for WebLogic5.1?
    Thanks,
    Janet
    Nirav Chanchani <[email protected]> wrote:
    Mike,
    The level of integration between WLS and the tools is as follows (with
    VisualCafe being the most integrated) --
    1. VisualCafe Enterprise (or the WebGain Studio suite)
    http://www.webgain.com/Products/index.htm
    2. JBuilder 4 http://www.inprise.com/jbuilder/
    3. IBM VisualAge 3.02 (Integration Kit beta up on BEA website)
    http://commerce.beasys.com/downloads/weblogic_server.jsp#wlstools
    All the integration's support development, local debugging, and local
    deployment, but VisualCafe has wizards and like which generate code for the
    J2EE specs that WLS supports.
    I have read that JBuilder 4 supports JSP debugging but have not tried it yet.
    Nirav.
    Mike DiChiappari wrote:
    I have been experimenting with WLS 5.1 and it is clear that there are many
    steps in developing, testing, and deploying EJBs. What tools are being
    used? How do IBM's Visual Age, JBuilder 4, and Visual Cafe EE stack up?
    Are there any tools for developing and debugging JSPs?
    Thanks,
    Mike--
    Nirav Chanchani
    BEA Systems, Inc.

  • What adobe product to use to create MP4 with video and slide images with time codes

    I wanted to create an MP4 that has video and PPT slide converted to JPG images. What software should I use to create one? Thanks for your help.

    Community: Premiere Pro | Adobe Community
    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923 will help

  • Quick question! What tool should I use to make this logo?

    I would like to know how to make the following image 1 to turn to image 2 ? What tool should I use? Thank you very much !

    Probably the quickest way would be to use Offset Path, that is if the original file is vector artwork.  Your two screen shot images do not match.  If your assignment is to recreate the "CNN" logo, you'd be best to start with the internal Stroke ( White ).  Use the existing artwork as a template Layer.  Draw on a separate Layer going by the existing artwork.  Simple Pen tool operation consisting of around eight anchor points.  Once you've established the most accurate Stroke rendition, copy the file using a different name ( CNN02.ai or similar ).  Outline the copy.  Then, use Offset Path for the outer Red ( save that as CNN03.ai ). Copying in sequential steps allows you to go back just in case something does not look right.  If accuracy is important, you'll have to resolve the "C" deviation you have right now.

Maybe you are looking for

  • I am having many problems with Firefox 5 how do I go back to Firefox 4

    Whenever I log on to mymsn via Firefox I get this error message: TpyeError: Components. classes[cid] is undefined. Also I used to be able to type in an address or select one from the drop down menu and it would go to the site now I have to click the

  • Cannot update drivers error code 193 on All in one 8500 Win 8.1

    Running Win 8.1 updated from 7.. All in One 8500 910A Can do basic printing but no longer have twain support for scanning etc. When trying to update get failure notice error number 193. HP message says they have no further advice

  • Phone app - not identifying contacts

    I dont know if anyone else has noticed this and also I dont know if it a post 1.3 issue or not as I didnt notice it earlier. Anyway I have populated my contacts using full international numbers so they start +44.... etc. The phone app correctly ident

  • How to delete .inProgress from my failed back-up in Time Machine?

    So I deleted it my failed back-up and it doesn't want to be emptied in trash.. So because of that I can't back up now because my external hard drive is full because of that failed back up! Help please!! Thanks in advance!

  • Color Consistency Across Macs and PCs?

    We have an encoding and creative workflow that is entirely mac/FC Studio base, but authoring is done on a PC. We have run into a very peculiar problem involving color shifting... M2Vs and Still Images (Tiffs) are exported from Motion Projects using C