-
I followed the instructions in the readme,
surfed to:
http://localhost:8080/openamf/examples/client2.html
and got this exception:
any ideas?
[ERROR] 2007-11-15 10:30:54,578 btpool1-8:( org.openamf.DefaultGateway.reloadConfig ) Reload config error
java.net.MalformedURLException
at java.net.URL.(URL.java:601)
at java.net.URL.(URL.java:464)
at...
2007-11-15 08:35:11 UTC by zyoav
-
Hi,
I'm using the Red5 project (http://www.osflash.org/red5), and I recently discovered that it doesn't support the entire AMF format.
For example, when I send a BitmapData it doesn't attempt to deserialize it (just returns null). see:
http://jira.red5.org/browse/SN-72
You can see the datatypes it supports:
http://osflash.org/documentation/amf/astypes
Does OpenAMF support sending...
2007-11-15 07:46:46 UTC by zyoav
-
For maven2 builds, openAMF should be available on the global maven repositories...
Do you guys think you can request a post and do a maven bundle?
thanks!
2007-10-12 15:43:37 UTC by hadolphs
-
1) Adobe published an article about pushing data to Flash clients:
http://www.adobe.com/devnet/flashmediaserver/articles/rmi_fms2_02.html
2) OpenAMF questions can be sent to the openamf-user mailing list:
https://lists.sourceforge.net/mailman/listinfo/openamf-user.
2007-02-26 15:31:17 UTC by sullis
-
I'm looking for a way to PUSH data to the client. And with the AMF-capabilities of OpenAMF I was thinking it would be nice to PUSH Flex Objects to the client. Since sockets provide this capability, you could even have it be a type of Gateway. So that developers could switch back and forth on what kind of gateway is needed for what kind of work. With a multi-threaded socket server running in the...
2007-02-26 14:41:45 UTC by randomblink
-
If you need an alternative to Flex Data Services, check out: www.graniteds.org.
2007-02-26 05:21:53 UTC by sullis
-
Are you looking for an open source alternative to Macromedia's Flash Communication Server? You should take a look at the Red5 project: http://www.osflash.org/red5.
2007-02-26 05:20:42 UTC by sullis
-
include a socket server option that is multi-threaded to allow this project to be used for chat / multi-player gaming as well as the current uses...
2007-02-25 23:59:41 UTC by randomblink
-
When a method invoked by OpenAMF takes an abstract
class as parameter, or a class that cannot be
instantiated (protected constructor for example), an
error occurs before the method is invoked. This happens
although the actual parameter is a concrete subclass of
the parameter type.
A possible fix is to modify the method
decodeParameter() of org.openamf.util.OpenAMFUtils:
public static...
2006-11-02 10:46:28 UTC by phtouz
-
sullis committed patchset 651 of module openamf to the OpenAMF - Java Flash Remoting CVS repository, changing 1 files.
2006-04-06 00:55:43 UTC by sullis