• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PingUndefined in Flash Comm Server using IM chat... Cross Domain Security Policy related?

KAMAZON

Golden Member
Hi! I took over a nightmare to help out a friend, and am knee deep in crap. I couldn't get flash comm working for them but fixed it by installing PHP and enabling a few features.

I noticed that the server didn't have a cross domain xml policy file so I created one using this one
as the model:
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>


Now when the 2 chat users connect in a session it keeps saying 'ping undefined' in the area where the text is displayed! Everything works, I can chat, cam, etc. but it keeps saying 'ping undefined'. Help? Thanks!!:|
 
Back
Top