Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash





See Related Forum Messages: Follow the Links Below to View Complete Thread

Flash Media Server And Flash Comm Server Where 2 Start?
hey all,

i'm wanting to stream video or even just load it into my flash sites and not lag them....anyway i have had a few people tell me to look at flash media server and flash comm server.

i have but i am really confused with it all...WHERE DO I START?? WHAT TO KNOW?? HOW TO DO IT??? etc

any help would be great!! thanks peeps

Flash Comm Server Mx
I downloaded the trial version of FCS MX. I have PWS installed on my win98. But I duuno why I just can't use the FCS mx. do I have to upgrade to win 2k?

Anyone Have Experience With Flash Comm Server?
I'm at a loss. I've got a project that I'm trying to convert so that it works with Remote Shared Objects.

I haven't even begun testing because I can't even get the examples provided with the Flash Comm. package to function.

All the samples/tutorials provided are located in a directory of the server named "samples". In a directory named "apps" there are corresponding folders to each sample that contain the server side asc file needed to run the example.
The server side script is accessed from the client swf thru the netConnection by defining the URI property: e.g.
ActionScript Code:
nc = new NetConnection();
nc.connect("rtmp://flashcomsvr.mydomain.com/myFlashComAppName");
// interestingly enough the sample swf's define the rtmp path with as
"rtmp:/continuePathName"
When I try opening multiple instances of any of the samples provided to see if the client to server connection is made nothing occurs.

Do my client swfs need to be served from the FCS or can they live on another and reference back to the FCS?

Any assistance would be appreciated!

Thank you.

Installing Flash And Comm Server
Hi gurus,

I need to install Flash on my system (in Lan) and Flash Communication Server on different machine (LAN SERVER). Is it possible. How can I do that. Both are Trial versions. Thankingyou

Flash Comm Server And Apache
Hi everybody, I'm just starting with FCS and I'm reading a book called New.Riders-Macromedia Flash Communication Server.MX, written by Kevin Towes, I'm not a developer, just a web designer and I made some apps using ASP or PHP with Dreamweaver MX , but I've a doubt, in the book Kevin works with examples within IIS server installed on the machine, the problem here is I've Apache server installed on mine, and I cannot follow certain things, for example, I did the first app, (one communicating with the comm server), in fact, when I publish the movie, the connectionLight_mc is working because the 'light' is green, but when I place a name in the SimpleConnect component nothig happens in the peopleList_mc, reading back in the book, I found this:

In this book, I assume that you install your server on a machine with a Windows IIS Web Server with the default Development options. References will be made to these locations:

Support Files Directory: C:Inetpubwwwrootflashcom

Applications Directory: C:Inetpubwwwrootflashcomapplications

but, I've no this locations because what I've installed is the Apache server, so, this folders are installed on this locations:

C:Archivos de programaMacromediaFlash Communication Server MXflashcom_helpflashcom

then, the same in:

C:Archivos de programaMacromediaFlash MX 2004flashcom_helpflashcom

and then this other in:

C:Archivos de programaMacromediaFlash Communication Server MXapplications

My question is, is my first example not working at all because I've no IIS, or I should move flashcom and applications folder into the htdocs folder in the apache server?

Hope somebody here can help me with this

Thanks a lot

Accessing Flash Comm Server On PDA
Hi,
Im doing a project based on a pda. I also want to include a chatroom that will be based on a website and accessed via a url on the pda.

Does anyone know if flash communication server can run on a PDA?

[Q] General Question On Flash Comm Server MX...
Howdy...

First time lurker, first time writer in this forum...

I just followed the tutorial and it seems to be working...
---
Tried this one...
Creating Your First Broadcast with Macromedia Flash Communication Server MX
http://www.macromedia.com/devnet/mx/...broadcast.html
---

FMX/FCS 1.6/WXP SP1/IIS

Okay... The files are...
Source Files
C:Program FilesMacromediaFlash Communication Server MXapplicationsvideo_tutorial
Video Files
C:Program FilesMacromediaFlash Communication Server MXapplicationsvideo_tutorialstreamsvideo
Test Files
C:Inetpubwwwroot

and it does work on my computer over the IIS...

The question is... The FLV files are sitting on the directory which is not really related to the web server, yet the video file is playing...

Does this mean that FCS is fetching the FLV file from the directory where the user cannot reach and stream it??? It makes more sense to me if the FLV file is sitting under the C:Inetpubwwwroot directory but it is not the case...

