Is it possible to save a .swf (for say, a coloring book) in its current state to a database so you can call it up again with all of your previous work saved?
Thanks,
Fearless
Printable View
Is it possible to save a .swf (for say, a coloring book) in its current state to a database so you can call it up again with all of your previous work saved?
Thanks,
Fearless
yes you just have to make the variables in the swf and export them to a database.
and then when swf runs it loads it up from database.
the thing is that every function should be described in a way that u can convert it into data... so you can insert in database.
u want an example of this?
well... i havent seen any lieing arround... but tell me i could make one perhaps?
how are the data being presented, is there drawing involved? how does it draw by cordinates?
explain what the swf is about?