Image sequence in flash

Hi i have created player inside flash which has lots of functions and buttons, but i want to use imported jpeg image sequence externally so once i update those image i get other sequence in same player without exporting it again and again. any idea

If I understand correctly you have the files somewhere accessible on your file system. You could use FileStat.mtime inside a loop to see if the files have been changed and if so reload them.

Or do you mean using embed="false" when exporting assets, so the assets live next to your SWF instead of inside your SWF, so you can change those assets later without recompiling the SWF?