简体   繁体   中英

How To publish swf file using flash builder 4.5 flex project

I have a set of fla files templates that produce games and activities by changing its input XML file, What I want to do is to create xml editor in flex and by converting the fla files to actionscript projects in flex use the resulting xml to publish one swf.

in short my approach is convert the games in flash to flex MXML components modify the game data by passing XML argument to the MXMl components click publish and the user can get the game as SWF

the goal is produce something similar to this

Is that possible??

从Flash Professional重用游戏和活动的简单明了的方法是使用swf loader将swf文件加载到flex,然后使用swf.content = M转换为movieclip,因为movieclip下一步是通过M.XMLVar = xml修改xml变量。现在我已经修改了活动的版本,我仍然在寻找一种将movieclip转换回swf并保存的方法

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM