Skip to main content
Mister_Mitbewohner
Participant
September 7, 2014
Question

How to get list of logged-in users from Flash Media Server in a Flash programm? (Or login/logout notifications)

  • September 7, 2014
  • 2 replies
  • 678 views

Hi there,

I'm Very sorry for asking this. I guess it's a very basic problem, but I'm very new to Flash and Flash media Server and I need a very fast answer...

Currently I'm working on a Director project using a flash program which connects to Flash Media Server (I guess version 3, it's quite old). Unfortunately they forgot to make a flash method to send the actual userlist (or a notification when someone logged in or out) to Director. AND, unfortunately, they lost the source code of that flash programm, so I cannot look into it or alter it *sigh*.

Now I want to do a new flash programm which covers the old one, letting all known methods "pass trough" and building an additional method to gain the user list (or login/out notification).

How do I get the login information from Flash Media Server? (Would be good if you could provide an idea already for flash code... as I said I'm a tard at flash till now)

Thank you so much. And I hope you understand my situation asking here...

Jana

This topic has been closed for replies.

2 replies

Participating Frequently
September 11, 2014

Hello.
i would like to help you as much as i can so here is what you can do:
as long as you don't have the source code for your flash application you can try to decompile it and then you can edit it, instead of creation of new application which is time consuming.

I will recommend you to use Trilix Flash Decompiler. It is not a free, but useful app.

So, if you have the skills, it will be easier for you to read/edit the code. However, if not, you can write me a private message and i will be glad to help.

Good luck!

Adobe Employee
September 10, 2014

Which user list...AMS by default does not have any  user list...There is a list of users who can administer a Flash Media server/Adobe media server, but i do not think you are referring to that list.

Please be more specific.

Mister_Mitbewohner
Participant
September 11, 2014

Well, I didn't specify it, sorry... So, how to explain...

There's a little flash application running on the server to which users can log in. Now I need to know which users are logged in there. Unfortunately the application has no such function, yet, and I cannot alter the application due to the missing source file. Does this information help? Can I ask the server somehow which users are logged in to a special application?

Adobe Employee
September 11, 2014

The logic of maintaining any user data if any(in this case list of users) resides within application logic and AMS would not know theselogical details of an application...So AMS would not be able to tell you this info.