<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
function initialize() {
var myLatlng = new google.maps.LatLng(-34.397, 150.644);
var myOptions = {
zoom: 8,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas" style="width:500px; height:300px;"></div>
</body>
</html>
http://dakccom.tistory.com/entry/Google-Map-API-V3-활용-1설치하기
'스크립트 > [Embed]flash,etc...' 카테고리의 다른 글
브라우져 종류에 관계없이 사용할수 있는 움직이는 레이어 (0) | 2011.03.24 |
---|---|
[JavaScript] 퀵메뉴 스크립트 소스 - IE6x , IE7x , FF2x , FF3.x 정상작동 (0) | 2010.11.02 |
해상도 구애 받지 않고 플래시 출력 (0) | 2010.09.07 |
플래시 새창 띄우기 (팝업) (0) | 2010.06.01 |
책장넘기는 flash 소스 (1) | 2009.11.14 |