Search

 

February 2012
S M T W T F S
« Nov    
 1234
567891011
12131415161718
19202122232425
26272829  

Tags

Archives

Tutorials

« Previous Entries Next Entries »

Tutorials – Apollo (Community)

Thursday, March 22nd, 2007

TweetI have just added a new page for tutorials that have been made by the Apollo community. The 1st post is a tutorial on how to build an mp3 player with Flex and Apollo by Ashwinee Kumar Dash Please visit this new page here. If you have created tutorials and would like to have them [...]

Apollo Online/Offline sample – full source included

Wednesday, March 21st, 2007

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

IndyFlex PhotoBrowser Code

Wednesday, March 21st, 2007

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

Apollo Self Updating Applications

Tuesday, March 20th, 2007

TweetOne 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 like [...]

Apollo ActionScript / JavaScript Bridge

Monday, March 19th, 2007

TweetBridging 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 initializes the [...]

« Previous Entries Next Entries »