I'm looking to create a lot of .fla files automatically but I'm not sure where to start. This is for an internal tool for a cartoon studio, they work with Flash CC, each file Flash is a scene for an episode (scene1, scene 2, scene 3 ...) and in each file, we have a .flv from the scene, a .wav, a .jpg, and a specific template (folder and layers organisations and few stuff like a safe frame etc) Every external elements are in external folders
- a folder with .flv
- a folder with .wav
- a folder with .jpg
And everything is named incrementially like this "video_sc1, video_sc2" "sound_sc1, sound_sc2" etc.
So, is there a possibility to create a lot of .fla file (the same amount as detected in the .flv folder, for example) with all the "corresponding" stuff inside ? And finally obtaining something like this "animfile_sc01.fla, animfile_sc02.fla ..." without doing all this manually (very boring and time-consuming)
I do some python, and very very little .jsfl, so, I'm not sure about the faisability of my project ( I use flash mainly for animation and graphics, not so much for coding). Do you have any hint or tip to show me ?
Thanks ! (ps: my english is not perfect, but I can explain better if needed)
I've got the same issue. I suggest you see the structure of a fla. to do that take one of you fla and save it from animate into a .xfl It's basically a folder what inside all the library and the content visible. If you open the DOMDocument.xml you'll see the XML structure of your fla. If you use visual basic or other software you may be able to "recreate2 a DOMDocument.xml and all the other folder and the rebuild the fla. It's a b it long g and tricky..but it may works