4
Thanks guys. Yeah, I am wrapping the flash file inside of the XOOPS header and footer. I found some tutorials that explain how to pull in variables that PHP makes into Flash. I can get it to work with a simple PHP script, but not from within the XOOPS template. It doesn't help that I am not much of a programmer, but I am trying!

Here's the info I've found out about doing these things:
Calling PHP functions from Flash:
http://www.flashkit.com/tutorials/Dynamic_Content/calling_-Mirza_Ha-837/index.php
Integrating Flash and MySQL:
http://www.flashkit.com/tutorials/Dynamic_Content/Integrat-Vin-916/index.php
Importing text files into Flash:
http://www.flashkit.com/tutorials/Dynamic_Content/Importin-Iain_Bla-1020/index.php
Using loadvariables to import PHP infor without test files:
http://www.actionscripts.org/tutorials/intermediate/loadVariables_script_interaction/index.shtml
Using Flash with PHP and MySQL:
http://www.kirupa.com/developer/actionscript/flash_php_mysql.htm
I hope that these tutorials are helpful to others. I am not having a lot of luck making them work with Xoops.
I am thinking I may have to just pull info directly from the database. I will keep experimenting and post here if I come across anything cool.
Thanks!