hi, im in a middle of a flash project which im using alot of external swf and put them together into one main fla by using runtime sharing, and have each of the swf linked as import for runtime sharing then dragged into the main.swf 's stage
the problem and really critical problem is, each of this fla needs variables which the main will pass to, but i cannot pass them correctly
in most cases they simply “seems to be not loaded yet” when my frame AS pass the variable resulting in no data seems to be sent or received,
this is proved because i made a button which pass the variable onPress manually and it did succesfully pass the data which means the frame script failed to pass the vars where the buttons could that lead me to believe it appears somehow the linked mc is not responding or loaded until a few frames has been played (when im using gotoAndStop directly i cant see anything but if i use gotoAndPlay and let the timeline moves a few frames the linked mc appeared)
can someone give a help to solve this problem?? i need to pass the data at certain timeline and im in dire need to finish this soon