Cremulator
09-04-2002, 01:44 PM
I am creating an interactive flash project, where the user can arrange symbols on the stage to create their own art piece.
What I am interested in doing is having this file online, and when the user opens the webpage and creates their layout in the swf, I want them to be able to submit their file to an online gallery.
Then other users could view previous works with name and date details.
What would the best way to do this?
I was thinking that if the user drags a shape onto the stage, then you could save those _x, _y positions to an external text file (using flash 5) that could be named, for example, "layout.as" and then in the gallery just have a blank file with all the symbols in the library, that, when loaded, would arrange the symbols using the coordiates from the external .as file.
...or would there be a way to do it using PHP?? (I don't know anything about PHP really, but if theres a way, I'll know to look in that direction)
What I am interested in doing is having this file online, and when the user opens the webpage and creates their layout in the swf, I want them to be able to submit their file to an online gallery.
Then other users could view previous works with name and date details.
What would the best way to do this?
I was thinking that if the user drags a shape onto the stage, then you could save those _x, _y positions to an external text file (using flash 5) that could be named, for example, "layout.as" and then in the gallery just have a blank file with all the symbols in the library, that, when loaded, would arrange the symbols using the coordiates from the external .as file.
...or would there be a way to do it using PHP?? (I don't know anything about PHP really, but if theres a way, I'll know to look in that direction)