What’s the html command for a web plugin game? I was jsut thinking of doing a “blender arcade” type thing…
Pooba
What’s the html command for a web plugin game? I was jsut thinking of doing a “blender arcade” type thing…
Pooba
oops!..below —>
thi is the code i have on my page:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<title>New Page</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-15”>
</head>
<body>
<html><head><title>Pikachu World</title></head>
<body bgcolor=“white”>
<center>
<object
classid=“clsid:5DB05CB8-7751-469D-A1DD-45C8C201C013”
codebase=“http://plugin.blender.nl/Blender3DPlugin.cab#Version=2,22,5,0”
id=“Blender3DPlugin”
name=“BlenderPlayer”
height=360
width=480 >
<param name=“blenderURL” value=“Pikachu.blend”>
<embed type=“application/x-blender-plugin”
pluginspage=“http://www.blender.nl/plugin/loadplugin.php”
name=“NPBlender” height=360 width=480
src=“Pikachu.blend”>
</embed>
</object>
</body>
</html>
</body>
</html>
hope that helps.
yes, but it doesnt work anymore.
will it be online in blender3d.com anytime soon?
does anybody know?
-You can cancel the line:
codebase=“http://plugin.blender.nl/Blender3DPlugin.cab#Version=2,22,5,0”
and put a link where to download the plugin(www.pablosbrain.com)for the people which hasn’t it.