Re: Running the SweetHome3D java applet in a browser - textures & furniture issues
Code: Select all
var attributes = {codebase:".",
code:"com.eteks.sweethome3d.applet.SweetHome3DApplet",
archive:jars,
width:"100%", height:"95%",
name:"SweetHome3DOnline"};
var parameters = {java_arguments:"-Xmx512m -Dcom.eteks.sweethome3d.deploymentInformation=Online",
showMemoryStatus:"true",
userLanguage:"en",
furnitureCatalogURLs:"online/furnitureCatalog.zip online/additionalFurnitureCatalog.zip",
furnitureResourcesURLBase:"models",
texturesCatalogURLs:"online/texturesCatalog.zip",
texturesResourcesURLBase:"textures",
listHomesURL:"",
readHomeURL:"",
writeHomeURL:""
};