T
TonnyD
Im trying to install this poll "poll4web". its a flash based poll. I
have to incorperate this script into the page, but I keep getting a
error that says "swfobject" if undefined. And on preview the plugin
says the following; "Loading Error: Cant find settings xml file in
this location: settings.xml specified in in your html file. Please
make sure that 'settingsXML' and 'base' in your html file parameters
are defined correctly"
I have all the files uploaded to the site. folder is named "poll"
Here is the script i have. What do you guys think the problem is?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
<script src"poll/swfobject.js" language="javascript"></script>
</head>
<body>
<div id="flash" class="productBlock" style="padding:10px 4px 0px
5px;margin:0px 0px 0px 0px"></div>
<script type="text/javascript">
var flash = new swfobject ("http://www.the-amt.com/poll/
votingTool.swf", "flash", "200", "240", "8.0.0", "#E6EAF2")
flash.addParam("wmode", "window");
flash.addParam("base", "poll/");
flash.addParam("align", "middle");
flash.addVariable("settingsURL", "poll/settings.xml");
flash.addParam("scale", "noscale");
flash.write("flash")
</script>
</div>
<p>
</p>
<p>
<object classid="clsid
27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,40,0" border="0" width="399" height="395">
<param name="movie" value="http://www.the-amt.com/poll/
votingTool.swf">
<param name="quality" value="High">
<embed src="http://www.the-amt.com/poll/votingTool.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="399"
height="395" quality="High"></object>
</p>
</body>
</html>
have to incorperate this script into the page, but I keep getting a
error that says "swfobject" if undefined. And on preview the plugin
says the following; "Loading Error: Cant find settings xml file in
this location: settings.xml specified in in your html file. Please
make sure that 'settingsXML' and 'base' in your html file parameters
are defined correctly"
I have all the files uploaded to the site. folder is named "poll"
Here is the script i have. What do you guys think the problem is?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
<script src"poll/swfobject.js" language="javascript"></script>
</head>
<body>
<div id="flash" class="productBlock" style="padding:10px 4px 0px
5px;margin:0px 0px 0px 0px"></div>
<script type="text/javascript">
var flash = new swfobject ("http://www.the-amt.com/poll/
votingTool.swf", "flash", "200", "240", "8.0.0", "#E6EAF2")
flash.addParam("wmode", "window");
flash.addParam("base", "poll/");
flash.addParam("align", "middle");
flash.addVariable("settingsURL", "poll/settings.xml");
flash.addParam("scale", "noscale");
flash.write("flash")
</script>
</div>
<p>
</p>
<p>
<object classid="clsid
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=6,0,40,0" border="0" width="399" height="395">
<param name="movie" value="http://www.the-amt.com/poll/
votingTool.swf">
<param name="quality" value="High">
<embed src="http://www.the-amt.com/poll/votingTool.swf"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" width="399"
height="395" quality="High"></object>
</p>
</body>
</html>