component skin in child swf
MOVED TO AS3 FORUM!
I have an elearning course, a .swf, that loads multiple .swfs as the user progresses through the course. At the end, there is a quiz.
The quiz.swf uses the radiobutton component. I have developed some custom skins to use on the radiobutton component. I have figured out that:
- I have to add an instance of a radiobutton in the main .swf for the radiobuttons in the quiz .swf to show.
- I have to copy the radiobutton intance from the quiz swf library to the main swf library if I want my custom skins to show in the quiz swf
While, this works fine. It is not practical. I want the quiz.swf to more modular. So I can pop it in to any course and not have to go back in and add the radiobutton skins to each course.
Does anyone know of a way around this?
Thanks!