I'm currently reading and writing data to a sol file using AS3 for my chat client. I'm having it read/write the sol file using the localpath param as "/" with no problems.
The issue is this:
If flash data is set from a swf on www.domain.com, the sol file doesn't exist for same swf loaded on domain.com. -And vice versa.-
I've extensively searched the Adobe help and api docs, and I can't seem to find a way to make it check for an exact path no matter if the www is prepended or not.
Is it even possible to do so, or would I be better off to redirect all requests to either use/not use the www so that it persists across the requests? Or should look more into getRemote?