This commit is contained in:
Fabian Jakobs 2010-05-25 12:15:59 +02:00
commit 29607b5793

24
experiments/o3.html Normal file
View 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>