Can somebody scratch my brain???

One more question... How will that directory structure be changed if the FCS will be installed onto another computer??? The documentation gives me some scenario but I don't quite understand it...

Thanks...

How To Script The Install Of Flash Comm. Server?
Hi all,

I need to deploy FCS 1.5 to a number of W2K servers. I have scripted every single part of the install and updates, EXCEPT for the initial FCS1.5 install, because I can find no documentation on it at all - anywhere!

The variables that I need to be able to "pass" to the install are:

IIS or folder for install
first / last name for reg. purposes
company name for reg. purposes
serial #
admin username
admin password

Is there any way that this can be scripted? I have gone through all of Adobe's docs and various places on the web but cannot find any info on any potential switches/files that I can feed to the installer.

Here's hoping that someone has done this already!!!

Thanks so much,
Rick Tait

Flash Comm Server Streaming Problem
Hi

I'm meant to be putting together a simple video playback swf for a client. They want to stream a movie from a flash comm server where their file is being stored. Unfortunately, I'm new to streaming flv's from a flash comm server, so the URL to the file that they gave me confuses me slightly...

rtmp://fms.examplecompany.net/ondemand/ ... lefile.flv

Obviously, I've duped in the company names and file names, but I've left the structure of the path the same. I'm trying to use the code, as supplied on the Adobe site, but I'm lost as to how to split up the path...

Code:

nc = new NetConnection();
nc.connect("rtmp://fcs_server_name/app_name/instance_name");

ns = new NetStream(nc);
myVideo.attachVideo(ns);
ns.setBufferTime(0);
ns.play("test");
If anyone could offer any advice at all it would be much appreciated!!


Cheers[/code]

Flash Comm Server Shared Objects
How do I have multiple instances of a FCS app use the same shared object?

Thanks.

Benefits Of Using Flash Comm Server To Stream Audio?
I have a website that makes heavy use of flash with dynamically loaded mp3 files. The site is located on a shared host in Australia and, currently, all streaming is done by the web server.

I am wondering if there would be any benefit in using the Flash comms server to stream the audio (aside from the fact that the mp3 files wouldn't end up in the client's cache).

The only concern is the end user's audio experience so I am tossing up between

a - using Flash comms server
b - providing both a "narrowband" and "broadband" link and shifting to a dedicated instead of shared host if traffic becomes an issue

I've checked all the macromedia spiels on the Flash comms server but it's all really focused on video and real time interaction capabilities.

Will the Flash comms server provide significant gains for audio streaming that I'm not seeing?

Is that a better solution for remote, overseas users accessing the content or will I still have to place content on servers overseas for them to get a decent user experience?

Any comments or thoughts will be appreciated.

New-b: Flash Remoting Or Flash Comm Server?
Sorry for the basic question, but I am trying to decide if I need Flash Comm Server or Flash Remoting to achieve my goal. I find the info I have found on the net pretty confusing. Also, what happened to Generator?? Did that evolve into Flash Remoting?

Anyway, I am producing a website that will allow the administrator to design a flash map (basic .swf that allows positioning of objects, with a 'save' option that currently generates an XML file that describes the objects and their positions). These maps (with different layouts) will appear on several pages. I want to deliver the maps in 2 flavours - static image (JPEG/PNG) or .swf. This obviously entails building the .swf on the server side and probably caching it to save overhead.

I'm expert in actionscript 1/2 and Flash, but have never done any server-side stuff with regards to dynamically generating .swfs. I've only ever called PHP/.NET scripts on the server with loadVars, etc, and also some webservices).

Thanks in advance for useful feedback.

FMX Comm Server
When they say 1mbit peak bandwith on the personal edition, do they mean combined client usage or just single output?

