Search Results

4
votes

Using Actionscript 3 to connect to a database

If you plan to deploy your flash content to a website, you should use some sort of backend - otherwise you would have a potential security problem. I use remoting with …
1
vote

Are SWX Data files modifiable by Client code?

You would have to read SWX files on the server side. This would propably be quite hard to do, and not very practical. You might consider storing your data in a database instead (for instan …
0
votes

action script 2.0

Hard to say from your question, but it could be the getUrl-call that is causing your link to open in a new window. The second, optional, parameter to getUrl specifies the window in which the link s …