Topic: Having Problems - Just Won't Work?
I don't know what I'm doing wrong, I've done everything it says in the instructions.
I put my images in the image folder, in a 480x360 resolution, and fill in the the .xml to my gallery needs...:
<?xml version="1.0" encoding="UTF-8"?>
<gallery imagePadding="20" displayTime="6" frameColor="0xFFFFFF" frameWidth="10" maxImageDimension="6400" title="Hawaii 2006">
yada yada yada, then i fill in the image data - file location, what the photo is, size, etc.
If i launch the site locally on my HD, it works great.
here is my index.html file code if anyone needs it:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>mjstew.net -> Hawaii 2006 Gallery</title>
<style type="text/css">
<!--
body {
background-color: #181818;
}
body,td,th {
font-size: 14px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
.style1 {font-size: 18px}
-->
</style></head>
<body>
<p align="center">
<title>Hawaii 2006 Gallery</title>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" align="middle">
<param name="movie" value="viewer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="BGCOLOR" value="#181818" />
<embed src="viewer.swf" width="100%" height="100%" align="middle" quality="high" scale="noscale" bgcolor="#181818" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</p>
</body>
</html>
Then when I like open it on the web... (http://mjstew.net/autoviewer), it gives me X's.
Help? :oops: :? :D
EDIT: And if needed: I am running OS X 10.4.7. I have Flash 8 Pro and Dreamweaver 8.