MultiUser Xtra Help

Director / Lingo Community,
I'm attempting to do something fairly simple with the
MultiUser Xtra, but can not find any documentation on how to
accomplish this. To put it in simplest terms, I'd like to have
director projectors running on 4 PCs sitting in a wait state. I
will have a fifth computer setup with Director that will have a
basic start button. When pressing this button I would like the
other 4 Director projectors to start playing. Then once they are
done, they return to their wait state. It seems like a simple thing
to do with some network calls, and I *think* the multiuser xtra
could handle this. Can anyone point me in the right direction or
offer some basic coding help? I'm up against a tight deadline.
Thanks in advance for any help.
Charles

Yes, the MUS xtra can do this. There could be other ways as
well, but it
would not be too difficult using the MUS xtra either. If you
are going
to use a peer-to-peer method I think all the machines would
need to be
on the same LAN (or each host projector would need to be on
an a
different LAN). Otherwise you would have to use the actual
MUS Server
which makes it more complicated. I myself don't have much
experience
with the MUS Server, but I have used the MUS Xtra to create
p2p
applications.
The basic idea is as follows. Your four projector would each
be running
an instance of the xtra in 'host' mode (using the
WaitForNetConnection
function). Your 5th projector would start four instances of
the Xtra as
a client(connectToNetServer), with each instance connecting
to one of
the projectors running as host.
After all of the connections are up, then you could easily
send messages
from the 5th projector to one or more of the host projectors
telling
them to do anything you wanted (play a video, run an
animation, whatever).
In my learning process, one of the learning sources I found
was a sample
movie the demonstrates making a simple connection.
http://poppy.macromedia.com/multiuser/archive-99-12-03/openlingo/PeerConnMinimal/
I might be able to offer you some assistance (as time
permits). I
learned quite a bit about using the MUS Xtra to a create P2P
application, specifically one that uses multiple instance of
the Xtra in
a single movie similar to what you are doing. I wrote what I
believe is
a fairly decent Parent Script for creating generic client and
server
instances of the xtra. The script handles all of the basic
(required)
portions of making the connection and allows you to add any
custom
messages handlers need on top of that.
Good luck, let me know if you want to talk off the forum.
Dave
TDHCharles wrote:
> Director / Lingo Community,
>
> I'm attempting to do something fairly simple with the
MultiUser Xtra, but can
> not find any documentation on how to accomplish this. To
put it in simplest
> terms, I'd like to have director projectors running on 4
PCs sitting in a wait
> state. I will have a fifth computer setup with Director
that will have a basic
> start button. When pressing this button I would like the
other 4 Director
> projectors to start playing. Then once they are done,
they return to their
> wait state. It seems like a simple thing to do with some
network calls, and I
> *think* the multiuser xtra could handle this. Can anyone
point me in the right
> direction or offer some basic coding help? I'm up
against a tight deadline.
>
> Thanks in advance for any help.
>
> Charles
> SupD
>

