Home > FAQ > Some additional changes to the Adobbe Flash CS3 FLA file


There are some differences between Flash MX 2004 and Adobe Flash CS3, and therefore you need to make some small changes to the FLA file if you want to edit the FLA file

To do this you need to open the .fla file, and then in the first frame you will see the following code:

stop();
Stage.scaleMode = "noScale";
Stage.align = "T";
_root.pagen=0
_root.loadVariables("text.html", 0, "POST");



You should replace it with the code below and then save the changes and export it as an SWf file.

stop();
Stage.scaleMode = "noScale";
Stage.align = "T";
_root.pagen=0
_root.loadVariables("text.html");