all groups > macromedia flash flashcom > september 2005 > threads for september 8 - 14, 2005
Filter by week: 1 2 3 4 5
Chess Game
Posted by ajaazz at 9/14/2005 6:31:18 PM
Hi
I have made Chess Game using AS 2.0 ... it have been comleted ... its 2 player
game ...... now i want to Connect with Flash Communication Server .... i
startred to work on Flash Communcation Server ..... and try to connect it with
that ... but could not be do it
kindly guide me ... ... more >>
getRemote in Flash 8
Posted by Ankur Arora at 9/14/2005 9:20:30 AM
Hi All,
I'm Ankur Arora and having some problem regarding shared objects in flash 8.
I've this code in flash 8
var so:SharedObject;
so = SharedObject.getRemote("ankur", "rtmp:/./..", "/");
so.data.username = "ankur";
so.flush();
how it works & where it wil... more >>
Streaming video
Posted by zahidsir at 9/13/2005 8:33:18 PM
Hello,
I have vdo files (SWF and FLV) from the developer and I wanted to do the
streaming using the Flash Communication Server 1.5.
I downloaded the FlashCom and installed. it seems to run the sample
application just fine.
I tried creating a new application folder C:\Inetpub\wwwroot\... more >>
Flash 8?
Posted by emansouri at 9/13/2005 12:23:14 PM
When and where can I download the Flash Comm components for Flash 8?... more >>
Latency problem on first videostream
Posted by anders_hg at 9/13/2005 12:12:25 PM
I cannot figure this out so I hope someone has had this problem and a solution.
When I start the flashcom server and try a standard videoconference
application (or sample)
there is a huge latency problem for the application. It seems that the server
needs to "warm up".
After appx 5 minut... more >>
Ya, flash media server 2!
Posted by flashmxkid at 9/9/2005 12:00:00 AM
http://www.macromedia.com/macromedia/proom/pr/2005/announcing_flashmediaserver2.html Flash Media Server 2 (flashcom) is coming.... more >>
Flash Com. Server and it's Remoting
Posted by AmnISaid at 9/8/2005 12:27:47 PM
Hi all!
I am using the following remoting code:
var nc = new NetConnection;
nc.connect("http://localhost/flashservices/gateway.aspx");
var responder = {};
responder.onResult = function(r)
{
trace(r);
};
nc.call("MyService.SomeFunction", responder, "someParameter");... more >>
Problem installing FCS1.5 in Linux (Permission denied)
Posted by s_e_v_i_r at 9/8/2005 10:54:18 AM
i`m triying install FCS in my Linux Server and the install script show
this error:
fcsconfig -help -> Permission denied
line 178: RETVAL=`$cwd/fcsconfig -help`
i also tried run this file
# ./fcsconfig
-bash: ./fcsconfig: Permission denied
# chown root.root .
# chmod ugo+x fcsc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Saving Live feeds
Posted by fe_levy at 9/8/2005 12:00:00 AM
Hello,
I was wondering if it is possible to save the live stream to a .flv file. If so... can anyone help me with this?
I would really apreciate it.
Thanks in advance, Levy...... more >>
ports and components!?!?!?!?
Posted by martin47 at 9/8/2005 12:00:00 AM
This is weard. I had an app for elearning that uses all the components runing
on a server. I found a doc that suggests to have the FCS using port 80 so
firewalls won?t stop the connections and have the SWFs on another server. My
app also uses sharedobjects. The thing is that the app connects f... more >>
|