Similar Messages

  • Multiuser Xtra sending email

    I can't send emails using multiuser Xtra, keep getting the
    same error:
    quote:
    ConnectToNetServer sent to server
    ConnectToNetServer successful
    HELO message sent to server
    MAIL FROM message sent to server
    RCPT TO message sent to server
    DATA message sent to server
    Message content sent to server
    Server Message: 550 Administrative prohibition
    I'm using the sample movie from adobe ->
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14182
    Can anyone help me on this one?

    I know this is an OLD post, but I'd really be interested in the code to send attachments as well.
    If anyone can supply this code, please contact me: whairston<at>logicaloperators<dot>com
    Thanks

  • Director 12 and multiuser xtra on .IPA

    Hi,
    I'm playing with director 12 and I'm having issues with the multiuser xtra on iOS, it seems the xtra is never included in the final .IPA file, everytime I run the app on iPhone I get an alert "xtra multiusr not found"
    could someone confirm which xtras are currently suppoted for iOS on director 12?
    best
    Carlos

    Currently xtras can't be added to iOS projects. This is what we have to work with (scripting xtras):
    Dynamiks
    XmlParser
    soundChannel
    ActionScriptObjects
    fileio
    NetLingo
    Shockwave3DAsset
    ColorRatio
    byteArray
    Matrix

  • Xtra Help

    Hi
    Can anyone offer advive regarding buying an xtra and
    requesting a refund.
    I purchased printOMatic Lite for a simple printing job.
    Before I purchased I contacted the company (they were answering
    back then), to ask of the suitability of the xtra. They assured me
    it was suitable.
    However, it it not suitable in any way and their customer
    support is dismal. I have send dozens of emails, have not one
    responce from them.
    I paid via their online payment service (alas not paypal).
    Is there any way I can get a refund from this company?
    Many Thanks
    S Waterfield

    Ah. So the question now becomes: how do you get your money's
    worth?
    What are you trying to do, and in what way is the xtra
    failing to help you do it? Maybe others on this forum who have
    experience with the xtra can help you get it to work.

  • Zen Xtra - help connecting to home ste

    hi,?i was hoping that someone would be able to recommend a way to connect my 30gb Zen Xtra to my home stereo....what brand of cable works best, what type of cable (y split) etc. thanks?

    Any "y audio cable" should work. Just plug the single end into your Zen and the left/right audio plugs into an aux input in your stereo receiveer....voila!?Should cost you about 5 bucks at a best buy type store.

  • Multiuser XTRA connecting to NNTP server.

    Hi There
    Director 9.0 (MX 2004) running on Win 2000 Pro.
    So I connect to the nntp server using:
    res = gMUI.connectToNetServer(gUser, gPassword, gNNTP, gPort,
    "Test", 1 )
    and get a reply back stating:
    [#errorCode: 0, #recipients: ["<my login id>],
    #senderID: "<my usenet server id>", #subject: "String",
    #content: "200 NNTP server ready - posting allowed", #timeStamp: 0]
    But when I issue a:
    res = gMUI.SendNetMessage("system", "dummy", "GROUP
    alt.atheism")
    I don't get a response back through my default message
    handler.
    Seeing as I started on this about an hour ago, presumably I'm
    doing something terribly stupid.
    Your thoughts welcome!
    Thanks
    TW.

    I have no experience with nntp servers, so I can only comment
    on what I understand in your code.
    You are creating a connection in text mode, by using 1 as the
    sixth parameter to the connectToNetServer() call. Many of the
    features that you can expect from an SMUS connection to an
    SMUServer are unavailable when you work in text mode.
    You can find an article on using text mode to talk to a POP3
    email server at
    http://director-online.com/buildArticle.php?id=1145.
    Perhaps this will give you some pointers as to how to work with
    your nntp server.

  • Connect To Server (default behaviour in 8.5) help?

    I was having difficulty with the connectToNetServer command
    in my movies, so I opened my old Director 8.5 application to try to
    solve the problem and came across the 'Connect to Server' behavior
    that came with the program. When using it though it solves the main
    problem I was having with the client I'm making, but created its
    own set of problems.. For one, whenever I call the SendMessage
    handler, it gives an error stating that the handler that (should)
    hold the link to the multiuser xtra is void. I can't find what's
    causing this problem.. Maybe I'm calling on the sendMessage command
    incorrectly somehow.. perhaps you can tell me the correct way to
    call the command "send message" from another script to the one
    below to make it work properly, I've been using sendMessage(script
    "ConnectToServer", theotherpartsofthiscommand) to do it and it
    doesn't work properly... Maybe you can help.. and if you need a
    sample script to see what I mean I can put one together for you,
    just ask..
    Thanks in advance, the coding is in Director 8.5, and can be
    viewed at
    this
    location.

    http://discussions.apple.com/thread.jspa?threadID=1213831

  • MUS game help

    Hey everyone.  im currently on my summer break from college, and when i go back i will be attempting to create a small multiplayer game, say for the sake of argument, upto 4 players.  I will be using Director (version 10) to create the game.  I have very limited knowledge with the software, but ive picked up alot in the short time that i have used it.  What i want to do now with my free time is learn abit about the multiplayer codeing so when i go back i wont have to rely on my lecturer too much.  My question is would the Multiuser server 3.0 be sufficient enough to allow easy communication between the clients?  if not could you reccomend anything else?  and if so, could you possibly show me some tutorials and how to guides.  Every search i come up with seems to be for flash or action script, which im not atall familar with.
    Thanks for your time.

    My question is would the Multiuser server 3.0 be sufficient enough to allow easy communication between the clients?  if not could you reccomend anything else?.
    The multiuser xtra alone is capable of setting up peer-to-peer connections among up to 16 users, so you don't really need the server. However, the server takes the load off the peer host and also means you don't need to know the host's address to connect to.
    There is also the free, open source OpenSMUS alternative to the Shockwave Multiuser Server 3.0 (based on Tabuleiro's Nebulae Multiuser Server). Smartfox is also mentioned, but it doesn't support the MUS protocol.

  • Directory Listing from Web

    Hi All,
    I am trying to populate a menu with a list of PDF files from
    a particular folder. I've got this working perfectly for a local
    path using the FileXtra4 xtra, but I'm stumped with getting a
    folder from the web. I've tried the Buddy Web xtra, but it returns
    an empty list when I use:
    fileList = bwFileList("
    http://www.awebsite.com/stuff/",
    Maybe I could embed a Flash Movie and have Flash pass the
    list to Director?
    I'm using Director and Flash MX 2004
    Any help much appreciated
    Thanks guys,

    Hi,
    I'm not sure about Buddy Web xtra (I've not used it), but you
    have a couple of other options:
    1. Use the excellent free and for absolutely no sane reason
    depreciated MultiUSer Xtra to create a network connection with an
    ftp server and use standard ftp commands to get a directory
    listing. see
    http://www.lingoworkshop.com/Testzone/FTP_Client_Test.php
    2. Use getNetText to ask a server-script to return the list
    of files. This is probably the safest but is dependent on the
    server (example php script attached).

  • Communication between PC's

    I'd like to send orders from a Director Movie running in my
    computer to a Director Movie running in another computer, using
    network cable. II'd like asimple solution. Who cans help me ? Sorry
    for my english...

    You have described a peer-to-peer (P2P) connection using the
    multiuser xtra. You can use it create direct connections without
    using the Multiuser Server.
    MU Xtra isn't installed by default since D8.5, but I believe
    it is in the 'Goodies' folder on the install CD.
    Check out goMu to make your life even easier with MU
    http://gomu.rebus.gr/
    hth
    johnAq

  • Shockwave causes crash on htm page using SMUS

    I am currently working on a multiuser chat program that is to
    be embedded into a webpage. I am running into a problem though
    after the program connects to the server. For the most part it
    works fine during run mode, but when you try to quit the program by
    closing the window, going to another website, or in any other way
    that I've found causes the browser to crash (the standard Internet
    Explorer has encountered a problem and needs to close error) When I
    click for more information on the error it lists dirapi.dll as the
    source of the problem. Dirapi.dll is part of shockwave, so I can't
    be sure if it's just saying that shockwave in general crashed or
    shockwave overall crashed, but in any case, it lists it as the
    problem.
    I've tried everything I can think of to solve this problem
    and I just can't figure it out. I've tried rerouting all xtras to
    local files, tried a whole lot of things to clear globals and
    connections before quitting, letting the movie just run out into
    nothingness... I'm out of ideas. Your help would be greatly
    appreciated
    Thanks,
    Johnathon

    I've decided to post the script to see if any of you can find
    a problem with it that might be causing my problem, so here it is:
    global sConnect, MuteCountdown
    on stopmovie
    sConnect = 0
    clearglobals
    end stopMovie
    on DefaultMessageHandler
    global sConnect, uname, passphrase, IAmAdmin, IAmMod,
    IAmGuide, MuteCountdown
    newMessage = sConnect.getNetMessage()
    errCode = newMessage.errorCode
    if errCode <> 0 then
    alert "Error: "& errCode & " : " &
    sConnect.getNetErrorString(errCode)
    else
    if newMessage.Subject = "OkayToLog" then
    play frame 30
    end if
    if newMessage.SenderID = "System" AND newMessage.Subject =
    "ConnectToNetServer" then
    play frame 5
    end if
    end if
    end
    -- LoadMeUp
    -- Command lines that run when the login button is pressed
    -- Creates the multiuser xtra instance and the connection to
    the server.
    on LoadMeUp
    set uname = field (member "username" of castlib "Internal")
    set passphrase = field (member "password" of castlib
    "Internal")
    sConnect = new(xtra "Multiuser")
    errCode =
    sConnect.setNetMessageHandler(#DefaultMessageHandler, script 1)
    errCode = sConnect.ConnectToNetServer( uname, passphrase,
    "server.theserv", 1626, "MainMovie" )
    play frame 4
    end
    -- LoadCharacterCommand
    -- The script below is the problem causer. I'm not sure how
    to clear it
    -- in the on StopMovie command.
    on LoadCharacterCommand
    set uname = field(member "Username" of castlib "Internal")
    set passphrase = field(member "Password" of castlib
    "Internal")
    set CharDt = uname & ":" & passphrase
    -- The Commented line below is how I would normally send a
    command like this, the one below is how I have it set now, it makes
    no difference which I use. They both cause the crash in the end.
    -- errCode =
    sConnect.sendNetMessage([#recipients:"system.script",
    #subject:"LoadChar", #content:CharDt])
    errCode = sConnect.sendNetMessage("system.script",
    "LoadChar", CharDt)
    end

  • Suggestions for remote access of Kiosks

    I am starting planning a upgrade of a interactive kiosk and have been requested to include a number of additional options.
    Current Setup
    The Kiosk is a instore touchscreen unit that allows the customers to select and read product inforamtion, play video clips, and enter customer satisfaction feedback. Statistics of usage is stored in a text file that is retrieved form time to time.
    The current aplication is +/- 160 Megs
    22 Video clips ranging in size from 4Megs to 380Megs Currently Mpeg1, 720x576 Runs full screen
    Created with Director 2004MX Ver10.1
    OS Windows XP Pro
    Kiosks; HP small formfactor AMD procesor, 1gig ram
    17" touchscreens
    The units are spead across the country, some in remote towns. +/- 60 kiosks in total
    Currently updates, and statistic retrieval, is via USB memory sticks when Sales Representative vist the stores.
    Updates Requested.
    New format (22" widescreen)
    HD Video
    Remote Statistic Retrieval
    Remote Update (load /replace information)
    Remote Diagnostics
    I relise that not all of this is possible but would like to here sugestions.
    The HD Video will create even larger files and this will complicate the update proceedure, however the video files are not changed very often.
    We have an extensive 3G/HSDPA data network across the country and most of the Kiosks will be able to access this network.
    PUSH or PULL ??
    The question is should each unit "send" its data to a central server or should a central computer "download" the data from each unit?
    Like wise should each kiosk, on starting and at a set time, enquire if there is a update, and then download and istall?
    The diagnostics have been requested since some of the store managers "forget" to turn them on or off or report eratic performance of the kiosk.
    The current kiosks have been a great sucsess and have been operating for over 3 years with very few problems, however they are now looking old and the equipment is past its warrenty and we would like to increase the quality of the video inserts.
    Windows 7?? better or worse. The kiosks are expected to be instores for at least 3 years...
    Any comments most welcome
    Rob H

    You would need one of the machines to test if full screen HD video is possible... the video card would have to support HD video.
    If you can upgrade to D11.5 then you can take advantage of native support of H.264 video.
    If you use the Multiuser Xtra (or the free open source OpenSMUS) then you can have each of the units communicate with the server and vice versa for all your remote features.
    You could upgrade to Windows 7, but it's not going to give you any better features/looks since it's a kiosk running a Director built front end... as well, there are the UAC security issues to deal with in Vista or Win7. I would think it's more important to upgrade the hardware to run the HD video smoothly.
    In fact, all of your proposed upgrades are possible. The remote updates / diagnostics will probably be the most involved.

  • UDP communication with Lingo

    Hello,
    does anyone know some good free Xtra for UDP communication? Multiuser.xtra (with SMUS) not work for UDP when server is behind router. Another TCPUDPXtra I found not work in browser ...
    Is another way how create simple fast UDP communication?
    Thnak you.

    If you are talking about two web browser sessions on the same machine, and the same browser i.e both netscape or both i.e then use a static method and a singleton class. If you want a more detailed explanation, please ask.

  • Choosing Director for gaming project

    Hi all
    I'm doing my masters degree in multimedia and for a final
    group project am
    involved in creating a collaborative game. We are just at the
    research
    stage and I'm looking into technologies to use. We all have
    been taught
    Director/basic Lingo and Flash/basic Actionscript, so we had
    thought that we
    might author some movies in Flash but use Director for more
    sophisticated
    interactivity. However, doing this research is making me
    wonder what is the
    best option.
    I'll try to be brief describing the game. It will involve 4
    players around
    a table, each having 4 separate tasks to do. Then, when they
    have each
    completed their task, they will have to collaborate in order
    to advance to
    the next level of the game. They each have a touch screen to
    show them
    their movies, and there will be a 5th interface to have the
    collaboration
    on. So what is involved is a server of some sort to handle
    the levels (I
    assume!). I thought Director and the Shockwave multiuser
    server would be
    the perfect options. After researching the Shockwave
    multiuser server tho,
    it now seems that it's discontinued and there is a new fancy
    Flash one that
    has video and all sorts of things that I don't think we'll
    need.
    So the question is, can the older Shockwave multiuser server
    provide us with
    what we need, or should we consider the Flash technology? The
    reason I'm
    posting in this newsgroup is that I think it's a general
    question not to
    warrant specialist advice from the multiuser group. It would
    also be great
    to get some general feedback on the project, so all opinions
    welcome!
    Thanks in advance
    Trish

    Thanks for the fast reply - that link is very useful. I think
    that might be
    the way to go. No doubt there will be many more questions on
    the way
    Trish
    "openspark" <[email protected]> wrote in
    message
    news:e5d0jq$n75$[email protected]..
    > You may not even need to use a server. If you have only
    5 client
    > machines,
    > then you can use the Multiuser Xtra in peer-to-peer
    mode. The Multiuser
    > Xtra
    > has not been discontinued.
    >
    > There is also <a target=_blank
    class=ftalternatingbarlinklarge
    > href="
    http://xtras.tabuleiro.com/products/nebulae/index.tdb">Tabuleiro's
    > Nebulae Multiuser Server</a>. The unregistered
    demo version provides up
    > to ten
    > concurrent connections, which is more than adequate for
    your needs.
    >

  • How to communicate 2 PCs using Director

    Hello,
    I would like to know how to communicate 2 PCs using a Director development. I mean, If I push an interective buton on PC1, on PC2 goes to an especific marker in other director development.
    Hope somebody can tell me how to do it
    Thanks a lot

    There are pre-built behaviors for the multiuser xtra in the Library. I have never used them but I have created my own parent script that makes connecting Director movies simple. Let me know if you are interested and I will send it to you.

Maybe you are looking for

  • Can not store data to append structure in mara

    Hi after make the following steps, I have problem, please give me some tips. thanks 1, Append structure Zcode in MARA. 2, Created a ZMGD1 via SE80 copy from function group MGD1. 3, modify screen 0001, put this Zcode in this screen and FC MARA-Zcode.

  • Photoshop CS6 icon disappeared after update

    Hi; Photoshop CS6 icon dissappered from dock and launchpad after today's update. Also, when I launch the program, I can't use any tool or function! all dimmed. I'm using OS X Mountain Lion. Any idea? Thanks

  • Video and webpage issues since upgrade to Mountain Lion.

    I recently installed OSX 10.8(as an upgrade) on Macbook Pro(circa2008) with 2.5 Intel Core Duo processor and 4 gigs of RAM. It had 10.6 on it. Since the upgrade ,video has shown blue squigly lines while playing and web pages show squigly yellow ones.

  • Lightroom Contact Sheet save????

    Just started in lightroom (Win XP). Cannot find any way to save a contact sheet??? Am I stupid?? Thanks in advance, Nigel

  • Authentication & Authorization programming

    Hello all, I am in process to create a new application, My requirement here is that I want to create a reusable module that I want to use for authentication & authorization. Further I want that when ever a user logs-in, his/her privileges get stored