Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > macromedia flash flashcom > may 2007

Filter by week: 1 2 3 4 5

FMS Port Issue
Posted by rmarrero768 at 5/29/2007 7:15:24 PM
Good Afternoon, I am currently using FMS to run a web application is on server 2.2.2.1 and Flash Media Server is 2.2.2.4. Now I can either install the web app on the same server as FMS or vice versa. The problem is what if that is not an option, How do I get FMS to communicate with my web ...more >>


Please, Help me.. !! ((Can not support NAS or shared folder ? (Application Directory)))
Posted by suil at 5/29/2007 12:00:00 AM
I need to set up application directory in NAS or Network Shared Folder. How can I do that ? In the fms.ini file. VHOST.APPSDIR = z:\myapps => z:\ is shared folder then, Application directory does not exist : z:\myapps please, I want to fix the problem.. bye. ...more >>

trace server side
Posted by Dodadod at 5/28/2007 12:00:00 AM
my code is simple : application.onAppStart =function (){ trace("onAppStart") } I don't understand when it trace, it did it for a few times and now it doesn't. any idea? thanks...more >>

Using Flash to generate code
Posted by Hawkey2006 at 5/27/2007 3:43:59 PM
Hi i am interested in using adobe flash to generate a code out of the infomation a user inputs generally the idea is this 1. User inputs infomation such as age etc 2. a code gets generated 3. this code links in with the infomation that is given and i can now type this into flash and the infoma...more >>

Intel dual core
Posted by bombjack at 5/26/2007 12:00:00 AM
Hi, I would like to know if Intel Pentium D 915 Dual Core 2,8Gb can host a Developer Edition of FMS. If not, could someone place a list of supported Processors other than P4 3.2, if any? thanks in advance, Paolo ...more >>

Setting up FMS on a remote server with Linux platform
Posted by kwartz2 at 5/24/2007 5:53:08 PM
Can anybody help me with setting up FMS on a remote server that runs linux?...more >>

