Download
for Windows OS
  Download
for Mac OS
  More Demos

Is flash slideshow script compatible with Dreamweaver?

Q: I am considering purchasing the business edition of Cu3ox but before could you tell me how this program integrates into Dreamweaver?

A: 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 index.html file from the saved folder in any text editor (Notepad for example)
or you can:
- open index.html page in any browser
- right click on the page
- select view source of the page.

You'll find 'engine' and 'data' folders in this saved folder also.


4. Copy code for the HEAD section and paste it inside the HEAD/BODY section of your own
webpage, for example:

<head>
...
<!-- Start CU3OX.com HEAD section id=1 -->
<script language="JavaScript" src="engine/swfobject.js" type="text/javascript"></script>
<!-- Start CU3OX.com HEAD section -->
...
</head>

5. Copy code for the BODY section and paste it inside the Body section of your own web
page in the place where you want to have a gallery, for example:

<body>
...
<!-- Start CU3OX.com BODY section id=1 -->
<div id ="cu3ox" style="width:540px;height:364px;margin:0 auto;">
...
...
</div>
<!-- End CU3OX.com BODY section -->
...
</body>

6. Copy the generated folders (with images and xml, css, js, swf files) into the same
folder with your own webpage.
7. Preview your web site in the browser.

Recent Questions »

Comments

No comments

Related