View Single Post
  #1  
Old 09-23-2006, 08:05 AM
mathieu Offline
forum loafer
 
Join Date: Sep 2006
Posts: 4
how to install Simpleviewer in Pixelpost?

Good morning,

I tried to install simpleviewer on my web site which works with Pixelpost.
I created for that a new template portfolios.html in my simple.fr template and install a folder Simpleviewer. In portfolios.html, I put like explained in Simpleviewer these informations:

"Copy the contents of your SimpleViewer gallery folder into the folder that contains your HTML page (make sure that the swfobject.js file is in the folder, as this file is required for the code below). Now edit your HTML page in a text editor. Add this code into the <head> tag:
<script type="text/javascript" src="swfobject.js"></script>
Add the following code in your HTML where you want SimpleViewer to appear. To set the size of SimpleViewer, replace "640", "480" with your required width and height
<div id="flashcontent">
SimpleViewer requires Macromedia Flash.
<a href="http://www.macromedia.com/go/getflashplayer/">
Get Macromedia Flash.</a> If you have Flash installed,
<a href="index.html?detectflash=false">click to view gallery</a>
</div>

<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer",
"640", "480", "7", "#181818");
fo.write("flashcontent");
</script>"

Infortunatelly, when I open "portfolios" on my website I have the message:

"Multiple Choices
The document name you requested (/index.html) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:

/index.php?detectflash=false (common basename)
Please consider informing the owner of the referring page about the broken link."

If anyone can help me?

Thank you
Reply With Quote