Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
art-v #1
write value from flash file to an external file
how can I write value from flash file to an external file like (text file or xml file)
art-v Guest
-
Flash Player won't write .SOL file
Using a downloaded flash player application (game called telescope from www.dyson.uk.com) on three different computers. All computers running XP... -
advice needed... cf write data to xml file for use in flash app thatuses xml file
I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would... -
Write to file with flash
Hi I know how to read from a file with flash, but how can i write to a file? desperate ohad (ohad_m@msn.com) -
How to open external file in Flash 5 or MX???
Please help me I have presentation do finish ?? Thanks... -
External jpg file in Flash movie
I 've just bought a webcam which uploads an image to my server every 30th second. Now I'd like the flash movie to link to that image on the... -
Motion Maker #2
Re: write value from flash file to an external file
You can store data on the client side or the server side.
1. On the local client you can use something in Flash that is the equivalent
to cookies. That is the ActionScript SharedObject class.
Basically the user has control over allowing or disallowing the writing of
the data in this case.
Here is an example I have posted for training seminars I conduct:
[url]http://www.hosfordusa.com/ClickSystems/courses/flash/examples/SharedObjects/Ex01/SharedObjectsEx01_Doc.php[/url]
2. On the server then you use server side scripts to do the work writing to
either files or databases. For the Flash side you use either LoadVars or XML
Actionscript classes to communicate with the server side script.
Here is an example that demonstrates Flash XML Actionscript class
communicating with a PHP script and echoing the data back. It also writes
the data to a file. The problem of course writing to files on the server is
that the last user to use the Flash movie will overwrite the file with the
new data unless you are creating a log type of app were you continuously
append the data to the file.
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"art-v" <webforumsuser@macromedia.com> wrote in message
news:dop1a0$5ko$1@forums.macromedia.com...
how can I write value from flash file to an external file like (text file or
xml file)
Motion Maker Guest
-
Motion Maker #3
Re: write value from flash file to an external file
Forgot the link for the Flash XML to PHP into a serverside file and back to
Flash XML:
[url]http://www.hosfordusa.com/ClickSystems/courses/flash/examples/XMLPHP/EX01/XMLPHPEchoEx01_Doc.php[/url]
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"Motion Maker" <macromedia@osfordusahay.com> wrote in message
news:dopp9j$4tl$1@forums.macromedia.com...
You can store data on the client side or the server side.
1. On the local client you can use something in Flash that is the equivalent
to cookies. That is the ActionScript SharedObject class.
Basically the user has control over allowing or disallowing the writing of
the data in this case.
Here is an example I have posted for training seminars I conduct:
[url]http://www.hosfordusa.com/ClickSystems/courses/flash/examples/SharedObjects/Ex01/SharedObjectsEx01_Doc.php[/url]
2. On the server then you use server side scripts to do the work writing to
either files or databases. For the Flash side you use either LoadVars or XML
Actionscript classes to communicate with the server side script.
Here is an example that demonstrates Flash XML Actionscript class
communicating with a PHP script and echoing the data back. It also writes
the data to a file. The problem of course writing to files on the server is
that the last user to use the Flash movie will overwrite the file with the
new data unless you are creating a log type of app were you continuously
append the data to the file.
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"art-v" <webforumsuser@macromedia.com> wrote in message
news:dop1a0$5ko$1@forums.macromedia.com...
how can I write value from flash file to an external file like (text file or
xml file)
Motion Maker Guest



Reply With Quote

