Never had this problem before so not sure why it’s happening now am I missing something?
I have a main movie that loads in other movies etc via xml , one of the external movies I load in has and email_btn that uses
Email_btn. onRelease = function(){
getURL("mailto:myname@mydomain.co.uk") ;
}
when I test that MC on it’s own it opens up outlook, my problem is that when I test the main_mc that loads in the mc that contains the email button it doesnt work also doesnt work when i test it in a browser, not even a hand cursor
This is driving me nuts, any ideas.
Manny2k