Skip to main content
October 18, 2009
Question

fms 3.5 as3 cs3 - access an mysql data base to display in dynamic text area using fms 3.5

  • October 18, 2009
  • 1 reply
  • 678 views

Help!

I have been trying to get some help on this question for a while now..... I have opened 4 support tickets with adobe and the response I get back from them is that they don't support FMS? I can't understand not supporting a product that you sell........

My question:

Does anyone have an example or can tell me how to access a MYSQL (Question and answer) database using FMS to display text in a dynamic text field?     

Any help greatly appreciated!

Larry

    This topic has been closed for replies.

    1 reply

    October 18, 2009

    FMS can't make database queries on its own. You'll need an http service using a suitable application server (php, asp, etc) to handle the query. You can then use LoadVars, XML, XMLSocket, or NetServices on the FMS side to make the request of the webservice.

    As for passing text from FMS to connected clients, see docs for the client class for the call() method, the SharedObject class for the send() method, and the Stream class for the send() method.

    October 18, 2009

    Hi Jay,

    Thanks for the quick reply!!!!! I'll give it a try.

    I wish I would have known about you/the forum a long time ago.

    Larry

    Date: Sun, 18 Oct 2009 09:58:29 -0600

    From: forums@adobe.com

    To: lengmark@tech-assistants.com

    Subject: fms 3.5 as3 cs3 - access an mysql data base to display in dynamic text area using fms 3.5

    FMS can't make database queries on its own. You'll need an http service using a suitable application server (php, asp, etc) to handle the query. You can then use LoadVars, XML, XMLSocket, or NetServices on the FMS side to make the request of the webservice.

    As for passing text from FMS to connected clients, see docs for the client class for the call() method, the SharedObject class for the send() method, and the Stream class for the send() method.

    >