My movie has 5 frames, all set as key frame. Frame 1 contains a label called lblMyname and a uiloader called uiMypic and then some buttos when press will go to selected frame. I then copy them and paste in place onto frame 5. When the movie start, lblMyname will be set to a name say Robert and uiMypic will load an image by the code of uiMypic.source = "http://localhost/test.jpg".
Here comes my problem, when i click the button to go to frame 5 i would expect to see both lblMyname and uiMypic to display same value as at frame 1 but it didn't! lblMyname display it's default text while uiMypic display nothing/blank.
Why and how do i make them display the same content as frame 1? I don't want to reload their value again at frame 5...