I have a flash based video player that playlists and some other features. The thing is that when I compile the player, the instances to the updated features dose not get all the latest updates.
it look something like this
Player.swf
|
|-Playlist.swf
|-Texts.swf
So if I updated the "Texts" with new MovieClips/graphics to be used it wont show up in the "Players" own instance of "Texts". Not even if I recompile the Player. How can this be?
If I run and look at how the Text is set up by using FlashFireBug i can clearly se all MovieClips are there and should probably be loaded.
Any ideas would be appreciated.