# Passing large amount of data to flash from mysql

**URL:** https://forum.kirupa.com/t/passing-large-amount-of-data-to-flash-from-mysql/218571
**Category:** Uncategorized
**Created:** [March 8, 2007, 9:55pm UTC](https://forum.kirupa.com/t/passing-large-amount-of-data-to-flash-from-mysql/218571 "2007-03-08T21:55:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Soul814](https://avatars.discourse-cdn.com/v4/letter/s/4491bb/32.png) [@Soul814](https://forum.kirupa.com/u/Soul814)
#### Post date: [March 8, 2007, 9:55pm UTC](https://forum.kirupa.com/t/passing-large-amount-of-data-to-flash-from-mysql/218571/1 "2007-03-08T21:55:30Z")

</div>

What is the best method to go about this?

Pass each thing through GET? example: &var1=hi&var2=bye&etc…  
Pass an XML string through GET?  
Make an XML file and then read that file in? (I feel this isn’t as secure)

Any suggestions?
