Download
for Windows OS
  Download
for Mac OS
  More Demos

Is it possible to add flash text scroller free in Wordpress?

Q: Hello!
I use your Cu3ox. And want to add gallery in my WordPress site.

I'm having trouble! Can you help me?

A: You can add Cu3ox gallery in your WordPress site manually only. Please, see detailed instruction bellow:
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.

That's all.

Recent Questions »

Comments

No comments

Related