Flex Sub-Apps and MarhsallingSupport missing in 3.x SDK's -
i'm looking @ using sub-applications within flex, enable mutli-versioned compilation.
specifically, i'm looking have flex 4.x host app loads flex 3.6 sub-apps.
the docs state possible (and purpose of sub-apps). specify this:
when compiling each of these types of applications, should include marshallingsupport class main application , sub-applications. includes compiler argument, following example shows:
-includes=mx.managers.systemclasses.marshallingsupport
however, can tell, marhsallingsupport
wasn't included until 4.x releases.
looking @ mx.managers.systemclasses
package 3.5.0.12683 , 3.4.1.10084 shows no reference of marshallingsupport
(see svn here , here)
this true 3.6a (download of sdk available, can't find source).
am missing something? how supposed include class in 3.x sub-apps, when it's not available?
like module bundles, there no special compilation requirements. can build application bundle swf in way convenient. note, however, application bundles must include marshalling support.
this automatic flex 3, flex 4 must force inclusion of marshallingsupport class in swf.
for flex 4 can done referencing marshallingsupport class in application code (as in previous example). can explicitly force inclusion of marshallingsupport class on mxmlc command line using following option:
-includes+=mx.managers.systemclasses.marshallingsupport
Comments
Post a Comment