Can you communicate flash to flash with fscommand?
ActionScript 2.0
I have a training lab created from a third party company that my company wants to incorporate into our online training program. The lab uses a fscommand() to send an incorrect message to the software they use to display their flash labs. So the incorrect message ins't displayed in the flash file when they click an incorrect answer, it is displayed in a tiny window at the bottom of the training software they use for all there video and interactive flash file training. So here is my question. We are using (with permission) these flash files in our online training and they are imported through another flash file which we use to allow people to navigate through our training. We would like to be able to display that incorrect message in our flash file. From what I've read you use fscommands to communicate to javascript or C. Can you use it to communicate to another flash file (the flash file that the lab is contained in)? It would make my life a lot easier if I didn't have to change the code for each individual lab file.
Very simple code they use to display the message:
function wrong(){
fscommand("Incorrect");
}
I don't have access to the software they use to display their flash files. I have no idea how to interpret this command in order to display the incorrect message or if it is even possible. I'm a beginner so sorry if this is confusing. If anyone could help me out a little. I've been searching all over and haven't found anything that has helped.
Thanks!
