Error: Failed to execute method (NetStream).
I've googled this and come up empty.
All I am trying to do is create a netstream and assign a group to it like so:
var netstream;
var groupSpec;
groupSpec = new GroupSpecifier("foo");
trace("groupSpec: "+ groupSpec);
netstream = new NetStream(netConnection, groupSpec);
~~~~~~~~~~~~~~~~~~~~~~~~~~
Which results in:
#groupSpec: G:040e666f6f00
#Sending error message: /opt/adobe/fms/applications/custom/main.asc: line 33: Error: Failed to execute method (NetStream).
If I remove the groupSpec optional parameter I successfully connect the NetStream.
According to the docs [on this page] I should be able to identify a GroupSpecifier in the NetStream constructor.
Is this a bug? Is there another way to do this?
Much thanks in advance!
Chris
