quackofalltrades
10-01-2009, 04:50 PM
Hi everyone,
So I'm trying to make this program in Flash that uses persistant remote shared objects to save, edit, and view data. I don't have enough money to buy FMS or a dedicated server, so I'm currently just renting a Red5 server from Gigapros.
I've been able to get everything to work just fine, but I'm worried about the fact that all of the persistent remote shared objects are being stored on the rented server, which I'm not supposed to do. Is there any way for me to write some code, client or server side, that would let me save the remote shared objects to a hard drive or online hosting service?
Failing that, is there any way for me to call java functions from actionscript and/or Red5? I was thinking I could pass a string representation of an object to a java function that would then write that string to a text file, and then later on I could use a java text scanner to retrive that string and pass it back to actionscript.
I can be dense sometimes, so any specific instructions would be much appreciated.
So I'm trying to make this program in Flash that uses persistant remote shared objects to save, edit, and view data. I don't have enough money to buy FMS or a dedicated server, so I'm currently just renting a Red5 server from Gigapros.
I've been able to get everything to work just fine, but I'm worried about the fact that all of the persistent remote shared objects are being stored on the rented server, which I'm not supposed to do. Is there any way for me to write some code, client or server side, that would let me save the remote shared objects to a hard drive or online hosting service?
Failing that, is there any way for me to call java functions from actionscript and/or Red5? I was thinking I could pass a string representation of an object to a java function that would then write that string to a text file, and then later on I could use a java text scanner to retrive that string and pass it back to actionscript.
I can be dense sometimes, so any specific instructions would be much appreciated.