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"> Cycling</font> </p>
<p> </p>
<p> </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
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"> Cycling</font> </p>
<p> </p>
<p> </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