Download
for Windows OS
  Download
for Mac OS
  More Demos

Add 3d images gallery on the page

Q: Hi,

I downloaded the free trial of cu3ox. I created a project and tried to put it on my website to see what it looks like. I can't get it to work.

Any information you can give me is greatly appreciated. I don't want to buy it unless I know that I can get it to work.

A: 1. Create the gallery in CU3OX application.
2. Publish it to html page (in any test folder of your computer).
3. open the page in your program
4. open html source code of the page
5. add several rows of code:

* In the HEAD tag of your page you should paste, for example:

<!--script language="JavaScript" src="flash.js" type="text/javascript"></script-->
<script language="JavaScript" src="swfobject.js" type="text/javascript"></script>


in the BODY tag (in the place where you want to have a 3d gallery) paste UL structure:

<!-- Cu3ox.com begin -->
<div id ="cu3ox" width="100%" height="100%"></div>
<script language="JavaScript" type="text/javascript">
  swfobject.createSWF(
   {data:"cu3ox.swf", width:"100%", height:"650px" }, //attr
   {
    menu:true, allowFullScreen:false, allowScriptAccess:'sameDomain', bgcolor:'#ffffff', 
    devicefont: false, wmode:'window', scale:'noscale', loop:true, play:true, quality:'high'
   }, //par
   "cu3ox" //id
  );
</script>
<noscript>
 <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" 
  width="100%" height="100%" id="cu3ox" align="middle">
 <param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" />
 <param name="movie" value="cu3ox.swf" />
 <param name="quality" value="high"/><param name="scale" value="noscale"/><param name="bgcolor" value="#ffffff" /> 
 <embed src="cu3ox.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="100%" height="100%" name="cu3ox"
  align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" 
  pluginspage="http://www.adobe.com/go/getflashplayer_de" />
  </object>
  <a style="display:none" href="http://cu3ox.com">Free Slideshow Software by cu3ox.com v1.0</a>
</noscript>
<!-- Cu3ox.com end -->


6. Copy the generated files and folder with images in the root folder of your website.

Recent Questions »

Comments

No comments

Related