o3 demo
This commit is contained in:
parent
838558a8e5
commit
29607b5793
1 changed files with 24 additions and 0 deletions
24
experiments/o3.html
Normal file
24
experiments/o3.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="author" content="Fabian Jakobs">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script src="o3.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
|
||||
//o3obj = o3.create("8a66ecac-63fd-4afa-9d42-3034d18c88f4", {
|
||||
o3obj = o3.create("8A66ECAC-63FD-4AFA-9D42-3034D18C88F4", {
|
||||
oninstallprompt : function(){ alert("can't find o3 plugin");},
|
||||
product : 'O3Demo'
|
||||
});
|
||||
|
||||
alert("O3: " + o3obj);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue