Get your own customer support community
 

crossdomain.xml issue?

Is there an issue with the widgetbox crossdomain.xml file?

All dynamic resizing widgets seems to throw "Permission denied for <http://xxx.com> to call method Location.toString on <http://yyy.com>." errors.

http://www.widgetbox.com/widget/googl... throws:

Permission denied for <http://markup.widgetserver.com> to call method Location.toString on <http://www.widgetbox.com>.
Permission denied for <http://googleads.g.doubleclick.net> to call method Location.toString on <http://www.widgetbox.com>.

I tried a completely vanilla dynamic widget, and the same was true:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>test</title>

</head>
<body>

Test

</body>

</html>

Having looked at the widgetbox.com/crossdomain.xml file, I wonder if there is a line missing?

It all seems to be due to a security update in Flash 9, that requires the specific inclusion of a line dealing with headers such as

<allow-http-request-headers-from />

http://willperone.net/Code/as3error.php seems to be the place most people start from on this.

It's an irritating error, and certainly on FF3, seems to mess with the resize
 
indifferent I’m waiting
Inappropriate?
2 people have this problem

The company thinks this is not a problem.


User_default_medium