Hi All,
I am making a flex widget in which the .swf file will reside in my
server and people will embed them on their blog etc. I have to open a
bigger version of my widget when someone clicks on the widget. Here I
am using Externalinterface.call("function openwin(){window.open(....)}")
and getting the below runtime error message.
SecurityError: Error #2060: Security sandbox violation:
ExternalInterface caller http://xxxxx.xxxxx.com/xx/xx/xxxxxx.swf
cannot access http://www.xxxxxxx.com/.
What is the reason and real solution for this problem? I have
crossdomain.xml file placed in my widget server.
I have tried using -use-network=false/true also.
I am struck with this, can anyone shed some light?
-Vipin