A followup on the conversion of Director Projects to Flash.
I could not provide an labor effective solution at the time this question was asked, Since then I have developed a set of tools that automate the process of converting a Director score to a Flash timeline.
After evaluating various tools, including swfmill, I arrived at a process involving custom lingo scripts that generate author mode JSFL scripts that direct Flash to recreate the timeline. at this time it recreates bitmap and text members in Flash. There's no code conversion done, other than some simple case by case macro library substitutions.
While this is not sufficiently polished to offer as a turn key tool, it might be effective to have me take care of the initial raw translation phase of a project.
Main Topics
Browse All Topics





by: LingoMasterPosted on 2005-10-25 at 20:16:46ID: 15159657
It's not possible to play Director inside of Flash, Director is the heavier footprint big brother using code extension Xtras to enable it to play other media, like Flash.
One would probably have to transfer content member by member into Flash, one member export scheme is to use castToTime menu command to place all selected bitmap member on the stage, then use built in export to image sequence comman to get a numbered series of image files. A little lingo and the free Sharp image export Xtra can export director members to tidy jpeg images.