Howto: Put in CD / DVD - sample adobe air application with installing process:

Hello anything,
Please do not forget!
With Flex-SDK (newer version)
CD / DVD: ROM:
/os
/win = Windows Version like *.exe, *.msi, *.cmd *.vs or *.ws
/mac = Macintoch Version like *.pkg, *.app, *.dmg,, *.mpkg
/lin = Linux version like *.run, *. , *.bin, *.sh, *.rpm,
*.deb
/setup = your adobe air application like Custom air-able
installer = my great installer ( Cominig soon... )
/images your photos or texture or any styles... , icons too
/acabs = my suggestion for like Windows *.cab <> Air
Cab = *.acab
/locales = for your languages ...
/folder any your suggestions...
/flex-sdk = Flex Software Development Kit = Adobe Flex SDK
(no flexbuilder 3)
/helps = When you need help like *.pdf Files.for Installer
/ = callable autorun with autostart.jar or autorun.jar
If you want to build powerful application on Windows 32 or 64
Bit you can sometime regedit writing. DO NOT WORRY!!!! My special
installer (coming soon).
I have been created a sample installer. whe i am final with
my installer. Do not worry! You can to believe me really. :)
How do i bind to exec for java? (No javascript! OK)
How do i create shell for Mac OS X Leopard
Do not forget!
I have been created shell in /os/mac/preload_installer.sh,
How do i know when i do not use with disk image moving and
clicking? How does my shell start automacally?
I know for Linux. I have not problem for linux version. I
have Ubuntu 8.05 LTS Version. :).
But i haven't Mac OS X :(
Thank you for cross-plattform-able CD or DVD :)
Enjoy for making with image and burn an image since cd or
dvd-rom.
Best regards, SnakeMedia

Could you open a new bug report on this over at bugbase.adobe.com.  Please include a copy of your app (or a sample project) along with steps to reproduce.  Once added, please let me know the bug number and I'll have somone take a look ASAP.
Thanks,
Chris

