Skip to main content
November 15, 2006
Question

Sharing Flash application for multiple (2) users

  • November 15, 2006
  • 1 reply
  • 230 views
Hello,

I have a Flash application which i want to expand with a sort of Helpdesk feature.
What i want is that when the user pressed the button "help me" that an employee of the helpdesk can join in and the the Flash application exectly as how the client sees it. But, do i have to rebuild the entire Flash application (about 8000 lines of AS) or can i make my current application as a shared object or how sould i do that??
    This topic has been closed for replies.

    1 reply

    November 15, 2006
    No... you'll most likely need to rebuild much of your app.

    SharedObjects are a mechanism for sharing data... not for things like movieclips. You would need to modify your app to sync with the shared objects, and then carry out functions(locally) based on changes to the data.