At 7/10/06 07:49 AM, Cryzabey wrote:
How would I import and export data using flash and a mysql database along w/ php
= )
That's not an advanced topic at all. More like, very basic stuff. Check out the LoadVars class.
At 7/10/06 09:35 AM, True_Darkness wrote:
At 7/10/06 07:12 AM, liaaaam wrote:
Well, using ActionScript 3 you could make a homebrew browser in Flash using the new Socket class. In the examples you can download somewhere from the Adobe site, they made a Telnet application in Flash - it doesn't really work that well but it does work (Start Menu > Run > Telnet for the Windows telnet).
I know this thread is like 2 years old -_-
Hmm never seen/heard that before. I'd be shocked to see if it worked, an actual flash browser.
But yeah, this thread is really old so who gives a hoot.
If you made a server-side script that takes an url as parameter (through the querystring), and outputs a valid xml document or a loadvars-document, you wouldn't need Flash 9. However, parsing the html is tedious. You could try html display in a text label, but this is a very basic non-standard html implementation.