forked from p51497208/geo_info_platform
mp4
This commit is contained in:
parent
249154b1df
commit
5b13a97f61
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
map.html
4
map.html
|
@ -425,7 +425,7 @@
|
|||
// myChartGraph.resize();
|
||||
}
|
||||
|
||||
init("西藏")
|
||||
init("班公湖")
|
||||
|
||||
window.loadData = loadData;
|
||||
window.initial = init;
|
||||
|
@ -479,7 +479,7 @@
|
|||
name = "西藏"
|
||||
}
|
||||
$("video").remove();
|
||||
var newPath = "./image/"+name+"/1.mp4"
|
||||
var newPath = "./image/"+name+"/video.mp4"
|
||||
var newSource = "<video width=\"100%\" height=\"100%\" controls>"+
|
||||
"<source class=\"video\" src="+newPath+" type=\"video/mp4\">"+
|
||||
"<source src=\"movie.ogg\" type=\"video/ogg\">"+
|
||||
|
|
Loading…
Reference in New Issue