Similar Messages

  • Testing adobe air application with qtp

    Hi,
    We want to test our adobe air applications with quicktest. Where can I find addin for QTP and how do the AIR applcation have to be developed? What have to be done? There is no much info in google about this.
    Thank you in advanced!

    QTP does not currently work with AIR applications.  It will work with Web deployed FLEX applications.
    I have been told by Adobe that whilst they're not sure of an exact date, they do believe that QTP will be supported in AIR with Flex 4.
    You might want to look at some alternatives:
    http://code.google.com/p/fluint/
    http://code.google.com/p/flexmonkey/
    http://www.borland.com/us/products/silk/silktest/index.html

  • Adobe Air application not installing

    Hello, I am using Windows vista 32bit.  I have adobe Air installed and installing the program "Adobe Air" succeeds with no issues.
    The problem is when I try to install a "*.air" package on this computer it does not function.  Windows sees the package and the installer opens.  The problem is it just stays in my task manager forever.
    Any help on how to debug would be appreciated.
    Thanks,
    Danny

    I have 64-bit / (x86) windows 7 Home Premium. I've attempted uninstalling and re-installing the latestest AIR version seperately and with Download Helper to no avail. I've also checked my account status and can confirm I have full administrator privileges enabling me to make changes to my computer.
    What can I do? I keep on getting the "Sorry, an error occurred,"

  • Testing adobe air applications with fake apple certificate in iOS simulator running in a hackintosh

    I can compile an Adobe Air application on windows with a fake apple certificate. Can I test this application in iOS Simulator running on a hackintosh? Or is the simulator blocking testing of IPA outside from XCode ie: it's not a standalone simulator for IPA files. Are there any affordable web service for testing IPA with a true emulator or real device? I'm asking this because Flash Builder doesn't provide a true simulator, it lacks essential API functions such as NativeWindow.

    Hello,
    thanksk so far. I can now create an ANE, hopefully it is correct...
    Now, while trying to use it in my mobile application, calling the Constructor of my SWC interface > call initNativeExtension() I get an:
    Type Error #1009 cannot access a property or method of a null object reference
    It seems that my code cannot load the ANE because I cannot instatiate the extension object.
    Can you help me ?
    THX
    marco    

  • Adobe Air application with Oracle??

    Hi there,
    I am a newbee on this forum as well as for developing Adobe
    Air applications. Can any one tell me whether i can use oracle as
    database for adobe air apps or not. What about SQL Server instead
    of SQLite.
    Thanx in advance. Awaiting for your quick & favourable
    reply.
    Regards,
    Harish

    You can use java and servlets to talk to the database. If you
    have your servlet setup, just have it output xml and your flex can
    process the results:
    <mx:HTTPService id="dbService" useProxy="false"
    method="GET" result="processResults" url="{servletURL}"/>
    Then you call something like this in Actionscript:
    private function init():void {
    var s:String = 'args';
    var params:Object = {};
    params[s] = s;
    params["password"] = password;
    params["user"] = user;
    dbService.send(params);
    You can then handle the results in a method:
    private function processResults(event:ResultEvent):void { }
    or access them directly in an object via
    dbService.lastResult.
    Hope that helps. It would take a lot of time to explain it
    more in depth and there are certainly other ways to accomplish
    this.

  • Unable to install an Adobe AIR application with -location to correct path

    Hi
    Im trying to silent install an air app on the command line (Windows).  But the path i use after -location is ignored.
    This is the code im using:
    "C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" "-silent" "-location" "C:\Program Files\my_app_name" "C:\Program Files\my_app_name.air"
    What ever i add after -location isnt used and it gets added to the default location.  Has anybody else found this?
    Thanks
    James

    Thanks and see this article, the detail is not what is the command that allows me themassive installation of AIR application.

  • Synchronizing  the Adobe Air application  with the remote server daily

    I am building a desktop application which is built in Adobe
    Air using FlexBuilder3. I want my application to connect to remote
    server daily at a particular time on a day and check for updates
    and download them, irrespective of whether the application window
    is active or it is closed.
    I know how to acheive this, if the application window is
    active(window is open) by setting a Timer function , but the
    applcation runs into problems if the window is closed and cannot be
    connected to server to check for updates.
    Can I make the code work(timer function) even when the window
    is closed in the background process?
    Please help me out in acheiving this, I will be very
    grateful....

    Bump. Wondering about this too.

  • Adobe Air application installation using the bundled runtime installer

    Hello.
    We plan to develop application for different platforms with Adobe Air and testing installing Air applications with bundled runtime installer on different platforms. It's ok with Windows and Mac OS, but we got troubles with "silent" installation on Ubuntu OS 9.10.
    I tried to install Adobe Air application with bundled runtime, like in this document in part "Silent installation":
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html
    using command-line:
    "sudo ./MyInstaller -silent simple-air-air-application-1.0-SNAPSHOT.air"
    and installation fails. Installation log looks like this:
    [setup:2306][INFO] Runtime Installer begin with version 2.6.0.19140 on Linux x86
    [setup:2306][INFO] Commandline is: -silent simple-air-air-1.0-SNAPSHOT.air
    [setup:2306][INFO] No installed runtime detected
    [setup:2306][INFO] Invoking Application Installer for combined install
    [setup:2306][INFO] Launching subprocess with commandline /tmp/air.QMrLZl/build/opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer -runtime /tmp/air.QMrLZl/build/opt -silent -withRuntime -url file:///tmp/air.QMrLZl/simple-air-air-1.0-SNAPSHOT.air
    [setup:2306][ERR] Subprocess app installer failed (-1)
    [setup:2306][ERR] Runtime Installer end with exit code 7
    P.S. We tried do the same on Linux Mint 10. Everything's fine, application getting installed well.

    Thanks for the reply and solution MrSykes.
    I uninstalled adobe AIR and ran a file and registry cleaner to delete any left over files and installs.
    Then installed the v.15 Adobe AIR beta as recommended.
    The cleaners I used (ccleaner & jv16 power tools) did find some temporary install files and remnants of the Video Alchemy install.
    Tried the install again and still no installation window displays.
    I'm running Windows 7 on my PC and even changed the installation file compatibility to Windows XP service pack 2 to no avail.
    Funny that it installed fine on my notebook with Adobe AIR latest version running Windows 7.
    I'm watching task manager as I'm attempting the install and videoalchemy.exe has some cpu usage then drops to zero activity.
    Then Adobe AIR application Installer starts up then cycles to zero cpu activity.
    I'm stumped on this one :-(
    Thanks again for investing the time on my behalf.
    Regards
    Stephen

  • How to save the date in Sqlite in Adobe Air application

    hi friends,
    i am doing a flex Adobe AIR Application with SQLITE Data base,in that i want to save Date in the following format DD/MM/YYYY, but in my TABLE i gave the data type is DATE,
    So it store the value like this Sun Dec 2 00:00:00 GMT+0530 2012.i want to store the value in DD/MM/YYYY.How to do that?
    looking for useful suggession.
    Cheers,
    B.venkatesan.

    Hi, maybe cannot help much on this since I have not much experiense on handling SQLITE in AIR.
    But I know there are a command/example for reading SQL:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/data/SQLConnectio n.html
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html
    And in mxml you should have an id for each individual TextInput component, also have a button:
    <Button click="updateSQLHandler(event)"/>
    When the button is click the handler function is launched.
    The updateSQLHandler(event:MouseEvent) is a script that read the each individual TextInput component by getting (id of textinput component).text.
    Then, you create a String varible that is an SQL commands with the texts in the form, and update the SQL database following the below using the execute() command (refer to http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d49.html ).
    Hope this help.

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • Incorrect functionality of Embedded tag in html page, displaying object on top of all layers of Adobe air application native window

    Title
    Incorrect functionality of embed tag in html loader for adobe air development
    Description
    Problem Description: If we had loaded youtube.com video url in a view stack and navigate to other index of stack or away from we UI screen within the same native window video or embeded tag of flash player or any other embed object will be displayed on top of all screens layer in same position of where the object should be placed in side of html loader only.
    Steps to Reproduce:
    1) go to http://get.straweb.com/StraWebBrowser/StraWebBrowser.air download and install
    2) load 2 tabs and in the 3 tab load video player of youtube.com which will a sample video
    before completing the load of 3 tab which trying to load video from youtube.com, navigate to other tabs 1 or 2 in few second once the flash player of youtube.com video player is load it will display in the current tab or UI screen.
    3) Try navigating to other tabs than youtube.com loaded tab you see the flash player is on top it stable.
    4) navigate to 3 tab and try to navigate to other tab you can observe that so how it will not show that flash player and only visible in that 3 tab which is fine.
    Actual Result: Embedded tag of html page displaying on top of all layers of Adobe air application native window
    Expected Result: Embedded tag of html page should only displayed in side htmlloader
    This you can replicate in any adobe air plugin update and on any Hardware and Environment.
    Applicable to all sdk versions of adobe air.

    Adobe Bugbase: Bug 3823839 Incorrect functionality of embed tag in html loader for adobe air development

  • Adobe AIR Application Distribution

    I have a client that requested me to do them a CD application
    which I am thinking of using Adobe AIR.
    Does the distribution license allow Adobe AIR applications
    made using Flex or Flash be published through CD-roms and for
    downloads? Are there any implications for this?
    Also, does the license allow if say Adobe AIR player is put
    together with the Adobe AIR application into a CD for distribution
    so that if a computer does not have Adobe AIR player to install the
    AIR application, he/she can install the player directly from the CD
    without going to the Internet?

    AIR does not support running applications from a CD-ROM;
    that's both a technical and a licensing limitation.
    You can redistribute both AIR and your application via
    CD-ROM, thus enabling off-line install, if you agree to a
    redistribution license. See
    http://www.adobe.com/products/air/runtime_distribution1.html
    for details.
    Oliver Goldman | Adobe AIR Engineering

  • Adobe AIR application crash on start in iOS devices

    I have Adobe AIR application that uses Starling and DragonBones.
    We use IntelliJ IDE.
    We can run the application on the device without problem when running from the IDE.
    We build an ad-hoc distribution and put it on a device using TestFlight.
    When we run the application it show the splash-screen image and after that either go into white blank screen or crashes.
    In the XCode Organizer crash report I can't find helpful information.
    How can I debug this problem?

    Any chance of Testing with Flash Professional ? If so than connect your device and in Flash Professional CC go to Debug->Debug Movie-> On Device Via Usb -> Select your device.
    It will start a debug session as soon as you start your app/game and than you can debug whats going wrong on the device, setup your trace statements or breakpoints and see in output panel what actually the problem is.
    I hope it will help or some community guru may assist you or particularly you can post your problem in starling forum too, may be someone will help you there ...
    PS: In debug session mode performance will be low so don't worry about that. This mode is just for debugging and testing purposes.
    Thanks,
    Muhammad Faisal Zaheer,
    Sr. Software Engineer, Team Lead, Cubix Labs

  • Adobe AIR application uninstall

    Hi guys
       I am new to Adobe AIR Forum. I don't know where to put my question.Ok anyway, My question is there any option to
       customize the uninsatll Adobe AIR application (or)
       control the uninstall Adobe AIR Application.(that means i want to combine another application uninstall with the AIR application uninstall).

    I have the same issue with a customer of ours:
    Try to uninstall AIR – same message.  (When I reinstall,  the install says it’s successful.) I try to run our app, same message. I downloaded another AIR app, same message – so it’s not our app it’s AIR.  We logged in as Administrator, same message.  It’s a Windows7 machine. I did a system restore to 2 days ago and started over and still the same issues. I tried running the Windows Fixit to uninstall https://support.microsoft.com/en-us/mats/program_install_and_uninstall – didn’t work.

  • Visit A Website Behind The Scenes In Adobe Air Application...

    Hi all,
    I am needing to find a way in Actionscript 3 for a Adobe Air application to visit a website url (ex. example.com) in the background without Adobe Air opening up a web browser.
    After the website has loaded in the background, I would like to get all the URL link that the Adobe Air application may see. For example, maybe when you visit "example.com" it redirects you to "google.com", so I want my application to send me back whatever URL it sees after it loads the page.
    Can this be done, and is there any sample code anywhere?
    Thanks guys!

    I think you can get the information you want by using URLLoader with a listener for HTTP_RESPONSE_STATUS and check the responseHeaders and responseURL properties:
    HTTPStatusEvent - Adobe ActionScript® 3 (AS3 ) API Reference
    -Aaron
    http://abeall.com

Maybe you are looking for

  • Adobe Bridge CS4 Not converting camera raw files right?

    I run an HP computer with Windows Vista 64 bit and have CS4. We also have a Canon 40D camera and shoot in camera raw format. When I download the images Bridge converts them into usable images. The last two times I've downloaded images, after converti

  • ITunes 7 will not open

    For some reason my iTunes & Safari & and iChat will not open. I tried to do software update but that is not working.All other apps work fine.

  • Maintenance view concept clarification needed

    Hello all,    lets take the following into consideration:      1st DB table -  element1(key) , element 2(key) , element 3.      2nd DB table - element1(key)      3rd DB table - elemtent2(key) there is a foreign key relationship created for element1 a

  • Error: An error occurred during sign-in

    Trying to convert a PDF to Word. Error above shown on screen. Any help would be appreciated.

  • Printer wont print from pc but will do from phone

    I have gone through the set up process and the printer prints from my phone but not the pc. I have an icon for the printer and it is set as the default printer. ( it will  print a test page from the pc but not a document.) When I go through the troub