Topic: HELP! Gallery not appearing online - Script folder problem?
:( :( :( :( Disclaimer: very little web/dreamweaver knowledge , please excuse any silly things i may have done
So
1. Made Simpleviewer gallery a-okay in Photoshop CS3
2. Embedding in HTML in Dreamweaver using the instructions for Java Object as per Simpleviewer instructions
3. When I go online it doesn't appear - it just says Get Flash - even though I already have latest
Some problems which have shown up in Dreamweaver say
/Scripts/ - access denied - may have wrong permissions etc ?
And when I look at the activity on the website which doesn't load properley it says "AC Run Active Scripts not found" :(
HERE IS MY CODE - please help I'm going insane
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"[url]http://www.blocconstruction.com.au[/url]">
<HTML>
<HEAD>
<TITLE>bloc </TITLE>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.bgcolor = "ffffff";
params.align = "center";
params.allowfullscreen = true;
params.allowscriptaccess = "always";
swfobject.embedSWF("viewer.swf", "flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
</script>
</HEAD>
<BODY>
<div id="flashContent">SimpleViewer requires JavaScript and the Flash Player.
<a href="http://www.adobe.com/go/getflashplayer/">Get Flash.</a></div>
</BODY>
</HTML>
[*][/*]