| Author |
Flash Media Server 2 Java SDK?
|
|
| Jukka Kuosmanen 2005-12-20, 5:45 pm |
| Hi, where can I find documentations about the FMS2 Java SDK? I found a
mention that it exists but nothing more. I need to know is it possible to
call server functions from a Java client.
Thanks,
Jukka
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Brian Lesser 2005-12-20, 5:45 pm |
| Hi Jukka,
Unfortunately, no Java SDK was released with FMS 2. Maybe someone at
Adobe will be able to comment on if/when it might appear.
Yours truly,
-Brian
Jukka Kuosmanen wrote:
> Hi, where can I find documentations about the FMS2 Java SDK? I found a
> mention that it exists but nothing more. I need to know is it possible
> to call server functions from a Java client.
>
> Thanks,
>
> Jukka
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
--
________________________________________
______________________________
Brian Lesser
Assistant Director, Teaching and Technology Support
Computing and Communications Services
Ryerson University
350 Victoria St.
Toronto, Ontario Phone: (416) 979-5000 ext. 6835
M5B 2K3 Fax: (416) 979-5220
Office: AB48D E-mail: blesser-6s6ziW1YCwCw5LPnMra/2Q@public.gmane.org
(Enter through LB66) Web: http://www.ryerson.ca/~blesser
________________________________________
______________________________
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
|
| Actually it does exist and you can call server functions from a Java
client. I have done a little work with it
However now that Brian mentions it, it seems no Java SDK per se was
released.
a
> Hi, where can I find documentations about the FMS2 Java SDK? I found a
> mention that it exists but nothing more. I need to know is it possible
> to call server functions from a Java client.
>
> Thanks,
>
> Jukka
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Dario De Agostini 2005-12-21, 2:45 am |
| Jukka Kuosmanen wrote:
> Hi, where can I find documentations about the FMS2 Java SDK? I found a
> mention that it exists but nothing more. I need to know is it possible
> to call server functions from a Java client.
most important thing to say: it won't allow you to send/receive a/v
streams from/to Java applications.
So if you were planning to use it to overcome flash codec limitations...
well... it's not the solution you need 
Dario De Agostini
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Jukka Kuosmanen 2005-12-21, 2:45 am |
| Hi,
>Actually it does exist and you can call server functions from a Java
>client. I have done a little work with it
Can you post an example or can you tell how it is done?
Jukka
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
|
| Sorry this is coming late
First you need to get the FCSj.jar. an archive file without which no
compilation is possible
then you import the classes
*import com.macromedia.fcs.client.*;
import com.macromedia.fcs.common.*;*
and you write the Java class code to make the NetConnections and so on.
I'll try to post something more substantial in the near future but for
now I'm quite busy
a
>
>
>
> Can you post an example or can you tell how it is done?
>
> Jukka
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|