Comm Server Connect :(
I have set up Flash Comm on my old computer and it has worked fine. But unfortunaly on this new one, I can not connect correctly to any of my applications, nor the sampel applications that came packaged with Flash Comm. I have made sure the service is started, locally, and everything else I can think of. Any idea's?

FMX Comm Server - Alt Hosts
I am looking at using flash comm for a project (personel edition) and the client is fine with buying the 500 package, but the problem is hosting. Most hosts, includign thier current host, will not allow them to install Flash Comm for thier server needs. (local hosting is out of the question, to much upkeep) So we go to virtual hosting that supports Comm Server, but the only one that I have really noticed is MediaTemple.net and they are overpriced. $300/mo for a personal comm server package? I can BUY IT for 500! Anyway, do any of you know if there are some reliable hosting companies that host reasonably priced comm server packages? Or perhaps a hosting company that will allow us to install our own packages? Thanks

Any Tutorials For Comm Server
HI
I want to learn Flash Media server ... can someone let me know some sites from where I can start learning ... or if someone could send me some basic applications ....
tnx

Are You A Comm Server Guru?
I am desperately seeking people who understand coding actionscript specifically with Flash Communiactions Server.
I'm beginning to doubt if there are any of you out there?
Please show yourselves!

Using Comm. Server Offline
Can flash communication server swf's work offline , without server ?

Comm Server Not Started..
hi all,
Recently , i have installed flash comm server mx on my machine running win 98.
i started to create chat application using the steps given in
http://www.macromedia.com/devnet/mx/..._comm_app.html page.

im trying to start the flash comm server by using the step4 given under
Debugging Common mistakes

4. Check if the Macromedia Flash Communication Server is running. Go to Start > Programs > Macromedia > Flash Communication Server MX and click on Start Server.
But there is no such menu item in
Start > Programs > Macromedia > Flash Communication Server MX .

And one more thing is , the connected led (loight_mc) is not glowing ( no color such as red or green).

i have no web cam or audio device. I need only text chat application.
what im doing wrong?

what are things needed to do this application.

how do i start the server.


Any help is appreciated.


jsam...

FLV And NetStream W/o Comm Server?
Hi all,
Can Flash MX, not 2004, stream an FLV all by its self?

It appears that Comm Server might be required. I've been trying to get NetStream to work, which is available in Flash MX, but can't. I'm also having difficulty finding any documentation on it.

If this is not possible, please recommend a video and MX strategy.

Thanks,
Joe

Comm Server Stops Working For A While
Hi!

Iīm very impressed about an error that occured over here.

I have a main application directory in my flash comm server mx.

itīs placed in the default path where flash comm server is installed:

C:Arquivos de programasMacromediaFlash Communication Server MXapplications

thatīs it.

but Iīve created two sub directories inside this one:

components
components2

I use both of them...

And I had no trouble with that.
but suddenly... my directory components2 stops connecting...
and no app inside there worked anymore.

I became mad... I tried and tried lots of things
to understand what the heck is going on, and

I got messages from the local event LOG (windows 2k)
telling me about errors with the exact time/date I tried to
test the application. it says:

type: error
origin: flash
category: (265)
event Id: 1069
description:
(_defaultRoot_, _defaultVHost_) :
Failed to load application instance components2.

but suddenly...
when I tried multiple times to make the same swf to connect,
the application begun to work.

And now, Itīs working again.

Anybody knows what could it be?

Thanx!

Zerooito

Differences Between Comm. Server Pro And Personal
Hi,

I'm looking at possibly picking up Flash Comm Server MX, and I'm trying to find what the differences (aside from the hefty price difference) between Pro and Personal are. Does anybody know where I could find a comparison chart or something similar? MM's webpage doesn't seem to be much help.

Thanks much,
-C

Comm Server Noob Questions
Hello all,

I got a new job this week and the new company does alot of flash video streaming. I havent done alot of flash flv streaming but I have some basic questions.

1) Have any of you ever used flash communication server? Does this improve the stream of flv video? Because I know you dont require communication server to stream flv.

2) Do any of you have any suggestion for making the smallest/clearest flv available? Right now The company is exporting flv directly from Final Cut Pro. I suggested using Sorenson Squeeze from a quicktime file then making the flv...we havent tested it to see if its smaller yet...but if youve found a good way, let me know....

Thanks.

Web Conference Tool ? Using New F.comm. Server MX Tools ?
Hi there


Was wondering if anyone had any recommendations for setting up a virtual conference...
I've used placeware and webex before..but since we totally embrace flash and other macromedia products..the natural progression for us would be to start utilizing the power of the flash MX communication server

The company and tool i've found that interests me is

http://www.wanadu.com/new/site/iconf.html

a flash MX app that can hold up to 500 users..

Im looking for the functionality of
+ incorporating flash presentations.
+ possibly taking the End User on a web tour
+ Streaming Audio
+ Archiving possibilities
+ Log in and Log out password

Any other recommendations or suggestions (like other websites detailing the power of flash MX server ) would be greatly appreciated..
thanks
Rye

