Can I place .swf files into database then get with php on website?

Sissa

New member
I have over 20 flash animations (each includes both a preloader swf and the file swf, and a few include an external xml file it's using). I'd like to place each animation's files on a database (I can use SQL and phpmyAdmin). Then I'd like to set up php pages (because I'm going to be using session cookies) where instead of directly embedding the .swf, I would use code to get the animation from the database and display it.

1) Is this possible to do?
2) Any basic guidance on the steps toward accomplishing that, if it's not as direct as it sounds?

Thank you in advance.
 
Back
Top