Changeset 242 for trunk

Show
Ignore:
Timestamp:
08/24/08 09:43:20 (3 months ago)
Author:
silver
Message:

update api according to the google ditu link format changed

Location:
trunk/earthplayer/apisample
Files:
2 removed
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/earthplayer/apisample/.actionScriptProperties

    r2 r242  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <actionScriptProperties mainApplicationPath="index.mxml" version="1"> 
    3 <compiler additionalCompilerArguments="-locale en_US" copyDependentFiles="true" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="9.0.0" htmlPlayerVersionCheck="true" outputFolderPath="bin" sourceFolderPath="src" strict="true" warn="true"> 
    4 <compilerSourcePath/> 
    5 <libraryPath> 
    6 <libraryPathEntry kind="3" linkType="2" path="${FRAMEWORKS}/libs/playerglobal.swc"/> 
    7 <libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/utilities.swc"/> 
    8 <libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/flex.swc" sourcepath="${FRAMEWORKS}/source"/> 
    9 <libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/framework.swc" sourcepath="${FRAMEWORKS}/source"/> 
    10 <libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/rpc.swc"/> 
    11 <libraryPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/charts.swc" sourcepath="${FRAMEWORKS}/source"/> 
    12 <libraryPathEntry kind="1" linkType="1" path="${FRAMEWORKS}/locale/{locale}"/> 
    13 <libraryPathEntry kind="3" linkType="1" path="${DOCUMENTS}\apisample\swc\earthplayerlib.swc"/> 
    14 </libraryPath> 
    15 <sourceAttachmentPath> 
    16 <sourceAttachmentPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/flex.swc" sourcepath="${FRAMEWORKS}/source"/> 
    17 <sourceAttachmentPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/framework.swc" sourcepath="${FRAMEWORKS}/source"/> 
    18 <sourceAttachmentPathEntry kind="3" linkType="1" path="${FRAMEWORKS}/libs/charts.swc" sourcepath="${FRAMEWORKS}/source"/> 
    19 </sourceAttachmentPath> 
    20 </compiler> 
    21 <applications> 
    22 <application path="MapGoogleMapTest.mxml"/> 
    23 <application path="Map51dituTest.mxml"/> 
    24 <application path="MapLiveTest.mxml"/> 
    25 <application path="MapViewerTest.mxml"/> 
    26 <application path="index.mxml"/> 
    27 <application path="test.mxml"/> 
    28 <application path="weather.mxml"/> 
    29 </applications> 
    30 <buildCSSFiles/> 
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
     2<actionScriptProperties mainApplicationPath="index.mxml" version="3"> 
     3  <compiler additionalCompilerArguments="-locale en_US" copyDependentFiles="true" enableModuleDebug="false" generateAccessible="false" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersion="9.0.0" htmlPlayerVersionCheck="true" outputFolderPath="bin" sourceFolderPath="src" strict="true" useApolloConfig="false" verifyDigests="true" warn="true"> 
     4    <compilerSourcePath/> 
     5    <libraryPath defaultLinkType="1"> 
     6      <libraryPathEntry kind="4" path=""/> 
     7      <libraryPathEntry kind="3" linkType="1" path="swc/earthplayerlib.swc" useDefaultLinkType="false"/> 
     8    </libraryPath> 
     9    <sourceAttachmentPath/> 
     10  </compiler> 
     11  <applications> 
     12    <application path="MapGoogleMapTest.mxml"/> 
     13    <application path="Map51dituTest.mxml"/> 
     14    <application path="MapLiveTest.mxml"/> 
     15    <application path="MapViewerTest.mxml"/> 
     16    <application path="index.mxml"/> 
     17    <application path="test.mxml"/> 
     18    <application path="weather.mxml"/> 
     19  </applications> 
     20  <modules/> 
     21  <buildCSSFiles/> 
    3122</actionScriptProperties> 
  • trunk/earthplayer/apisample/.flexProperties

    r2 r242  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <flexProperties flexServerType="0" toolCompile="true" version="1"/> 
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
     2<flexProperties flexServerType="0" toolCompile="true" useServerFlexSDK="false" version="1"/> 
  • trunk/earthplayer/apisample/src/Map51dituTest.mxml

    r2 r242  
    1212                                import com.earthplayer.maps.MapUpdateCenterEvent; 
    1313                                import com.earthplayer.maps.MapController; 
    14                                 import mx.controls.Alert; 
    15          
     14                                         
    1615                                private function init():void{ 
    1716                                         
  • trunk/earthplayer/apisample/src/index.mxml

    r2 r242  
    44 
    55        <combination:MiniMapViewer width="100%" height="100%"/> 
    6  
     6  
    77</mx:Application>