Tutorials
« Previous Entries Next Entries »Apollo Online/Offline sample – full source included
Wednesday, March 21st, 2007Here is a nice little example of testing for online and offline within Apollo. It is very basic.
Test it by either hitting the Test Connection button or by pulling your cable on disconnecting your wireless.
Here is what is occurring within the application:
on creationComplete Shell.shell.addEventListener(Event.NETWORK_CHANGE,onNetworkChange);
onNetworkChange test the connection. Here is the contents of the test connection [...]
IndyFlex PhotoBrowser Code
Wednesday, March 21st, 2007As promised, here is the code from last nights presentation.
Download it here
Apollo Self Updating Applications
Tuesday, March 20th, 2007One of the beauties of Apollo is the ability of the application to update itself whenever necessary. Those of us who are used to the client/server metaphor have never had to worry about this because if we found a bug in our code (yeah right), we could simply update the server and it is [...]
Apollo ActionScript / JavaScript Bridge
Monday, March 19th, 2007Bridging between JavaScript and ActionScript is very easy with Apollo. The following example will show how to call JavaScript functions from ActionScript and vice-versa. Special thanks to Oliver Merk of New Toronto Group for his contributions towards this example.
The MXML file defines a handler function for the call from JavaScript and then [...]
Balls – Transparent Apollo Sample – full source code
Monday, March 19th, 2007Balls was created to show the power of transparent windows within Apollo. Granted it is not the prettiest application I have ever built but it gets the point across, that not only can you have transparent windows but shapes as well. Full source code is available for download using the link below.
Download the [...]






