Dynamic update from external AS files

Hi everybody. I’ve got a question for you :slight_smile:

[COLOR=red]I’m building:[/COLOR]
A dynamic “logo-loader” which reads an xml file that describes x amount of images that are to be loaded into the swf player at run time. I’ve got two external AS files that makes this happening (loadLogo.as and individual.as). The Individual.as file is individual for all the swf files I should ever wish to make. Here I set how many logo’s that should be displayed at any given time, and which XML document that should be used. The other AS file, the loadLogo one, are used by all swf files and contains all the code.

This works just fine…except:

[COLOR=red]My question:[/COLOR]
If I make changes to loadLogo.as (say to set how often a transition clip should play), I need to re-publish the swf files in order for them to display the latest changes. WHY?

Did I do something wrong, or is this the way it works? :slight_smile:

Hope you Guru’s can answer this for me :slight_smile: (see attachment for information about how the files are connected)

Best regards