I changed from mx:Application to s:Application in the GraniteDS examples. When i deploy and run the project in JBoss 5 I get the error as ReferenceError: Error #1069: Property executeChildBindings not found on [SwfName]. I am building all the JARs and SWFs for Granite from source. One of the class Tide.as has the offending line
FlexGlobals.topLevelApplication.executeChildBindings(true);
So what is the equivqlent for a s:Application?