Ok. so changed my site node to :
<site title="GAIA: %PAGE%" menu="true" domain="current">
but still encountering the same issue. do all swfs need to be put on the cdn for it to work? i kept the main.swf, index.swf, preloader.swf in the website root not the external cdn link?
Do I need to also add security allow code?
i.e.,
Security.allowDomain("*");
Security.allowInsecureDomain("*");
Security.loadPolicyFile("
http://CDNWEBSITENAME.com/crossdomain.xml");
?