开发者

Flash images traped behind white boxes

开发者 https://www.devze.com 2023-04-05 03:26 出处:网络
I am having that problem that on my page. My images are trape开发者_开发技巧d under some white boxes.

I am having that problem that on my page. My images are trape开发者_开发技巧d 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>


The behaviour looks like you got an ordering issue. I would check first the order in which addChild is added (unlikely)

MORE LIKELY:

Loader issue?:

It almost looks like the video is set to be the border, and the border was set to be the video. Double check your settings to see if everything is pointing to the correct location / variable.

Security Issue?:

It may be a security exception. Because you have hosted your files on amazon (images, movies) and the swf is on a different server.
The easy fix. Place your swf file in the same bucket on amazon s3, that way the domain reads the asset served from the exact same host that serves the Flash application itself. If that fixes the problem then it was a security exception that was getting thrown.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号