Download
for Windows OS
  Download
for Mac OS
  More Demos

How can I add free flash slideshow in Joomla?

Q: Hello!

How can publish in model extension in joomla .

Thanks.

A: Cu3ox wasn't developed as Joomla or any other CMS extension, BUT you can try to use it as standard Javascript files.

You should add cu3ox gallery inside your website in the same way as you change html code on your website:


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