return to downloads
------------------------------------------------------------------------
r3531 | dloverin@adobe.com | 2008-10-09 00:49:25 -0400 (Thu, 09 Oct 2008) | 22 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/core/CrossDomainRSLItem.as
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/core/RSLItem.as
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/SystemManager.as
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/utils/LoaderUtil.as
Relative RSL urls now load relative to the SWF that loads them.
This is the documented behavior.
QE: YES
Doc:
Checkintests: YES
Reviewer: pfarland
Bugs: SDK-16366
CrossDomainRSLItem.as
RSLItem.as
Add optional rootURL in constructor.
SystemManager.as
Pass loaderInfo.url to rsl items.
LoaderUtil.as
Add @private function createAbsoluteURL()
------------------------------------------------------------------------
r3520 | dloverin@adobe.com | 2008-10-08 13:26:39 -0400 (Wed, 08 Oct 2008) | 13 lines
Changed paths:
M /flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as
Add ability to use the FP10 unloadAndStop() method in SWFLoader.
An application needs to be compiled with the -target-player=10 argument to allow SWFLoader's unloadAndStop() function to use the Flash Player's unloadAndStop() function. If the argument is not provided then the Flash Player unload() function will be called instead.
QE: YES
Doc: YES
Checkintests: YES
Reviewer: Ely, Deepa
Bugs: SDK-16764
SWFLoader.as
Added new public method unloadAndStop().
------------------------------------------------------------------------
return to downloads