Hi,
Does anyone know if it is possible to access a SharedObject from another domain in AS2?
I found a blog entry in how to do it in AS3 at: http://jodieorourke.com/view.php?id=115&blog=news. But I’m too stupid to replicate this in AS2.
My PHP code of one of my swf’s is trying to create new XML files on the server and won’t work on one of the servers I have access to. However the other server doesn’t have database access so I can’t put both of my swf’s on that server because I need the database for the other swf.
I guess the other option is to access the database from the server which allows for the PHP file creation but I couldn’t get that to work either.
Any Ideas?
Thanks,
Mental.