Changeset 2666

Show
Ignore:
Timestamp:
12/06/07 22:02:46 (5 years ago)
Author:
gyuque
Message:

lang/actionscript/swfgmap: fixed test html

Location:
lang/actionscript/swfgmap/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/actionscript/swfgmap/trunk/TestApp.as

    r2665 r2666  
    3030                        spnr.x = 8; 
    3131                        spnr.y = 8; 
     32                        spnr.buttonMode = true; 
    3233                        mSpnr = spnr; 
    3334                } 
  • lang/actionscript/swfgmap/trunk/testapp.html

    r2665 r2666  
    55        <head> 
    66                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     7                <meta http-equiv="Content-Script-Type" content="text/javascript; charset=utf-8" /> 
    78                <title>回るGoogle Maps</title> 
    8                 <script src="http://maps.google.com/maps?file=api&amp;v=2"></script> 
    9                 <script src="./helper-js/getTileVer.js"></script> 
     9                <script src="http://maps.google.com/maps?file=api&amp;v=2" type="text/javascript"></script> 
     10                <script src="./helper-js/getTileVer.js" type="text/javascript"></script> 
    1011        </head> 
    1112        <body>