Tutorials – Apollo (Rich Tretola)

These tutorials will help you get started with Apollo.

Your first Apollo Application

  • Deploy an AIR file with Flex Builder – This tutorial takes the application created in “Creating your first Apollo Application with Flex Builder” and deploys it as an AIR file.

Interacting with the File System

  • FileSystem Components – The FileSystem components are a new set of components specific to Apollo which allow for easy access for browsing the file system. The example below defines the 4 files system components and points them to the systems desktop.
  • File and FileStream within Apollo – This is a more advanced example of how to interact with the file system. This example demonstrates how to read and write to the local file system.
  • SnapIt – I have had requests on how to take snap shot and save it to disk.  So here is a vary basic example that takes a picture of itself and saves it to disk using the file name provided.

Using the Window API

  • Windowing with Apollo – The Windowing sample will demonstrate this by allowing you to set the preferences of the new window by setting NativeWindow and NativeWindowInitOptions properties,
    and then manage the windows by tracking them within a custom Array.

The Apollo HTML Control

  • HTML Control – The mx:HTML control is something that is unique to Apollo and is very easy to integrate into your application. This example will demonstrate how to use the location and htmlText properties of the HTML control.

Bridging between ActionScript and JavaScript

  • Apollo ActionScript / JavaScript Bridge – Bridging between JavaScript and ActionScript is very easy with Apollo. The following tutorial will show how to call JavaScript functions from ActionScript and vice-versa.

Updating your Application

  • Apollo Self Updating Applications- One of the beauties of Apollo is the ability of the application to update itself whenever necessary. This example shows one method for doing this.

Connection Status

  • Online/Offline- Here is a nice little example of testing for online and offline within Apollo. It is very basic. This example shows a way to test connection status.

4 Responses to “Tutorials – Apollo (Rich Tretola)”

  1. Riley Says:

    Broken link: Online/Offline link is pointing to Apollo Self Updating Applications sample.

  2. everythingflex Says:

    Sorry, should be ok now

  3. Martin Montenegro Says:

    Hi, great tutorials, I want to know if you have plan to publish a tuturial to read rss , from a blog for example?

    saludos,

    Martin

  4. everythingflex Says:

    That wouldn’t be any different that reading XML within any Flex application.

Leave a Reply