Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
edb00 #1
Shared Objects don't go away Fish example
I'm using code from the example project at
[url]http://www.macromedia.com/devnet/mx/director/articles/flashcom_multiuser.html[/url]
Everythings working well except that the shared objects on the server never go
away unless ALL the computers disconnect. Occasionally if computers in the
system crash and don't disconnect properly their shared objects are not reused
by new machines connecting. Eventually I wind up with more objects than I had
planned for. How do I get these abandoned objects to go away or at least be
reused?
edb00 Guest
-
Shared Objects
I need a script that uses shared objects to play mx movie once per week or whatever. I am new to mx and could use some help -
Shared objects don't update
I just posted a question on the Flash Actionscript forum that might be better here. It's at ... -
Synchronizing Shared Objects
// Server side application.onAppStart = function() { // ... code here application.users_so = SharedObject.get("users_so", false); // ... more... -
Problem with shared objects
I hope someone will help me. I am creating a multiplayer car game with flashcom and my problem is that is use sharedobjects of veocity of the car... -
[PHP] Shared Objects
You need to write a php extension to wrap around the object's functions. Adam Whitehead wrote:



Reply With Quote

