Hi All,
I am trying to make a call to javascript function from actionscript.
As of now, I am using 'ExternalInterface' and could achieve partial success.
I could make a call to function(without any scope resolution) like "scanDNA()", which is visible to all. But am not able to make a call to function(scope specified) like "Eukarya.Animalia.Chordata.Vertebrata.Gnathostomata.Tetrapoda.Mammalia.scanDNA()".
Please let me know, how can I achieve this.
Thanks and Regards,
SachinJadhav.