Is air an adequate tool for my project

am i looking for trouble by going with AIR?
i am considering using air to package a fullscreen (1600x1200) desktop application.
there will be heavy use of video and interactive animation in real time.
the video on stage is NOT SCALED to fullscreen, but HAS TO BE fullstage size.
the application will be  an interactive multiplayer game in a local environment, 5 players max.:
-with phidget/sensors inputs
-server interaction
-a lot of animated, large bitmap layers
-some of layers are FLVs with transperencies.
-all my assets can be stored locally.
air seems to offer a lot in terms of communication, but i am very worried about the performance.
thank you

OK Let's take a step back.
If you imported video clips from a camcorder there would be an Events folder in the Movies/iMovie Events/ folder.
You have the option as you import from a camcorder to send your Event to an external drive instead. In this case, it would be in the iMovie Events folder at the top level of the external drive.
If your project has no video clips, but only photos, there may be no events folder, only links to iPhoto.
Similarly, if your camera imported your video clips to iPhoto, and you used the iPhoto event in iMovie, then your clips are in iPhoto, and there is no separate iMovie event.

Similar Messages

  • Want help in deciding the software tools for my project...

    Hi,
    i have chosen to do a project scheduler in a client server environment for my final year project..Since i am new to java i am confused in choosing the appropriate software tools for my project.. can you please suggest me which all software tools for e.g for developing the front end will i need to use for my project..
    thanking you in advance...

    Of course web servers and web clients can be on different machines. That's how the web works. Your browser (the web client) connects to Google's web server, when you use Google.
    And when it does so, it does it by opening a socket (TCP, as opposed to UDP, by the way) and sending information in the format that the HTTP protocol specifies. Generally speaking, if you can connect to a given machine with a raw socket, you can also connect using HTTP (which is just a socket with some particular stuff going over it). The only difference is if there's a firewall or the like sitting between the two hosts... but that'll be an issue regardless, and anyway HTTP is as likely to be let through a firewall as anything these days.
    If you can use the HTTP stuff provided in the JDK or in add-on libraries, you'll be saving yourself a lot of trouble with the low-level stuff. Unless the point of this project is to learn the low-level stuff, you're probably better off just going with HTTP.

  • Tools for implemetation project

    Hi
    what are the tools basically we used for a E2E emplimentation project.
    why time stamp error occurs while replicating the datasource.
    what HR business content is differ from other business cntent.
    Regards
    Taps

    Hi,
    Time stamp error come when you have different version of data source in R/3 and BW.
    to correct this problem you need to replicate DS in BW.
    Regards,
    Saurabh

  • Need some help with tools for java projects

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

  • Is there any upragde tools for SAP B1 to SAP ERP?

    Hi,
    I know, SAP B1 and SAP ERP are totally different SAP products.
    In my mind, maybe we should implement the new SAP ERP, and then, migrate the old master data from B1 to ERP...
    So, is there any upragde tools or procedure (or data migration tools)for the project of upgrade SAP B1 to SAP ERP?
    Is there any documentation for this?
    Many thanks in advance.
    BR,
    Randy

    It is not listed on the official roadmaps
    Lumira:
    https://websmp206.sap-ag.de/~sapidb/011000358700000212382013E.pdf
    Analysis Office:
    https://websmp206.sap-ag.de/~sapidb/011000358700000395262012D.pdf
    For Lumira we asked at BI 2014 the other week and they said they were working on it.
    You can register for this ASUG Analysis Office Roadmap and ask SAP on the webcast about it:
    May 12: Analysis Office Roadmap
    Same for Lumira - see these upcoming ASUG webcasts - especially Q&A:
    May 15: Lumira Self Service for Business User
    May 21: SAP Lumira Question and Answer Session

  • Suggestions Request for Proposed Project

    I'm after suggestions for the best way to implement a project I'm planning. I download bank statement details as .CSV files which include date, amount and description details per transaction. I want to be able to produce time period (eg, year and month) reports on transaction amounts by category, where a category is identified by the description field of the TX. For example, if a TX description field includes the string "BP", "SHELL" or "CALTEX", the category would be "FUEL". The object of this exercise is to be able to report expendature by category. There will be thousands of TX's, but only a small number of categories, say, 20.
    From my research to date, it looks like Oracle OLAP (because of the flexibility of it's cube and dimension constructs) might be the tool to use for this project, but I can't find introductory examples on using OLAP for this purpose. I have Oracle 11g server and client installations on a couple of Linux Fedora 10 boxes, and a server database with the OLAP component installed. From my client, I can start Oracle 11g Analytic Workspace Manager and add my server database to the tree. SQL Developer is also configured to connect to my server database. I also have a bunch of python modules which I have written to load TX data from downloaded .CSV files into server database tables.
    Can anyone assist an Oracle developer newbie (with many years of Oracle DBA experience) with suggestions on the way forward, or pointers to doco that will assist me? Is OLAP/AWM the appropriate tool for this project, or is some other approach going to be simpler?
    TIA,
    Jon

    It sounds like your data is dimensional, has hierarchies and you have the need for aggregate level analysis and time series calculations. If so, the OLAP Option is probably a good choice. A few thoughts for you:
    - Data is loaded into a cube from tables or views (you will need to load data from the csv files into tables. It soulds like you will need at least two dimension tables (category and time) and a fact table. (If aren't familar with dimension and fact tables, Google 'dimension table', 'fact table' and 'star schema'. You will find plenty of information.)
    - If you are only analyzing data at the category level, don't bother to load TX detail into the cube. You can aggregate data in a view or you can map the cube to the source tables in such a way that the cube will aggregate while it's loading from the fact table.
    - Analytic Workspace Manager (AWM) is the correct tool for designing and managing cubes.
    - There are lots of examples and tutorials on the OLAP Option OTN page. http://www.oracle.com/technology/products/bi/olap/index.html . You might want to start with the overview and creating cubes videos.
    - You don't mention what you are going to use for a query tool. Excel 2007 with the Simba MDX provider is a good choice. (There is a video on the OTN page about using Excel with the cube. See http://www.simba.com/MDX-Provider-for-Oracle-OLAP.htm for information about the MDX provider.) If you happen to be using Oracle Business Intelligence Enterprise Edition, be sure to get the OBIEE Plug-in for AWM. It's on the OLAP OTN page.
    Good luck!

  • Visual Studio Tools for Applications

    Hello,
    I used to custom-code InfoPath forms (2013) using Visual Studio 2012 and recently upgraded to VS Express 2013 with the VSTA update. When clicking the Code Editor in InfoPath Designer,  I'm prompted to install Visual Studio 2012, VSTA and C# Support.
    When I create a new project to see if the Tools for Apps projects has been installed, I find nothing has changed.
    Why isn't the VSTA update working, unless it's only for Premium and higher editions?
    Thanks in advance.

    Actually my bad. It turns out it only works with Professional, Premium and Ultimate.
    Thanks.

  • Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?

    Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?
    I found one such tool "Fortify" in the below link. Are there any such kind of tools available which supports SharePoint?
    Reference: http://www.securityresearch.at/en/development/fortify/
    Amalaraja Fernando,
    SharePoint Architect
    Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you. This post is provided "AS IS" with no warrenties and confers no rights.

    Hi Amalaraja Fernando,
    I'm not sure that there is one more tool that combines all these features. But you may take a look at these solutions:
    SharePoint diagnostic manager
    SharePoint enterprise manager
    What is SPCop SharePoint Code Analysis?
    Dmitry
    Lightning Tools Check
    out our SharePoint tools and web parts |
    Lightning Tools Blog | Мой Блог

  • Project management tools for complex publishing project?

    I was wondering what project management tools people use for managing complex InDesign projects? Software-oriented project management tools, or are there tools specifically for publishing projects?

    The "Yes" is a link to a list of them. There are also a number of web-based services like 37 Signals.

  • Tool for project management

    Hi All,
    My project is about to commence.
    Can anybody suggest me if SOLMAN is more appropriate tool for project management?
    What are the limitations of saolution manager?
    Thanks.

    We use 3 major tools:
    1) MS Projects for Planning, WBS and capture major events. This is basically tracking tool.
    2) SAP Solman for Documentation. Lilke Business specs, Technical specs based on each process were documented, approved and stored in the SAP Solman. We also use SAP Solman to plan for Test Plan managements and Testing records thanks to the fantastic intergration of testing with Business documentation.
    3) MS Sharepoint for collobaration, storing the project relevant documents like Project meeting presentations, User Manauls, Team meeting status reviews and updates and yes Project event photos etc.,
    So in a nutshell there is no one tool can do everything for you especially when we are dealing with SAP Projects. SAP Solman have fine integration with SAP Project methods and System connection, but you need few other tools to keep track of whole Project.
    Hoep this helps. Good Luck

  • Integrate project open (third party tool for time sheet management) in EP

    Hello Experts,
    I have third party tool for time sheet management (Project Open) and EP7.0 SP17. I tried to integrate third party tool with portal by using the App integrator. But it is not working properly. Again and again its asking authentication. I followed same steps to integrate this tool by using App integrator in portal.
    we filled the system properties Server name is projects.company.local and Web Application URL is /intranet/.
    What i made mistakes in this, please help me.
    Regards
    Kumar

    If anyone knows how to contact Sacha Emery, ATE Systems Engineer @ NI, he may have more information regarding this.  (He may even have the DLL wrapper source code.)  His name is in the ITrax2 Readme.txt file as the creator.
    ~ Jay

  • Doki, one of the biggest Adobe Air for iOS projects, released yesterday

    I am proud to present one of the biggest Adobe Air for iOS projects, that was released yesterday. Amazingly, the project completed in less that a year. Doki is a unique modern method of learning the basics of a foreign foreign language without the use of grammar and writing.  Through colourful animated scenarios and characters, Doki brings to life a number of languages through real life situations, humour and interactive exercises. Exclusively designed for the iPad 2, New iPad, and iPhone 4S, Doki teaches five different languages: English, French, German, Iberian Spanish and Latin American Spanish. Each language has two levels: Doki and Doki Further.  Both levels have been designed to teach the basics of these languages so that you can communicate with confidence.  In Doki, a beginner’s level, the learner navigates through 14 chapters or ‘places’ in Doki City, listens and repeats the phrases and then solves simple interactive exercises.  Each chapter is divided into lessons (a total of 51) that present key words and phrases in English and the other languages Doki covers. Doki Further, a more advanced beginner’s level, consists of 9 chapters with 28 lessons that take place in Doki City.
    The development of Doki is based entirely on Adobe Air . The result is spectacular. With a development team that consisted of 5 programmers, 2 designers, 3 language specialists, one assistant programmer, plus a team of 4 testers, the gigantic project of 14 apps was completed in less than a year, resulting in very low development costs!
    Please visit http://www.dokispeak.com for further details.

    Pretty cool.

  • WEB PAGE'S LOADING INTO AN AIR FOR iOS PROJECT

    Hi!
    I have a complicated problem. I try to find a solution everywhere but I didn’t find anything.
    I’m creating a project Air for iOS with Flash CS5 and Flash CS6. I need to find somebody that know how to upload a web page inside an app.
    I try to explain better. There is yet a task for upload an html link, but it just work in a new browser window. In this way, every time I want to see a web page, the app will be close. Is it possible to import all the web page inside the Air for ios project, and not in an external window?
    I'd like the result is like this:
    Thanks a lot.

    hi....
    i used StageWebView class and i wrote this code:
    var webView:StageWebView = new StageWebView();
    webView.viewPort = new Rectangle( 0, 0, this.stage.stageWidth, this .stage.stageHeight);
    webView.stage = this.stage;
    webView.loadURL( "http://www.adobe.com" );
    The web page opens correctly without using the browser but it opens into all project's frames.
    Is it possible to open the web page only in the frame one (for example) ????
    Thanks a lot!!!!!!!!!!!!!!!!!

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Some tools used for upgrade project

    Hi experts,
    I am looking for some tools used for upgrade project.What are the frequently used tools in an upgrade project.
    Regards,
    Kiran

    Hi,
    There is no specific tool for the upgradation. it dependts on organization. if it has developed its own tool means that is used for the upgradization. noramlly company gets the project based on the presentation of their tool.
    our company has a great tool for the upgradization. which find out all unicode related errors and changes that has to be done in new verion.
    like this each organization might havedeveloped their tools.
    Regards,
    Anki Reddy

Maybe you are looking for

  • Problem with Java DVD during EHP2 - portal

    Hello, During our EHP2 portal upgrade and during the DVD mount points. Following are the DVDs: BS Java                           BS Java Content DVD                        C:\51039248 DVD Kernel                      SAP Kernel                        

  • How to use camera of new mac book air on skype or google hangouts

    Named programmes can not see new macbook Air's camera.

  • Creating Missing Appearance Stream

    I'm using the PDF Library to convert LiveCycle-generated PDFs to rasterized images (GIF, TIF, JPG, whatever). What I'm finding is that some data values for text boxes are missing their AP reference (BTW, I'm completely new to this PDF world so some o

  • Clone System to DVD?

    Is it possible (or advisable) to clone a complete System volume to a DVD rather than an external HD (don't have one)? And,if so, is it necessary to use cloning software to do this, or could I just drag and drop the entire volumes to the DVD using Toa

  • Desktop manager on a netbook

    Hi everyone, I'm buying a netbook soon and I'd like to know if the BB desktop manager would run fine (I'd need it to upgrade/wipe/backup my blackberry software) on it. Specs are : N455 Atom processor, 1 gb ram, N10 integrated card (200mhz doesnt matt