|
Flash CS4 Resources |
fl.flexSDKPathAvailabilityFlash CS4 Professional. Usagefl.flexSDKPath DescriptionProperty; a string that specifies the path to the Flex SDK folder, which contains bin, frameworks, lib, and other folders. In the authoring tool, the items are specified by choosing Edit > Preferences > ActionScript > ActionScript 3.0 Settings. ExampleThe following code displays the Flex SDK path in the Output panel: fl.trace(fl.flexSDKPath); |