Hi all
I am dynamically loading jpg files at runtime. What I want to do is to load each jpg file in a separate keyframe of an empty movie clip.
I have 2 questions
[LIST]
[]can you dynamically create keyframes in AS3.0. For each loaded picture I want to add a new keyframe which will contain the picture
[]if the above is not possible and I have to pre-define the keyframes, how do I access a specific keyframe of the movieclip to load the dynamically loaded pictures at specific keyframes?
[/LIST]Thanks
Hagop