Calendar

September 2010
S M T W T F S
« Jul    
 1234
567891011
12131415161718
19202122232425
2627282930  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

Tutorials

« Previous Entries Next Entries »

Apollo Online/Offline sample – full source included

Wednesday, March 21st, 2007

Here 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, 2007

As promised, here is the code from last nights presentation.
Download it here

Apollo Self Updating Applications

Tuesday, March 20th, 2007

One 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, 2007

Bridging 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, 2007

Balls 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 [...]

« Previous Entries Next Entries »