I have a problem with showing swf in different domains: www.mydomain.com works ok, but www.mydomain.com/en/ or www.mydomain.com/pl/ doesn't show swf content only image linked to download flash plugin.
Swf file is a loader which loads couple of swf's. What I already tried:
Adding crossdomain.xml file next to swf,
< allow-access-from domain="*" / >Adding crossdomain.xml file in the root directory of website
Adding to the loader document class file:
Security.allowdomain('*');
Security.loadPolicyFile('crossdomain.xml');Adding in the html wrapper:
< param name="allowScriptAccess" value="sameDomain" />
What else I can do to make it work?

mydomain.comand maindomain.com/pl`? – Jevgenij Dmitrijev May 22 '12 at 13:15