Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
ultracandido #1
Shared object subscription
Hi all,
does anyone knows how to limit the subscription to a server SO to certain
clients only?
I mean... i would like to have an event handler so when a client calls the
connect() method of a remote shared object i can control (on the server side)
the permission of that client to connect to.
If that isn't possible, anyone have an idea on how to have a server SO visible
ONLY by authorized clients?
TIA to all
Candido
Milan - Italy
ultracandido Guest
-
Shared Object
Hi there all, Just a quick question on the uses of the Shared Object to store data locally, if I was to save a series of the same field locally... -
remote shared object?
ball_so = SharedObject.getRemote("player", client_nc.uri, false); With this code how can I use a variable for player or is there another way to... -
Shared object name??
Is there a way to make flash name the shared object .sol file? I whant it to create a new file instead of overwright the existing one. Like: my_so =... -
Can't create shared object
I'm using the following code to create a shared object. It's by the book that I'm using. However, after running the code I am unable to find the .sol... -
Is there a way to + number in a shared object?
If you have a textfield like a scoreboard with the number 10 you can use: btn1.onPress = function() { _root.scoreboard += 5; }; to add 10...



Reply With Quote

