this is the Photoshop code for the Flash Gallery
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Purrfectmelody Cattery</title>
<!-- FlashObject embed by Geoff Stearns
geoff@choppingblock.com http://choppingblock.com/ -->
<script type="text/javascript" src="flashobject.js"></script>
<script type="text/javascript">
window.onload = function() {
if ((window.document.getElementById) && (window.document.getElementById('gallery').focus)) {
window.document.getElementById('gallery').focus();
}
}
</script>
<style type="text/css">
/* hide from ie5 mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
}
</style>
</head>
<body>
<div style="display:none">
<div>%FLASH%</div>
<div>Purrfectmelody Cattery</div>
<div>To go back to the site , go back on your web browser.</div>
<div>5/14/2008</div>
<div>wwww.pmab.exofire.net </div>
<div></div>
<div>#0D0D0D</div>
<div>#F2C879</div>
<div>#F2C879</div>
<div>#8C5B3F</div>
<div>#306C73</div>
<div>#0D0D0D</div>
<div>.jpg</div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div id="flashcontent">
<script type="text/javascript">
// <![CDATA[
var myFlashObject = new FlashObject("gallery.swf", "gallery", "100%", "100%", 6, "#ffffff");
myFlashObject.addParam("scale", "noscale");
myFlashObject.addVariable("request", getQueryParamValue("image"));
myFlashObject.addVariable("photosXmlFile", "photos.xml");
myFlashObject.addVariable("configXmlFile", "galleryconfig.xml");
myFlashObject.write();
// ]]>
</script>
<noscript>
You must enable Javascript to view this content.
</noscript>
</div>
</body>
</html>
and I tried pasting this code into the table on my web page, but did not work. So i tried to get in to the Flash page to and a link back to the original page and still did not work! If no one can help with this, then can someone give me an idea to do something similar?:dunno: