Questions tagged [uiloader]
17 questions
0
votes
1 answer
Flash Component(label, uiloader & etc) Content Preserved on Other Frames?
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,…

Eddi
- 479
- 5
- 22
-1
votes
2 answers
close / unload UiLoader as3
I'm using a Loader to display a SWF. I have a button to load the SWF and I want that same button to close or hide or unload the SWF.
Here's part of my code:
var so:Boolean = false ;
glossary.addEventListener(MouseEvent.CLICK, glossaire)
…

Imane Elkhattabi
- 3
- 1