Loading external symbols using actionscript3.0 and replacing existing symbol in fla file with the same
I want to dynamically replace symbols in the scenes. Using URLRequest and Loader classes, I am loading the external file. I could succeed to create multiple Bitmap instances on the stage using my actionscript 3.0. However, I am only able to create and add new symbols to the stage with my code. But if I have an existing fla file and I want to change all existing instances of a particular symbol in library by an external file, I am not able to do it. Is there a way?
In short, I want to achieve programmatically the same effect of - importing a symbol in library, with a symbol with same name already existing in library. Please help.
