PDA

View Full Version : Incorporate Porta/SimpleViewer


MikeGS
06-24-2006, 09:06 PM
Hi all,

I am very new to FrontPage (2003) and trying to incorporate a Porta/SimpleViewer gallery. I am getting the error message “flash object is undefined” for line 28. Line 28 is the 5th line down:

<p><font size="6">&nbsp;Cycling</font>&nbsp;&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer",
"1024", "768", "6", "#181818");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>

I have the following in the head tag:

<script type="text/javascript" src="flashobject.js"></script>

I followed the instructions on the SimpleViewer FAQ page perfectly. Any ideas?
Thanks

MikeGS
06-24-2006, 11:03 PM
I had to drag and drop the viewer.swf file onto the html page in design view. I have to play around with the borders but all sems to be ok.