Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default 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

    cheethosting Guest

  2. Similar Questions and Discussions

    1. Shared objects don't update
      I just posted a question on the Flash Actionscript forum that might be better here. It's at ...
    2. Shared Objects don't go away Fish example
      I'm using code from the example project at http://www.macromedia.com/devnet/mx/director/articles/flashcom_multiuser.html Everythings working well...
    3. Shared Objects Problem
      I have something bizarre happening when I try to work with SharedObjects. I am working with this example:...
    4. [PHP] Shared Objects
      You need to write a php extension to wrap around the object's functions. Adam Whitehead wrote:
    5. dlopen() and shared objects
      I created a shared object - as others before on AIX - and wanted it to be used from Tcl/Tk at runtime via dlopen(). But what worked for me on Linux,...
  3. #2

    Default Shared Objects

    Does anyone have an example of using shared objects between action script 3.0
    and Flash media server with multiple parameters in the function? here is my
    situation, I am using shared objects for a chat type application. The server
    receives the message and sends it out to all the clients. This works fine. But
    I want to send out some other information with the message for text formatting
    purposes. When I try to send out the multiple parameters the client only
    recognizes the first parameter. Any help or samples would be greatly
    appreciated. Thanks.

    wadogg3 Guest

  4. #3

    Default Shared Objects

    Hey,
    I'm building a video chat application and I have the following situation:
    The user logs in and either starts a new chat or enters into an existing chat.
    Can I send a message to a user that is in a chat room that the other is not
    in?

    Also,
    Is it wise to have 2 connections going at the same time? Because if I can't
    do the above I was thinking about loading a messaging application that everyone
    signs into intially and have that handle the messages to individual users.
    Then open another connection when they want to enter a chat or start a new one.

    Thanks,
    JoSh

    jlingwai 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