Collaborative Shockwave 3D

Ask a Question related to Macromedia Director 3D, Design and Development.

  1. #1

    Default Collaborative Shockwave 3D

    We have developed a real time 3D simulator for vehicle accidents using
    Shockwave 3D. Our client wants to know if it is possible to build a
    collaborative version running on the internet or a local LAN so that several
    people can have the Projector file on their systems and do the following:
    Observe another user manipulating the scene
    Manipulate the scene for the benefit of other users
    We are using fairly straightforward keyboard commands and buttons to navigate
    the 3D space and to start/stop animation sequences. We would need to send the
    commands to all attached viewers so everyone's Project file runs in unison.

    I know there was a multi-user XTRA in earlier versions of Director but am not
    sure if it would accomplish this goal, or if there is anything available
    currently that would give us this capability. Any ideas?

    tedevang Guest

  2. Similar Questions and Discussions

    1. Shockwave Player Not Working On Shockwave.com
      On my computer, the Shockwave Player works on pretty much every website except Shockwave.com. When I try to load a game, the advertisement doesn't...
    2. Collaborative whiteboard
      I've read an interesting tutorial about creating a whiteboard application with Macromedia Flash Communication Server MX: <a target=_blank...
    3. Collaborative Data Object for Windows XP
      How do i get Collaborative Data Object installed on a Windows XP PRO computer? i keep getting "Invalid class string" errors when i try to have...
    4. Pointers to "Collaborative Filtering" articles?
      For some time i've been browsing the web to find articles about Collaborative Filtering. All i found was articles that explain what it is and don't...
    5. Shockwave script to obtain shockwave when opening file
      When you create the .dcr (Publish settings...) there is an option to include Shockwave detection in the html page, if that helps. Presumably you...
  3. #2

    Default Re: Collaborative Shockwave 3D

    Although the Shockwave Multiuser Server is no longer being developed, the
    Multiuser Xtra is still available. If you prefer to work with a product that
    is actively supported, you could use [url]http://xtras.tabuleiro.com/[/url]
    [url]http://xtras.tabuleiro.com/products/nebulae/index.tdb[/url]. This has the advantage
    of running on Mac OS X and on Linux and Solaris as well as on Windows.

    openspark Guest

  4. #3

    Default Re: Collaborative Shockwave 3D

    OR You can use Flash Remoting MX through an embedded Flash movie.


    Karl Sigiscar Guest

  5. #4

    Default Re: Collaborative Shockwave 3D

    Hi Karl - love your ChromeLib Behaviors.

    Can you give me an idea of how I accomplish this with Flash Remoting MX -
    specifically sending the keystrokes or button commands to all attached viewers
    via the Flash movie embedded in my Director projector? Also, what kind of
    performance should I expect over the internet (assuming DSL or better)

    tedevang Guest

  6. #5

    Default Re: Collaborative Shockwave 3D

    Thanks.

    You have to import your SWF then tell Director what will be the Flash
    connection object.

    You have some work on the server side as well as you will have to define and
    implement some methods in order to exchange data between the clients and the
    server.

    The local connection object will allow you to send requests to the server.

    The callback handlers in Director (defined by setCallback()) will allow you
    to get the response from the Flash Remoting server. The Director handlers
    will be called instead of the Flash methods bearing the same name.

    It would be too long to explain all you have to do but a good pointer is the
    livedocs:
    [url]http://livedocs.macromedia.com[/url]

    Click on Flash MX 2004
    Click on Search
    Type Local Connection Object

    You will get all the information you need.

    Best regards,
    Karl.


    Karl Sigiscar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139