Hi still_art,
I also work in FRONTPAGE.
I put this code in the header:
<script type="text/javascript" src="flashobject.js"></script>
I put it just above the </head>
I then put this code where I want it...
I first went into the NORMAL view, put my cursor where I wanted it (typed in a letter so I could see it better in the HTML view).. Then went into the HTML view (cursor should be where you just typed) and did a paste of this code there:
<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 FlashObject("viewer.swf", "viewer",
"585", "480", "6", "#181818");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>
You need to make sure that when you upload your files to the web, or even if you want to view it within FRONTPAGE, that you have the following files in the directory you have the page you are viewing in,
The files are:
viewer.swf
imageData.xml
flashobject.js
You should be able to view your gallery within your page.
You will also need to keep adjusting these number ("585", "480", "6", "#181818"); in order for it to fit properly in the location on your page.
Hope that helps some! :rolleyes:
You can view where I have it installed at:
http://www.hctv11.com