I am currently making .SWF
file with Flash
, XML
and Action Script 3
. I use data from XML
(pictures, text), .FLA
& AS3
to make the image and text moving in the animation.
.FLA > .XML > AS3 > .SWF
I have to create file one by one and it took long time to do so. I have many XML
files that i want to convert into swf
.So i was thinking to use Python to send command to Flash, like that i can create a batch of videos(swf) without have to use flash(handly) and create it one by one.
But I am looking the option i get and it is not really clear :
There's the
Python XML Socket
,
Adobe Air
,
XMLSocket
.
Can someone help me get the good understanding of the option we have and how can I apply it to my project.
I need a way to communicate with Python
, Flash
, XML
, AS3
to finnaly create .swf
files.
Thank you