On 6 May 2001 10:25:19 -0700, FredrikAT <[EMAIL PROTECTED]> wrote:
> Can Flash import some text from a database (e.g MySQL) and print it on the
> fly?

Yes. It's actually pretty easy - you can tell flash to load a bunch of
variables from a URL. Your URL can return the encoded data (basically a
URL-style Variable=foo&OtherVariable=Bar format - check the Flash docs) and
Flash will create/update those variables to have the values returned. This can
be as easy as creating a text entry box and having a URL return a variable with
the same name - flash will update the contents of the text box automatically.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to