Java Pushing Data To Comm Server
I have a dilemma. Flash Com Server is great for Push architectures. In fact, timely retrieval of information is what it was designed for. However, there is a problem that I do not have the answer to. With Flash Remoting you can make use of Java Classes, Servlets, etc. But this is over HTTP so you can only Poll (meaning query the server at intervals). Combine Flash Communication Server with Remoting and you have Flash Comm Server Remoting. Great, now we can push data that is in AMF (Action Message Format) to the client as opposed to having them Poll. I like this so far.
My problem arises when I want to have JAVA trigger the push via the Comm Server. So that means Java must be able to randomly either A) Add to the SharedObject so that all movies update or B) Tell the server Side Actionscript to update (I.e. call a ActionScript method)...
Any takers? Macromedia people?

Sample Video Apps With Comm Server
I have two sites on the same Flash Comm server, both using the same
sample video application.

The application is called sample_panel_presentation.swf

The problem is the two sites do not want to be connected to each other.

If anyone is familiar with this sample application can you suggest what I would
change in the .fla file to make each connect to it's own "room"

I'm not much of a programmer and I've been looking at the code all day in Studio MX to try and figure it out - but no luck.

Any help would be greatly appreciated.

Thanks!
Adolf Chavez
adolf.chavez@tio.com

PD>flash Comm>flash, Color Transform Problem
here is my situation :
i use PD to send the RGB values (R,G,B) to flash via flash communication server

what i have to do:
convect RGB(R,G,B) value to hex RGB(0xRRGGBB)
and change the color of the movieclip to such color in real-time.

so i try:
+++++ on the 1st frame
...
...
... //get RGB from color sent by PD
r = colors[0];
g = colors[1];
b = colors[2];

TextR = "R = "+r;
TextG = "G = "+g;
TextB = "B = "+b;
TextMsg = msg;

++++ setTransform ...
onClipEvent(enterFrame){
var my_color:Color = new Color(_root.my_mc);
var myColorTransform:Object = { ra: 100, rb:_root.r, ga: 100, gb:_root.g, ba: 100, bb:_root.b, aa: 100, ab: 0};
my_color.setTransform(myColorTransform);
}

++++++++++BUT It doesn't work, becoz :
the color of 251,251,251 should be almost white but, it shows yellow
all other color with same problem ...

does anyone have experience on this matter?

how can i improve?

PD>flash Comm>flash, Color Transform Problem
here is my situation :
i use PD to send the RGB values (R,G,B) to flash via flash communication server

what i have to do:
convect RGB(R,G,B) value to hex RGB(0xRRGGBB)
and change the color of the movieclip to such color in real-time.

so i try:
+++++ on the 1st frame
...
...
... //get RGB from color sent by PD
r = colors[0];
g = colors[1];
b = colors[2];

TextR = "R = "+r;
TextG = "G = "+g;
TextB = "B = "+b;
TextMsg = msg;

++++ setTransform ...
onClipEvent(enterFrame){
var my_color:Color = new Color(_root.my_mc);
var myColorTransform:Object = { ra: 100, rb:_root.r, ga: 100, gb:_root.g, ba: 100, bb:_root.b, aa: 100, ab: 0};
my_color.setTransform(myColorTransform);
}

++++++++++BUT It doesn't work, becoz :
the color of 251,251,251 should be almost white but, it shows yellow
all other color with same problem ...

does anyone have experience on this matter?

how can i improve?

PD>flash Comm>flash, Color Transform Problem
(sorry for duplicate post, but i dun know which field it should be)

here is my situation :
i use PD to send the RGB values (R,G,B) to flash via flash communication server
what i have to do:
convect RGB(R,G,B) value to hex RGB(0xRRGGBB)
and change the color of the movieclip to such color in real-time.

so i try:
+++++ on the 1st frame
...
...
... //get RGB from color sent by PD
r = colors[0];
g = colors[1];
b = colors[2];

TextR = "R = "+r;
TextG = "G = "+g;
TextB = "B = "+b;
TextMsg = msg;

++++ setTransform ...
onClipEvent(enterFrame){
var my_color:Color = new Color(_root.my_mc);
var myColorTransform:Object = { ra: 100, rb:_root.r, ga: 100, gb:_root.g, ba: 100, bb:_root.b, aa: 100, ab: 0};
my_color.setTransform(myColorTransform);
}

++++++++++BUT It doesn't work, becoz :
the color of 251,251,251 should be almost white but, it shows yellow
all other color with same problem ...

