Adobe have launched a new communication protocol(RTMFP) and the Adobe Stratus service (beta) to enable the development of applications using the protocol. Real-Time Media Flow Protocol (RTMFP) uses UDP "whose low latency, end-to-end peering capability, security, and scalability make it especially well suited for developing real-time collaboration applications by not only providing superior user experience but also reducing operators' costs". Currently Flash uses Real-Time Messaging Protocol (RTMP) which is TCP based. "Stratus is a hosted rendezvous service" that allows Flash applications to sent media "directly between two Flash Player instances without routing through a central relay server".
Wednesday, January 14, 2009
Adobe Stratus beta launched
Links
Wednesday, May 07, 2008
OzFlex May Meeting
Thursday, May 01, 2008
First AIR Application : hiding the FlexChrome
Window
{
showFlexChrome:false;
}
Wednesday, April 30, 2008
AIR PixelPerfect Application Updated
Friday, April 18, 2008
Australian Adobe AIR Camps
Friday, April 04, 2008
Shu : AIR wrapper divided opinions
- A wrapper for Adobe's wrapper : Steven Sacks, 03/03/2008
- Thoughts on shu : Eric Dolecki : 03/03/2008
- How AIR should NOT be used : Benjamin Dobler : 03/04/2008
Wednesday, March 19, 2008
Actionscript Reference for RIA Development
Wednesday, February 27, 2008
Commonwealth Bank adopts Adobe AIR
Blogged with Flock
Australian AIR Camps
- Thu 27 Mar - Brisbane, Venue To Be Confirmed
- Tue 20 May - Sydney, Venue To Be Confirmed
- Thu 22 May - Melbourne, Venue To Be Confirmed
- Thu 29 May - Auckland, Venue To Be Confirmed
Blogged with Flock
Wednesday, January 16, 2008
Melbourne Flex 3/AIR Pre-release event
Last week I posted regarding the possibility of Danny Dura coming to Melbourne for a Flex 3/AIR Pre-release event. Well it's confirmed now. This will be a great opportunity for the uninitiated to discover what Flex has to offer and for Flex developers to see first hand the many new features of Flex 3. Attendees will go in the draw for a copy of CS3 Web Premium and Flex Builder 3 Professional.
If you'd like to find out more about Danny Dura then take a look at http://www.danieldura.com/.
Event date and details removed; these will be provided in an invitation email.
Blogged with Flock
Thursday, January 10, 2008
Melbourne Flex/AIR Event
Friday, November 16, 2007
Adobe AIR has a new frisbee : I mean logo
Mike Chambers has just released the official Adobe AIR logo on his blog. AIR was originally code named Apollo and that had a logo. Then when the AIR name was released we got a new temporary logo. But here finally is it's official log. Fair enough it's not out of beta yet. Apparently the three bits represent the three technologies that AIR is built on : Flash, HTML, PDF. Despite what the logo seems to suggest putting together those three technologies in AIR doesn't result in a hole. Though perhaps it's not a hole. Perhaps the content is so effective that it becomes invisible. That is surely the goal with RIA's; to make something where the end user is so focussed on the content that they forget about the GUI and the technology.
Beedigital has set up a poll to get the communities initial response to the logo. Cast your vote.
Further speculation on the AIR hole from Alex Bustin over at "The Back Button". He suggests there may be a connection between the hole in the AIR logo and the hole in the new Photoshop logo. Perhaps we should be expecting a new holey Flex logo etc...
Friday, October 26, 2007
Ben Forta is coming to Australia
- November 20th: Sydney
- November 21st: Brisbane
- November 22nd: Melbourne
- November 27th: Perth
Tuesday, October 02, 2007
MAX for Melbourne (& Sydney) : Refresh
Over the course of an afternoon, you will hear from the local Adobe team as they present on what’s new and what’s happening in AIR, Flash Professional, Flex, Dreamweaver, Fireworks and ColdFusion.
Register
Friday, June 29, 2007
AIR : User Agent String
While we were checking out the AIR iPhone we got to wondering what the server sees when you browse to a page using mx:HTML. It was simple enough to test by browsing to one of our own websites on the AIR iPhone and then checking out the server log. It was pretty interesting. The user agent string was :
AppleWebKit/420+ (KHTML, like Gecko) Safari/419.3 Apollo/1.0.Beta1
I found it interesting that it referenced both AppleWebKit and Safari. But the most interesting thing is that it still shows Apollo rather than AIR. I tried publishing my own using the Flex Builder 3 Beta and it still shows Apollo. I assume that dark corner got missed in the move from Apollo Alpha to AIR beta. I'll need to go and have a little think about how I want to deal with this in our server log application.
AIR iPhone
Is this part of the future of AIR? In the future will all new gadgets be released with an AIR application to download and try out the gadgets features?
Monday, June 25, 2007
Dreamweaver -> Spry -> AIR
Firstly, lets look at Dreamweaver and Spry. The most commonly used Spry components now have their own tab on the insert bar. Therefore, to add a new data set you select the "new Spry Data Set" button. In the dialog that appears you paste in the data source and select "get Schema". You then select the node of the schema that contains the data you want to work with. If publishing to the browser the usual security limitations apply. If publishing to AIR they don't. Once a data set is defined you can insert elements from the Bindings panel. They need to go into a region and you'll need to use a repeat if the element repeats. These last two options are on the Spry insert tab. What I found nice was that these components could be added to almost any html element and appeared with code hinting if you start typing "spry".
You can preview this in a browser using F12. But if you install the AIR extension (available from Labs) it can be previewed using AIR (Preview > Preview in Adobe AIR). The AIR preview is so simple it's ridiculous. The publish option for AIR seems hidden by comparison. It's within the Site menu (Site > Package as Adobe AIR Application). For some reason publishing my simple test file to AIR was a real buzz.
Anyway, that's all I have time for. If time allows I hope to do some further tests with Spry and AIR in Dreamweaver.
Saturday, March 24, 2007
Apollo : Too Simple
I've just gotten back from webDu and there are too many things to write about. But there is one thing that has been on my mind since day one : Apollo. Oddly enough I feel a bit let down by Apollo. I suppose I imagined myself going to Apollo presentations and having a moment of revelation; as I had with Flex at MXDU, 2005. But I didn't have a moment of revelation at the conference.
Don't get me wrong. Apollo is very exciting. It will have a major impact on how the desktop relates to the web. We will probably need to coin a new buzz word to describe all the Apollo applications that will soon appear. But Apollo doesn't represent a new development paradigm the way Flex did. Apollo changes the world because developing desktop applications just became a whole lot easier, especially when you consider that you will be able to build it once and deploy to Mac, PC and (eventually) Linux.
I guess I feel let down because Apollo is too simple (if you understand Flex). All the interactive potential of Apollo is the interactive potential of Flex. All the web services you can access from Apollo are the web services you can access from Flex. Sure the html component is new (and very exciting). But it is just a new Flex style component as straight forward to use as many of the simpler Flex components. The File class is new. But it is just another Flex style class with a familiar workflow. Of course, Apollo will evolve to include many new features. But they won't be new because we will be familiar with them from existing desktop applications and because using them will be similar to using existing Flex components. Really the hardest part about learning Apollo will be learning Flex. So I feel a bit let down. I was steeling myself for the learning Apollo journey only to find myself in the arrivals lounge collecting my luggage.
Monday, March 05, 2007
Apollo for Adobe Flex Developers Pocket Guide
There are posts all over the place about the Apollo Pocket Guide. But I want to offer my perspective now I've had a chance to read the sample chapter. The chapter looks at File operations using Apollo. Specifically it deals with the File and FileStream classes. The book is written in the clear and concise style we have come to expect from the O'Reilly pocket guides. They are straight to the point with clear examples to illustrate the application of the concepts discussed.
What was really exciting was to see some clear examples of how easy it will be to leverage Flex skills into Apollo development. The concepts for File operations were familiar from other languages (in my case PHP) and the methodology was familiar from Flex/AS3. This sample has really whetted my appetite for having a play with the Apollo alpha (which is apparently really close). Bring it on Adobe!