diff options
author | wei <> | 2007-01-17 11:55:40 +0000 |
---|---|---|
committer | wei <> | 2007-01-17 11:55:40 +0000 |
commit | 912dc30b43330a3e99a3e1f947ff14de108a3701 (patch) | |
tree | 064a66120c95b043de9f9d56fb52d3e66bfe3e81 /demos/address-book/protected/pages/flex/.actionScriptProperties | |
parent | 3dc598bc7c2604e24b9e0be1189d9d78b43737ea (diff) |
Add address-book flex demo
Diffstat (limited to 'demos/address-book/protected/pages/flex/.actionScriptProperties')
-rw-r--r-- | demos/address-book/protected/pages/flex/.actionScriptProperties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/demos/address-book/protected/pages/flex/.actionScriptProperties b/demos/address-book/protected/pages/flex/.actionScriptProperties new file mode 100644 index 00000000..43e782c3 --- /dev/null +++ b/demos/address-book/protected/pages/flex/.actionScriptProperties @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<actionScriptProperties mainApplicationPath="flex_address_book.mxml" version="1">
+<compiler additionalCompilerArguments="-locale en_US" copyDependentFiles="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="9.0.0" htmlPlayerVersionCheck="true" outputFolderPath="bin" strict="true" warn="true">
+<compilerSourcePath/>
+<libraryPath>
+<libraryPathEntry kind="3" linkType="2" path="${FRAMEWORKS}/libs/playerglobal.swc"/>
+<libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/utilities.swc"/>
+<libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/flex.swc" sourcepath="${FRAMEWORKS}/source"/>
+<libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/framework.swc" sourcepath="${FRAMEWORKS}/source"/>
+<libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/rpc.swc"/>
+<libraryPathEntry kind="1" linkType="1" path="${FRAMEWORKS}/locale/{locale}"/>
+</libraryPath>
+<sourceAttachmentPath>
+<sourceAttachmentPathEntry kind="3" path="${FRAMEWORKS}/libs/flex.swc" sourcepath="${FRAMEWORKS}/source"/>
+<sourceAttachmentPathEntry kind="3" path="${FRAMEWORKS}/libs/framework.swc" sourcepath="${FRAMEWORKS}/source"/>
+</sourceAttachmentPath>
+</compiler>
+<applications>
+<application path="flex_address_book.mxml"/>
+</applications>
+</actionScriptProperties>
|