Client."commandName" trouble
Posted by jmellen at 5/24/2007 4:31:18 PM
I seem to be having trouble with what should be simple remote AS calls. Nothing I've tried has worked and I've followed the models provided in the Adobe documentation. My server script consists of this: application.onConnect (client, other params) { ... client.FunctionName = function...more >>

Best setting/ equiptment
Posted by Jose Fonseca at 5/23/2007 5:12:40 PM
I was curious if anyone knew where I can find the best setting I need to use with FMS/Encoder to distribute to 100 users through a wireless local(meaning all in a room) network. Also if there are any hardware spec (Meaning network equipment I will need to make this happen) ? If so your help wi...more >>



access flv on FMS from other server (
Posted by zozew at 5/22/2007 12:00:00 AM
Hi ya'll I'm developing a fairly big chat site and one issue i have is when I make snapshots of the webcam. If I run the websever and FMS on the same machine all is ok but if I run the webserver on another it doesnt work.... Q: How do I access/copy the snapshot flv files on the FMS from ...more >>

Trap The Duplicate Logging On FMS, LoggOff Old One And Accept New Instance.
Posted by winshi at 5/22/2007 12:00:00 AM
Hi All, I need help on the following topic of FMS 2.0. On FMS Server I want to trap the duplicate logging, Logoff Old One and accept New Instance. The scenario is like this, if a user logged in with the name ?[b]wins[/b]? on FMS Application from his Office, after some time he came to...more >>

problem with loading xml
Posted by flairman at 5/21/2007 12:00:00 AM
i tried to load xml but nothing happend application.onConnect = function(newClient, name) { application.acceptConnection(newClient); var flooring = new XML(); flooring.ignoreWhite = true; flooring.onLoad = function(success) { trace(success); }; flooring.load("Gallery...more >>

progressive download -> stop buffering at X sec.
Posted by dfm_ at 5/20/2007 5:31:25 PM
Hello, I have custom made flash video player, witch pays (.flv)s. I want to make something like trial of flash video clip. I have flash video clip (.flv) with time length of 30 sec. I want to buffer only to 10 sec. and whe 10th sec. is reatch to stop. So in my buffer memory will have only 1/...more >>

Recording live broadcast
Posted by wanna_know at 5/18/2007 10:04:11 PM
My company uses broadcasts which include both streams (coming from different users and sometimes displayed together), animations amd images mixed together on the flash player. You can think of it as kind of flash presentation mixed with web meeting. We would like to record the broadcast in...more >>

Video Broadcast (Not Live!)
Posted by nek_user at 5/18/2007 3:49:59 PM
Hi *, we are seriously considering to purchase FMS for a customer application, but we need to know if it is possible to stream in broadcast FLV videos that are stored on the server (building a playlist). Reading about the FMS features i found a lot of examples of _live_ video streaming, ha...more >>

FMS/FLVPlayback
Posted by hml398 at 5/17/2007 4:05:38 PM
FMS is installed. I have my .flv file under my directory for the application. Trying to use the FLVPlayback in Flash 8 to call it using rtmp://myserver/myapp/_definst_/myvideo.flv. Publish and it just brings up a blank screen. never plays. I know the .flv file works ok. I can see it co...more >>

FMS Shared Objects + NetConnections
Posted by Terry Latanville at 5/16/2007 3:14:26 PM
I'm trying to make a lobby that initializes other FMS applications. Here's the situation: Media Server Side -onAppStart()- 1) Read an XML file from a remote server 2) Parse out application URLs (i.e. <applicationURL>rtmp://localhost/application_name/room_number</applicationURL> 3) At...more >>

Live stream and codecs
Posted by Daniil Tutubalin at 5/16/2007 5:13:15 AM
Hello. Here is described how to use different codecs for different clients (Sorenson Spark for Flash Player 7- and On2 VP6 for Flash Player 8+). http://livedocs.adobe.com/fms/2/docs/00000081.html But as I can see, it is only suitable for recorded .flv files. Is there any possibilit...more >>

FMS on Webserver
Posted by Flash Dhana at 5/15/2007 12:00:00 AM
Hi, I want to test my sample FMS application on my website, is there any free FMS hosting available to test? please suggest. Thanks and Regards, Dhana../...more >>

FMS2 NetServices in Windows Vista
Posted by eXpertPHP at 5/15/2007 12:00:00 AM
Anyone have an ideea how to enable FMS2 NetServices in Windows Vista ? Thank You....more >>

Video Quality
Posted by zivbenzuk at 5/14/2007 2:23:21 PM
Hi, we are evaluating the use of Flash Media Server for "remote learning" application. Video quality and delay are of course crucial. We are testing the use of the ON2 Flix Live package for VP6 streaming with standard Flash player (as viewer). The video quality looks good until you start...more >>

How to accurately detect a webcam?
Posted by george3380 at 5/14/2007 12:23:59 AM
I've been having problems with the Camera.get method returning drivers that are not even web cameras. For instance, I connect with one computer and the camera name is called "ATI T200 AVStream Analog Capture" - this is not a webcam. So my question is, is there anyway to accurately detect on...more >>

Select user for cam: no users in list
Posted by Kaasie at 5/13/2007 12:00:00 AM
hey everyone i have setup flashmediaserver2 (win) and it connects and all that, but users arent appearing in the select user pulldown? i have opened the port and even exceptioned it but it still wont work.. i followed all procedures needed services ports edting of xml etc etc, the cams go on b...more >>

AS 3.0 media server questions
Posted by calmchess333 at 5/12/2007 1:15:22 AM
what do I need to know or where do i get information for integrating my media server apps with AS 3.0 ?...more >>

Communicating with .NET
Posted by chapel21 at 5/11/2007 7:19:46 PM
I know that FMS can communicate with .NET via remoting and the FlashGateway, but is the opposite true? Is it possible to initiate a message FROM the .NET (or any other server environment) *to* FMS? Application Server -> FMS ? Please let me know if this is possible with FMS, or with any ...more >>

Simulated Live Broadcast
Posted by mongosit at 5/11/2007 2:43:04 PM
We're running a stream of a collection of videos that my company has produced on our site. With Windows Media Services, it allows us to do what's called a "Simulated Live Broadcast" where we give it a list of video files, and it plays them in order (like a playlist). The real benefit with it...more >>

FLV not saving?
Posted by Ben (LSI) at 5/11/2007 1:42:15 PM
Does anyone know how to troubleshoot why FMS isn't saving my FLV recording stream? I see streams/_definst_/ inside my application folder, but nothing is ever there. ...more >>

FMS 2 NetConnection.Connected.Rerjected
Posted by toqz at 5/11/2007 12:00:00 AM
I want to create Audio/video chat application. I have FMS 2.0.4 and XAMMP 1.6 installed on my computer locally. i use the following code to test a connection to the FMS: conn = new NetConnection(); conn.connect("rtmp:/localhost/my_app"); conn.onStatus = function(info) { trace...more >>

Beginners guide to integrating Flash Media Server 2?
Posted by John NO[at]SPAM Beacon at 5/10/2007 6:19:38 PM
I'm a newbit to Flasha dn flash media server and need some help with integrating the two products. We've just purchased Flash Media Server 2 to stream user created videos to a website. Idealy we would like to use the FlvPlayBack component placed on the stage to display the FLV file from the ...more >>

install updater
Posted by buffalix at 5/9/2007 1:32:15 PM
Can anybody advise me how to install a updater? It seems it is just a plain installation and it will retain all the settings in previous installation. Right? I could not find any documentation about this. THanks Frank x96099 ...more >>

Record mp3 with FMS
Posted by michele NO[at]SPAM logcom.it at 5/9/2007 9:40:36 AM
Hi! I'm trying to record .mp3 file with FMS. I can save .flv with my webcam (video+audio) but i'd to save audio only files in .mp3 format using only my microphone. I just use netStream.publish(myFileName, "record") to save my files. I've tried netStream.publish("mp3:myFileName", "record"...more >>

Synchronization of Multiple Audio Streams
Posted by Cyberdog2007 at 5/6/2007 3:43:34 PM
Hi, I'm trying to synchronize several Audio streams during playback and recording. Several questions I have and not sure if actually feasible or how to best address : 1/ When playing back 2 audio streams, how can I ensure the playback is full synchronized (<20ms difference) when client r...more >>

preloading an flv
Posted by TaylorTay619 at 5/4/2007 6:34:20 PM
Does anyone have any suggestions for creating a preloader for my flv movie (streaming an external flv into the flv playback component(Flash 8). I just want the movie to wait a sec to start playing so it will play without interruption when it starts. Even if you could point me in the direc...more >>

Sending XML messages inside the video stream
Posted by akavish NO[at]SPAM gmail.com at 5/4/2007 9:21:27 AM
Hi We are evaluating the Flash Media Encoder/server as a replacement for Windows Media but I'm still looking for the following capability that is required for our application: I need a way to embed small XML messages inside the video stream, just like embedding script events in Windows Media....more >>

See the contents of a network IP Camera inside a flash media
Posted by elias_hb at 5/3/2007 2:17:54 PM
HI, to everybody!! :) I'm newer in this forum, and I want to share/ask a little problem that I have, In the office where I work, I use a Flash media that uses Camera.get() to activate an usb camera on a local co,mputer, but now, the boss has buyed a D-link DCS-950 G Internet Camera this camera...more >>

linux<>windows mic screw up(sample rate?)
Posted by ikkkeeeee at 5/1/2007 2:57:13 PM
i use the default videoconferance demo from adobe. When i try to talk from a linux to a windows machine the audio is played faster and sounds very high tone. when i talk from the windows to a linux machine i get a slowed down and very low tone. Everyting works fine when i talk from a windows t...more >>

Substituting a still image for FLV
Posted by holografer at 5/1/2007 12:00:00 AM
I have FMS2, profile 1, limited to 150 concurrent license connections. Question: if user number 151 hits the web page, my video box will not display the FLV because of concurrent connection limits. Is there a way to substitute a still image to replace the FLV if more than 150 concurrect co...more >>

Releasing license after user stops viewing FLV
Posted by holografer at 5/1/2007 12:00:00 AM
I'm running FMS2, profile 1, that has 150 concurrent users. Here's my question: once a user stops watching the streaming FLV (and it doesn't loop), does that release a license for the next user? Or does the user have to leave the web page? In other words, when does the license get release...more >>


DevelopmentNow Blog