Second Life/Webmap API
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Webmap API [#b34a02c4]
- http://secondlife.com/developers/mapapi/
*** Sample 1 [#q332d307]
<object>
<head>
<style>
div#map-container_tuis {
width: 250px;
height: 250px;
}
div#map-container_nsl {
width: 250px;
height: 250px;
}
</style>
<script src="http://secondlife.com/apps/mapapi/" type="t...
<script language="javascript" type="text/javascript">
function loadmap() {
mapInstance_tuis = new SLMap(document.getElementById(...
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(6...
mapInstance_tuis = new SLMap(document.getElementById(...
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(1...
}
</script>
</head>
<body onload="loadmap()">
.........................
.........................
.........................
<li> <a href="secondlife://TUIS/159/3/29/">TUIS SIMへテ...
<div id='map-container_tuis'></div>
<br />
<li> <a href="secondlife://Atis/218/235/24/" target=new>...
<div id='map-container_nsl'></div>
</ul>
</body>
</object>
終了行:
** Webmap API [#b34a02c4]
- http://secondlife.com/developers/mapapi/
*** Sample 1 [#q332d307]
<object>
<head>
<style>
div#map-container_tuis {
width: 250px;
height: 250px;
}
div#map-container_nsl {
width: 250px;
height: 250px;
}
</style>
<script src="http://secondlife.com/apps/mapapi/" type="t...
<script language="javascript" type="text/javascript">
function loadmap() {
mapInstance_tuis = new SLMap(document.getElementById(...
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(6...
mapInstance_tuis = new SLMap(document.getElementById(...
mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(1...
}
</script>
</head>
<body onload="loadmap()">
.........................
.........................
.........................
<li> <a href="secondlife://TUIS/159/3/29/">TUIS SIMへテ...
<div id='map-container_tuis'></div>
<br />
<li> <a href="secondlife://Atis/218/235/24/" target=new>...
<div id='map-container_nsl'></div>
</ul>
</body>
</object>
ページ名: