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!!:|
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!!:|