Question

I am having that problem that on my page. My images are traped under some white boxes.

See it live here: http://kjacobsen.dk click on Archive

Anyone that know what is causing this problem?

The flash is loaded with SWFObject v1.4.4 with XML 1.0

Here is a part of the index.html:

<script type="text/javascript">

    var so = new SWFObject("swf/kj.swf", "KJ", "100%", "100%", "8", "#000000");
    so.addVariable("xmlPath", "xml/publish.xml");
    so.addParam("scale", "noscale");
    so.addParam("allowScriptAccess", "sameDomain");
    so.addParam("menu", "false");
    so.addParam("loop", "false");
    so.addParam("salign", "lt");
    so.addParam("align", "left");
    so.write("flashcontent");

</script>

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top