does anyone have experience on this matter?

how can i improve?

Fullscreen Flash Popup, I'm Begging The Flash Comm
http://ferlan.110mb.com/Flash/newsplash1.html

This is a link some guy put together, which essentially does what I want.

which is....


Have a fullscreen pop up window, that has my flash file centered vertically and horizontally, that works on IE as well as firefox and safari....and doesn't have the 'click to activate' bug.

I have tried everything, and now I am so overwhelmed with javascript solutions, blocks of code, functions, getting close, only to fail....that I am begging the flash community at large to save me, and show me like I was a retarded kindergardener.

a mock up sample would be appreciated.

To Flash Comm Or Not To Flash Comm
Hi all - I figured Id start with the experts. I have developed a series of Flash demos for my company which can be seen here - http://webex.com/resources/quick-tours.html

all except one have multiple progressive FLV's synching up to graphics using cue points.
your typical talking head stuff ; )

We are getting to a point where Im thinking we need to deploy Flash comm server becasue they certainly see a lot of traffic and I periodically hear of a "choppy experience"

my question lies in that I can't find any simple comprehensive info about what Flash Comm server really is and how it would be deployed for our needs.

All info I seem to read is all about these rich flash comm applications - so Im a little confused as I thought it was simply software we deployed on one of our servers and then I dropped a lil AS into my Flash files to synch up and enable true streaming of the video files. Am I over simplifying this?

Can someone explain and maybe point me in the right direction?
Much appreciated!!
Thanks.
Andy

E-comm In Flash?
I need to integrate e-commerce into an existing Flash site. I've been searching for days trying to find books, tutorials, anything that can hep me and haven't found anything except companies trying to sell me their already built Flash carts. Can someone please guide me in the right direction? I want to do learn this myself, not have someone else do it for me.

E-comm In Flash?
I need to integrate e-commerce into an existing Flash site. I've been searching for days trying to find books, tutorials, anything that can hep me and haven't found anything except companies trying to sell me their already built Flash carts. Can someone please guide me in the right direction? I want to do learn this myself, not have someone else do it for me.

Web Camera With Out Using Flash Comm
Is there a way I can connect a web camera to my flash movie with out using the Communication Server?

Is there is can someone please explain how this can be done or point me towards a tutorial. I know I can use the get camera () function but not sure what to do after that.


Thanks

Requierement Flash Comm
I had a prob when i want to use Flash Comm... when i read da manual... is says that this software must be installed within WINDOWS ADVANCE SERVER 2000 OR WINDOW NT SERVER 4.0... when i bought window nt server... it ask me to locate WINNT file.. but i'm using Window Me... so the installation of that server can't be proceed... then when i'm upgrading my Me to Window Xp... the Windows Nt server says that something like this... "can't installed Win Nt in your comp"... what???

1) Okay what i'm worried is... if i don't installed the window advance server or window nt server 4.0... can i make "Webcam chat" just using LAN connection without those server??? Am i suppose to switch to Windows advance server 2000???

2)Any other thing that i'm miss??? or misunderstood???

IP Camera With Flash Comm?
Is it possible to use an IP camera (Axis, etc) with Flash Communication Server. It seems the answer is no, but perhaps someone knows better?

Thanks much...

Ty

Fun With Netkeeper.ca And Flash Comm...or Not
Does anyone know how to request a RMTP address from netkeepers or any web host who supports Flashcomm servers? I have an account with them, but I do not know how to get the flashcomm server working.

Flash Comm Communication Method
Hi everyone...

Does anyone know what technology is used for communication between the flash client and the flash communication server?

HTTP, Corba, COM, Web Services, etc...

An online article would be highly beneficial if anyone could provide one

Thanks for the help

Flash Comm Installation Snafu
Hi All,

Attempting to install Flash Comm on MAC OS 10.4 Tiger. The FLASH comm installer cannot find my copy of FLASH MX 2004 in the applications folder created under my user name. I attempted placeing the installer in the flash mx folder without success.

Can some one assist?

Streaming Between Clients Without Flash Comm
Anyone around here know how to do this?

I have seen a product that uses a java backend that seems to work with flash streaming, but I am looking to integrate this into a php server and need some help.

Can Someone Suggest A Good Flash Comm. Book?
I'm looking for a good Flash Communications Server book that will give me some insight on using video and audio conferencing along with a chat engine development. Can anyone suggest a good book for this subject?

Thanks!

Flash Comm Video Streaming Problem
Hi

I'm meant to be putting together a simple video playback swf for a client. They want to stream a movie from a flash comm server where their file is being stored. Unfortunately, I'm new to streaming flv's from a flash comm server, so the URL to the file that they gave me confuses me slightly...

rtmp://fms.examplecompany.net/ondemand/fcs.examplecompany/clients/examplefolder/exampleclient/examplefile.flv

Obviously, I've duped in the company names and file names, but I've left the structure of the path the same. I'm trying to use the code, as supplied on the Adobe site, but I'm lost as to how to split up the path...


Code:
nc = new NetConnection();
nc.connect("rtmp://fcs_server_name/app_name/instance_name");

ns = new NetStream(nc);
myVideo.attachVideo(ns);
ns.setBufferTime(0);
ns.play("test");
If anyone could offer any advice at all it would be much appreciated!!

Cheers

[ Flash Comm And Flash 8] Video
Hey, I am experiencing some difficulties with Flash and the FCS on my site. I am trying to use dreamweaver video template with a flash comm server.

Here is the information:

RTMP:
rtmp://blah.address.ca/me/streams/kofIntro

Instance:
kofIntro.flv

File:
http://kevink.ca/ver4/untitled.html

Not sure what it is not displaying anything. Any ideas?

Thanks.

SOAP, C++, C#, Or Other Access To Flash Media Server Server Management ActionScript API,
I'm writing code to manage a farm of Flash Media Servers, and I need to call some Flash Media Server APIs from languages other than ActionScript.

I'm happy to write some of my code in ActionScript subroutines, and just use the NetConnection remote call API to invoke those functions. But I can find no way to do this.

I was initially enticed by the alleged support for Web-Services, but was disappointed to find that it only (appears) to support consumption of web services - not PROVISION of web services.

I saw that there was an external API accessible from flash media player itself, but that appears to require embedding the media player in a web browser, etc.

Is it - perhaps - possible to directly invoke the flash-media-player from a C# application using their COM-bridge in .Net? And then use that to invoke remote connections - without having any client side actionscript?

Any other ideas?

Flash Media Server 3 And Windows 2003 Server Help For Live Streaming
Hi
I installed FMS 3 (developer) on my Windows 2003 Web Edition.server online
I booted the FMS 3 and it seems that it works correctly (I did the port scanner and is ok)
But I can not see the live streaming applications.
I followed the guidance of Tom Green
http://www.adobe.com/devnet/flashmediaserver/articles/beginner_vod_fm3.html

In local everything works, but in windows server 2003 does not see the movie: I see only the green bar.

Please, someone has had similar problems to my and resolved?
What should I do on Windows servers?
The firewall is open on port 1395, but I do not have results.

Also, if using Flash Media Encoder 2.5 (locally) and use <Stream to Flash media Server> after entering the username and password I have this error
Primary - [ AccessManager.Reject ] : [ authmod=adobe ] : ?reason=needauth&user ...


Someone can help me?
Thank you

Flash Media Server Only Works Local On Server
i just installed a developers version of the flash media server on a windows server.
i don't have any problems while starting my applications on the server itself.
the problem only appears when i try to connect from a different computer which is not located in this network,
at least a connection from "outside".

there is no firewall right now on that server that this can't be the problem.

when starting the media server by the managment console i also do login with the domain-name of the server and not with localhost...locally all is working well...but not from outside.

i also try to test port 1935, 443 and 80, but none succeed from outside.

what i also tried is to run a version of the flash communication server 1.5 on my home pc also running a windows server. in this case i had the same problems: could only get a connection locally but not from outside...i.e. the connection to the server failed.

anyone an idea?

Immitating Flash Streaming Server With Development Server
We have an FMS 2 application that we are getting ready to port to FMS 3. It works on the development server, which I understand, is full featured like the Flash Interactive Media Server. Since our customers are primarily K-12/colleges, and our application only streams very low quality audio we would like to suggest that our customers purchase the cheaper FMS Streaming Server 3.

The question:

Is there a way to make our Flash Media Development Server act like Flash Media Streaming Server with out purchasing a license, in order to test application compatibility? We don't want to have to purchase the streaming server only to find out it won't work and then pay another $3,500 in order to upgrade to FMS Interactive, when we could just pay $2000 to upgrade our existing FMS 2 license to FMS Interactive.

Copyright Đ 2005-08 www.BigResource.com, All rights reserved